dune-functions  2.5.0
Public Types | Public Member Functions | Protected Member Functions | List of all members
Dune::Functions::BasisNodeMixin< TP > Class Template Reference

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

Inheritance diagram for Dune::Functions::BasisNodeMixin< TP >:
Inheritance graph

Public Types

using TreePath = TP
 
using size_type = std::size_t
 

Public Member Functions

 BasisNodeMixin (const TreePath &treePath)
 
size_type localIndex (size_type i) const
 
size_type size () const
 
const TreePathtreePath () const
 
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 (const size_type treeIndex)
 

Member Typedef Documentation

§ size_type

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

§ TreePath

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

Constructor & Destructor Documentation

§ BasisNodeMixin()

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

Member Function Documentation

§ localIndex()

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

§ offset()

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

§ setOffset()

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

§ setSize()

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

§ setTreeIndex()

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

§ size()

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

§ treeIndex()

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

§ treePath()

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

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