#include <dune/functions/functionspacebases/nodes.hh>
◆ size_type
◆ BasisNodeMixin()
| Dune::Functions::BasisNodeMixin::BasisNodeMixin |
( |
| ) |
|
|
inline |
◆ empty()
| bool Dune::Functions::BasisNodeMixin::empty |
( |
| ) |
const |
|
inline |
Check if the node is empty.
This is equivalent to size()==0. 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.
◆ localIndex()
◆ offset()
| size_type Dune::Functions::BasisNodeMixin::offset |
( |
| ) |
const |
|
inlineprotected |
◆ setOffset()
| void Dune::Functions::BasisNodeMixin::setOffset |
( |
const size_type | offset | ) |
|
|
inlineprotected |
◆ setSize()
| void Dune::Functions::BasisNodeMixin::setSize |
( |
const size_type | size | ) |
|
|
inlineprotected |
◆ setTreeIndex()
| void Dune::Functions::BasisNodeMixin::setTreeIndex |
( |
size_type | treeIndex | ) |
|
|
inlineprotected |
◆ size()
| size_type Dune::Functions::BasisNodeMixin::size |
( |
| ) |
const |
|
inline |
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.
◆ treeIndex()
| size_type Dune::Functions::BasisNodeMixin::treeIndex |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: