dune-functions  2.5.1
Public Types | Public Member Functions | Protected Member Functions | List of all members
Dune::Functions::CompositeBasisNode< SIZE_T_DUMMY, TP, T > Class Template Reference

#include <dune/functions/functionspacebases/nodes.hh>

Inheritance diagram for Dune::Functions::CompositeBasisNode< SIZE_T_DUMMY, TP, T >:
Inheritance graph

Public Types

using TreePath = TP
 
using size_type = std::size_t
 

Public Member Functions

 CompositeBasisNode (const TP &tp)
 
 CompositeBasisNode (const TP &tp, const typename Node::NodeStorage &children)
 
template<typename... Children>
 CompositeBasisNode (const shared_ptr< Children > &... children, const TP &tp)
 
size_type localIndex (size_type i) const
 
size_type size () const
 
const TreePathtreePath () const
 
size_type treeIndex () const
 
size_type offset () const
 

Protected Member Functions

void setOffset (const size_type offset)
 
void setSize (const size_type size)
 
void setTreeIndex (size_type treeIndex)
 

Member Typedef Documentation

◆ size_type

template<typename TP >
using Dune::Functions::BasisNodeMixin< TP >::size_type = std::size_t
inherited

◆ TreePath

template<typename TP >
using Dune::Functions::BasisNodeMixin< TP >::TreePath = TP
inherited

Constructor & Destructor Documentation

◆ CompositeBasisNode() [1/3]

template<typename SIZE_T_DUMMY, typename TP, typename... T>
Dune::Functions::CompositeBasisNode< SIZE_T_DUMMY, TP, T >::CompositeBasisNode ( const TP &  tp)
inline

◆ CompositeBasisNode() [2/3]

template<typename SIZE_T_DUMMY, typename TP, typename... T>
Dune::Functions::CompositeBasisNode< SIZE_T_DUMMY, TP, T >::CompositeBasisNode ( const TP &  tp,
const typename Node::NodeStorage &  children 
)
inline

◆ CompositeBasisNode() [3/3]

template<typename SIZE_T_DUMMY, typename TP, typename... T>
template<typename... Children>
Dune::Functions::CompositeBasisNode< SIZE_T_DUMMY, TP, T >::CompositeBasisNode ( const shared_ptr< Children > &...  children,
const TP &  tp 
)
inline

Member Function Documentation

◆ localIndex()

template<typename TP >
size_type Dune::Functions::BasisNodeMixin< TP >::localIndex ( size_type  i) const
inlineinherited

◆ offset()

template<typename TP >
size_type Dune::Functions::BasisNodeMixin< TP >::offset ( ) const
inlineinherited

◆ setOffset()

template<typename TP >
void Dune::Functions::BasisNodeMixin< TP >::setOffset ( const size_type  offset)
inlineprotectedinherited

◆ setSize()

template<typename TP >
void Dune::Functions::BasisNodeMixin< TP >::setSize ( const size_type  size)
inlineprotectedinherited

◆ setTreeIndex()

template<typename TP >
void Dune::Functions::BasisNodeMixin< TP >::setTreeIndex ( size_type  treeIndex)
inlineprotectedinherited

◆ size()

template<typename TP >
size_type Dune::Functions::BasisNodeMixin< TP >::size ( ) const
inlineinherited

◆ treeIndex()

template<typename TP >
size_type Dune::Functions::BasisNodeMixin< TP >::treeIndex ( ) const
inlineinherited

◆ treePath()

template<typename TP >
const TreePath& Dune::Functions::BasisNodeMixin< TP >::treePath ( ) const
inlineinherited

The documentation for this class was generated from the following file: