![]() |
Dune-Functions 2.12-git
|
Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
List of all members
Dune::Functions::CompositeBasisNode< T > Class Template Reference
#include <dune/functions/functionspacebases/nodes.hh>
Inheritance diagram for Dune::Functions::CompositeBasisNode< T >:

Public Types | |
| using | Element = typename std::tuple_element_t< 0, std::tuple< T... > >::Element |
| using | size_type = std::size_t |
Public Member Functions | |
| template<std::size_t i> | |
| const auto & | child (Dune::index_constant< i > ii) const |
| template<std::size_t i> | |
| auto & | child (Dune::index_constant< i > ii) |
| CompositeBasisNode ()=default | |
| CompositeBasisNode (const T &... children) | |
| const Element & | element () const |
| template<std::size_t i, class TT > | |
| void | setChild (TT &&t, Dune::index_constant< i > ii={}) |
| void | bind (const TypeListEntry_t< 0, TypeList< T... > >::Element &entity) |
| size_type | localIndex (size_type i) const |
| size_type | size () const |
| Obtain the number of basis function in the local node. | |
| bool | empty () const |
| Check if the node is empty. | |
| size_type | treeIndex () const |
Static Public Member Functions | |
| static constexpr auto | degree () |
Protected Member Functions | |
| size_type | offset () const |
| void | setOffset (const size_type offset) |
| void | setSize (const size_type size) |
| void | setTreeIndex (size_type treeIndex) |
Member Typedef Documentation
◆ Element
template<typename... T>
| using Dune::Functions::CompositeBasisNode< T >::Element = typename std::tuple_element_t<0, std::tuple<T...> >::Element |
◆ size_type
|
inherited |
Constructor & Destructor Documentation
◆ CompositeBasisNode() [1/2]
template<typename... T>
|
default |
◆ CompositeBasisNode() [2/2]
template<typename... T>
|
inlineexplicit |
Member Function Documentation
◆ bind()
|
inlineinherited |
◆ child() [1/2]
template<typename... T>
template<std::size_t i>
|
inline |
◆ child() [2/2]
template<typename... T>
template<std::size_t i>
|
inline |
◆ degree()
template<typename... T>
|
inlinestaticconstexpr |
◆ element()
template<typename... T>
|
inline |
◆ empty()
|
inlineinherited |
◆ localIndex()
◆ offset()
|
inlineprotectedinherited |
◆ setChild()
template<typename... T>
template<std::size_t i, class TT >
|
inline |
◆ setOffset()
|
inlineprotectedinherited |
◆ setSize()
|
inlineprotectedinherited |
◆ setTreeIndex()
|
inlineprotectedinherited |
◆ size()
|
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()
|
inlineinherited |
The documentation for this class was generated from the following file:
