dune-functions  2.5.1
Public Types | 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 NodeFactory = TaylorHoodNodeFactory< GV, MI, HI >
 
using Node = typename NodeFactory::template Node< TP >
 
using PQ1TreePath = typename TypeTree::Child< Node, 1 >::TreePath
 
using PQ2TreePath = typename TypeTree::Child< Node, 0, 0 >::TreePath
 
using PQ1NodeIndexSet = typename NodeFactory::PQ1Factory::template IndexSet< PQ1TreePath >
 
using PQ2NodeIndexSet = typename NodeFactory::PQ2Factory::template IndexSet< PQ2TreePath >
 

Public Member Functions

 TaylorHoodNodeIndexSet (const NodeFactory &nodeFactory)
 
void bind (const Node &node)
 
void unbind ()
 
size_type size () const
 
MultiIndex index (size_type localIndex) const
 
template<bool hi, typename std::enable_if< not hi, int >::type = 0>
MultiIndex indexImp (size_type localIndex) const
 
template<bool hi, typename std::enable_if< hi, int >::type = 0>
MultiIndex indexImp (size_type localIndex) const
 

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 NodeFactory::template Node<TP>

◆ NodeFactory

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

◆ PQ1NodeIndexSet

template<typename GV , class MI , class TP , bool HI>
using Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, TP, HI >::PQ1NodeIndexSet = typename NodeFactory::PQ1Factory::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 NodeFactory::PQ2Factory::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

◆ 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 NodeFactory nodeFactory)
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

◆ index()

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

◆ indexImp() [1/2]

template<typename GV , class MI , class TP , bool HI>
template<bool hi, typename std::enable_if< not hi, int >::type = 0>
MultiIndex Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, TP, HI >::indexImp ( size_type  localIndex) const
inline

◆ indexImp() [2/2]

template<typename GV , class MI , class TP , bool HI>
template<bool hi, typename std::enable_if< hi, int >::type = 0>
MultiIndex Dune::Functions::TaylorHoodNodeIndexSet< GV, MI, TP, HI >::indexImp ( size_type  localIndex) const
inline

◆ 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: