#include <dune/functions/functionspacebases/nedelecbasis.hh>
|
| static constexpr auto | degree () |
| |
◆ Element
template<typename GV , typename Range ,
size_t kind, int order>
◆ FiniteElement
template<typename GV , typename Range ,
size_t kind, int order>
| using Dune::Functions::NedelecNode< GV, Range, kind, order >::FiniteElement = Impl::GlobalValuedLocalFiniteElement<Impl::CovariantPiolaTransformator, typename FiniteElementMap::FiniteElement, Element> |
◆ FiniteElementMap
template<typename GV , typename Range ,
size_t kind, int order>
| using Dune::Functions::NedelecNode< GV, Range, kind, order >::FiniteElementMap = typename Impl::Nedelec1stKindLocalFiniteElementMap<GV, dim, Range, order> |
◆ size_type
template<typename GV , typename Range ,
size_t kind, int order>
◆ NedelecNode()
template<typename GV , typename Range ,
size_t kind, int order>
◆ bind()
template<typename GV , typename Range ,
size_t kind, int order>
◆ degree()
| static constexpr auto Dune::Functions::LeafBasisNode::degree |
( |
| ) |
|
|
inlinestaticconstexprinherited |
◆ element()
template<typename GV , typename Range ,
size_t kind, int order>
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<typename GV , typename Range ,
size_t kind, int order>
◆ localIndex()
◆ offset()
| size_type Dune::Functions::BasisNodeMixin::offset |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ 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 |
◆ element_
template<typename GV , typename Range ,
size_t kind, int order>
◆ finiteElement_
template<typename GV , typename Range ,
size_t kind, int order>
◆ finiteElementMap_
template<typename GV , typename Range ,
size_t kind, int order>
The documentation for this class was generated from the following file: