|
dune-functions 2.10
|
Leaf basis node that encapsulates a local finite-element given from the LFEPreBasisMixin of type LFE.
More...
#include <dune/functions/functionspacebases/lfeprebasismixin.hh>

Public Types | |
| using | size_type = std::size_t |
| using | Element = typename GV::template Codim< 0 >::Entity |
| using | FiniteElement = LFE |
| typedef LeafNodeTag | NodeTag |
Public Member Functions | |
| Node (const LFE &lfe) | |
Constructor; stores a pointer to the passed local finite-element lfe. | |
| const Element & | element () const |
| Return current element; might raise an error if unbound. | |
| const FiniteElement & | finiteElement () const |
| Return the LocalFiniteElement for the element we are bound to; might raise an error if unbound. | |
| void | bind (const Element &e) |
| Bind to element. Stores a pointer to the passed element reference. | |
| size_type | localIndex (size_type i) const |
| size_type | size () const |
| size_type | treeIndex () const |
Static Public Member Functions | |
| static constexpr auto | degree () |
Static Public Attributes | |
| static const bool | isLeaf |
| static const bool | isPower |
| static const bool | isComposite |
Protected Member Functions | |
| size_type | offset () const |
| void | setOffset (const size_type offset) |
| void | setSize (const size_type size) |
| void | setTreeIndex (size_type treeIndex) |
Protected Attributes | |
| const FiniteElement * | lfe_ |
| const Element * | element_ |
Detailed Description
class Dune::Functions::LFEPreBasisMixin< GV, LFE >::Node
Leaf basis node that encapsulates a local finite-element given from the LFEPreBasisMixin of type LFE.
The Node implements the LEafBasisNode interface. Its stores a pointer to the local finite-element given by the LFEPreBasisMixin. Thus, the lifetime of the pre-basis must be greater than the lifetime of this node.
Member Typedef Documentation
◆ Element
| using Dune::Functions::LFEPreBasisMixin< GV, LFE >::Node::Element = typename GV::template Codim<0>::Entity |
◆ FiniteElement
| using Dune::Functions::LFEPreBasisMixin< GV, LFE >::Node::FiniteElement = LFE |
◆ size_type
| using Dune::Functions::LFEPreBasisMixin< GV, LFE >::Node::size_type = std::size_t |
Constructor & Destructor Documentation
◆ Node()
|
inlineexplicit |
Constructor; stores a pointer to the passed local finite-element lfe.
Member Function Documentation
◆ bind()
|
inline |
Bind to element. Stores a pointer to the passed element reference.
◆ element()
|
inline |
Return current element; might raise an error if unbound.
◆ finiteElement()
|
inline |
Return the LocalFiniteElement for the element we are bound to; might raise an error if unbound.
The LocalFiniteElement implements the corresponding interfaces of the dune-localfunctions module
◆ localIndex()
◆ offset()
|
inlineprotectedinherited |
◆ setOffset()
|
inlineprotectedinherited |
◆ setSize()
|
inlineprotectedinherited |
◆ setTreeIndex()
|
inlineprotectedinherited |
◆ size()
|
inlineinherited |
◆ treeIndex()
|
inlineinherited |
Member Data Documentation
◆ element_
|
protected |
◆ lfe_
|
protected |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8