![]() |
Dune-Functions 2.11
|
#include <dune/functions/functionspacebases/taylorhoodbasis.hh>

Public Types | |
| using | Element |
| using | size_type |
Public Member Functions | |
| TaylorHoodBasisTree () | |
| const auto & | child (Dune::index_constant< i > ii) const |
| const Element & | element () const |
| void | setChild (TT &&t, Dune::index_constant< i > ii={}) |
| void | bind (const Element &entity) |
| void | bind (const Element &entity) |
| size_type | localIndex (size_type i) const |
| size_type | size () const |
| Obtain the number of basis function in the local node. | |
| bool | empty () const |
| Check if the node is empty. | |
| 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) |
|
inherited |
|
inherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinestaticconstexprinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineprotectedinherited |
|
inlineinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineinherited |
Obtain the number of basis function in the local node.
Notice that it is undefined behaviour to access the element() and finiteElement() methods of the node if it is empty, i.e., if its size is zero.
|
inlineinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |