dune-functions
2.5.0
|
#include <dune/functions/functionspacebases/bsplinebasis.hh>
Public Types | |
using | size_type = std::size_t |
using | TreePath = TP |
using | Element = typename GV::template Codim< 0 >::Entity |
using | FiniteElement = BSplineLocalFiniteElement< GV, double > |
Public Member Functions | |
BSplineNode (const TreePath &treePath, const BSplineNodeFactory< GV, FlatMultiIndex< std::size_t >> *nodeFactory) | |
const Element & | element () const |
Return current element, throw if unbound. More... | |
const FiniteElement & | finiteElement () const |
Return the LocalFiniteElement for the element we are bound to. More... | |
void | bind (const Element &e) |
Bind to element. More... | |
size_type | localIndex (size_type i) const |
size_type | size () const |
const TreePath & | treePath () const |
const size_type | treeIndex () const |
size_type | offset () const |
Protected Member Functions | |
void | setOffset (const size_type offset) |
void | setSize (const size_type size) |
void | setTreeIndex (const size_type treeIndex) |
Protected Attributes | |
const BSplineNodeFactory< GV, FlatMultiIndex< std::size_t > > * | nodeFactory_ |
FiniteElement | finiteElement_ |
Element | element_ |
using Dune::Functions::BSplineNode< GV, TP >::Element = typename GV::template Codim<0>::Entity |
using Dune::Functions::BSplineNode< GV, TP >::FiniteElement = BSplineLocalFiniteElement<GV,double> |
using Dune::Functions::BSplineNode< GV, TP >::size_type = std::size_t |
using Dune::Functions::BSplineNode< GV, TP >::TreePath = TP |
|
inline |
|
inline |
Bind to element.
|
inline |
Return current element, throw if unbound.
|
inline |
Return the LocalFiniteElement for the element we are bound to.
The LocalFiniteElement implements the corresponding interfaces of the dune-localfunctions module
|
inlineinherited |
|
inlineinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
protected |
|
protected |
|
protected |