dune-functions  2.7.0
Public Types | Public Member Functions | Static Public Member Functions | List of all members
Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, HI > Class Template Reference

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

Public Types

using size_type = std::size_t
 
using MultiIndex = MI
 Type used for global numbering of the basis vectors. More...
 
using PreBasis = TaylorHoodPreBasis< GV, MI, HI >
 
using Node = TaylorHoodBasisTree< GV >
 
using PQ1NodeIndexSet = typename PreBasis::PQ1PreBasis::IndexSet
 
using PQ2NodeIndexSet = typename PreBasis::PQ2PreBasis::IndexSet
 

Public Member Functions

 TaylorHoodNodeIndexSet (const PreBasis &preBasis)
 
void bind (const Node &node)
 
void unbind ()
 
size_type size () const
 
template<typename It >
It indices (It multiIndices) const
 
template<bool hi, class It , typename std::enable_if< not hi, int >::type = 0>
It indicesImp (It multiIndices) const
 
template<bool hi, class It , typename std::enable_if< hi, int >::type = 0>
It indicesImp (It multiIndices) const
 

Static Public Member Functions

static const void multiIndexPushFront (MultiIndex &M, size_type M0)
 

Member Typedef Documentation

◆ MultiIndex

template<typename GV , class MI , bool HI>
using Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, HI >::MultiIndex = MI

Type used for global numbering of the basis vectors.

◆ Node

template<typename GV , class MI , bool HI>
using Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, HI >::Node = TaylorHoodBasisTree<GV>

◆ PQ1NodeIndexSet

template<typename GV , class MI , bool HI>
using Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, HI >::PQ1NodeIndexSet = typename PreBasis::PQ1PreBasis::IndexSet

◆ PQ2NodeIndexSet

template<typename GV , class MI , bool HI>
using Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, HI >::PQ2NodeIndexSet = typename PreBasis::PQ2PreBasis::IndexSet

◆ PreBasis

template<typename GV , class MI , bool HI>
using Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, HI >::PreBasis = TaylorHoodPreBasis<GV, MI, HI>

◆ size_type

template<typename GV , class MI , bool HI>
using Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, HI >::size_type = std::size_t

Constructor & Destructor Documentation

◆ TaylorHoodNodeIndexSet()

template<typename GV , class MI , bool HI>
Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, HI >::TaylorHoodNodeIndexSet ( const PreBasis preBasis)
inline

Member Function Documentation

◆ bind()

template<typename GV , class MI , bool HI>
void Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, HI >::bind ( const Node node)
inline

◆ indices()

template<typename GV , class MI , bool HI>
template<typename It >
It Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, HI >::indices ( It  multiIndices) const
inline

◆ indicesImp() [1/2]

template<typename GV , class MI , bool HI>
template<bool hi, class It , typename std::enable_if< not hi, int >::type = 0>
It Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, HI >::indicesImp ( It  multiIndices) const
inline

◆ indicesImp() [2/2]

template<typename GV , class MI , bool HI>
template<bool hi, class It , typename std::enable_if< hi, int >::type = 0>
It Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, HI >::indicesImp ( It  multiIndices) const
inline

◆ multiIndexPushFront()

template<typename GV , class MI , bool HI>
static const void Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, HI >::multiIndexPushFront ( MultiIndex M,
size_type  M0 
)
inlinestatic

◆ size()

template<typename GV , class MI , bool HI>
size_type Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, HI >::size ( ) const
inline

◆ unbind()

template<typename GV , class MI , bool HI>
void Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, HI >::unbind ( )
inline

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