dune-functions  2.6-dev
Public Types | Public Member Functions | Static Public Member Functions | List of all members
Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, TP, 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 = typename PreBasis::template Node< TP >
 
using PQ1TreePath = typename TypeTree::Child< Node, 1 >::TreePath
 
using PQ2TreePath = typename TypeTree::Child< Node, 0, 0 >::TreePath
 
using PQ1NodeIndexSet = typename PreBasis::PQ1PreBasis::template IndexSet< PQ1TreePath >
 
using PQ2NodeIndexSet = typename PreBasis::PQ2PreBasis::template IndexSet< PQ2TreePath >
 

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 , class TP , bool HI>
using Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, TP, HI >::MultiIndex = MI

Type used for global numbering of the basis vectors.

◆ Node

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

◆ PQ1NodeIndexSet

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

◆ PQ1TreePath

template<typename GV , class MI , class TP , bool HI>
using Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, TP, HI >::PQ1TreePath = typename TypeTree::Child<Node,1>::TreePath

◆ PQ2NodeIndexSet

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

◆ PQ2TreePath

template<typename GV , class MI , class TP , bool HI>
using Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, TP, HI >::PQ2TreePath = typename TypeTree::Child<Node,0,0>::TreePath

◆ PreBasis

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

◆ size_type

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

Constructor & Destructor Documentation

◆ TaylorHoodNodeIndexSet()

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

Member Function Documentation

◆ bind()

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

◆ indices()

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

◆ indicesImp() [1/2]

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

◆ indicesImp() [2/2]

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

◆ multiIndexPushFront()

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

◆ size()

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

◆ unbind()

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

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