#include <dune/functions/functionspacebases/nodes.hh>
|
| static constexpr auto | degree () |
◆ Element
template<typename T, std::size_t n>
◆ size_type
◆ PowerBasisNode()
template<typename T, std::size_t n>
◆ bind()
◆ child() [1/2]
template<typename T, std::size_t n>
template<class Index>
requires (std::is_convertible_v<Index, std::size_t>)
◆ child() [2/2]
template<typename T, std::size_t n>
template<class Index>
requires (std::is_convertible_v<Index, std::size_t>)
◆ degree()
template<typename T, std::size_t n>
◆ element()
template<typename T, std::size_t n>
◆ empty()
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()
◆ setChild()
template<typename T, std::size_t n>
template<class Index, class TT>
◆ setOffset()
◆ setSize()
◆ setTreeIndex()
◆ size()
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()
◆ isComposite
template<typename T, std::size_t n>
◆ isLeaf
template<typename T, std::size_t n>
◆ isPower
template<typename T, std::size_t n>
The documentation for this class was generated from the following file: