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

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

Inheritance diagram for Dune::Functions::TaylorHoodBasisTree< GV, TP >:
Inheritance graph

Public Types

using TreePath = TP
 
using size_type = std::size_t
 

Public Member Functions

 TaylorHoodBasisTree (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

◆ TaylorHoodBasisTree()

template<typename GV , typename TP >
Dune::Functions::TaylorHoodBasisTree< GV, TP >::TaylorHoodBasisTree ( 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: