#include <dune/functions/functionspacebases/bsplinebasis.hh>
|
| static constexpr auto | degree () |
◆ Element
◆ FiniteElement
◆ size_type
◆ BSplineNode()
◆ bind()
◆ degree()
| constexpr auto Dune::Functions::LeafBasisNode::degree |
( |
| ) |
|
|
inlinestaticconstexprinherited |
◆ element()
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()
Return the LocalFiniteElement for the element we are bound to.
The LocalFiniteElement implements the corresponding interfaces of the dune-localfunctions module
◆ 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_
◆ finiteElement_
◆ isComposite
| const bool Dune::Functions::LeafBasisNode::isComposite = false |
|
staticinherited |
◆ isLeaf
| const bool Dune::Functions::LeafBasisNode::isLeaf = true |
|
staticinherited |
◆ isPower
| const bool Dune::Functions::LeafBasisNode::isPower = false |
|
staticinherited |
◆ preBasis_
The documentation for this class was generated from the following file: