#include <dune/functions/functionspacebases/cubichermitebasis.hh>
|
| static constexpr auto | degree () |
| |
◆ Element
template<class GV , class R , bool reduced>
◆ FiniteElement
template<class GV , class R , bool reduced>
| using Dune::Functions::CubicHermiteNode< GV, R, reduced >::FiniteElement = typename Impl::CubicHermiteLocalFiniteElement<typename GV::ctype, R, GV::dimension, reduced> |
◆ size_type
template<class GV , class R , bool reduced>
◆ CubicHermiteNode()
template<class GV , class R , bool reduced>
◆ bind()
template<class GV , class R , bool reduced>
◆ degree()
| static constexpr auto Dune::Functions::LeafBasisNode::degree |
( |
| ) |
|
|
inlinestaticconstexprinherited |
◆ element()
template<class GV , class R , bool reduced>
Return current element, throw if unbound.
◆ empty()
| bool Dune::Functions::BasisNodeMixin::empty |
( |
| ) |
const |
|
inlineinherited |
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.
◆ finiteElement()
template<class GV , class R , bool reduced>
◆ localIndex()
◆ offset()
| size_type Dune::Functions::BasisNodeMixin::offset |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ order()
template<class GV , class R , bool reduced>
The order of the local basis.
◆ setOffset()
| void Dune::Functions::BasisNodeMixin::setOffset |
( |
const size_type |
offset | ) |
|
|
inlineprotectedinherited |
◆ setSize()
| void Dune::Functions::BasisNodeMixin::setSize |
( |
const size_type |
size | ) |
|
|
inlineprotectedinherited |
◆ setTreeIndex()
| void Dune::Functions::BasisNodeMixin::setTreeIndex |
( |
size_type |
treeIndex | ) |
|
|
inlineprotectedinherited |
◆ size()
| size_type Dune::Functions::BasisNodeMixin::size |
( |
| ) |
const |
|
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.
◆ treeIndex()
| size_type Dune::Functions::BasisNodeMixin::treeIndex |
( |
| ) |
const |
|
inlineinherited |
◆ averageVertexMeshSize_
template<class GV , class R , bool reduced>
◆ element_
template<class GV , class R , bool reduced>
◆ finiteElement_
template<class GV , class R , bool reduced>
◆ vertexMapper_
template<class GV , class R , bool reduced>
The documentation for this class was generated from the following file: