Dune-Functions 2.11
Loading...
Searching...
No Matches

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

Inheritance diagram for Dune::Functions::TaylorHoodVelocityTree< GV >:
Inheritance graph

Public Types

using ChildType = LagrangeNode< GV, 2 >
 
using Element = typename T::Element
 
using size_type = std::size_t
 

Public Member Functions

 TaylorHoodVelocityTree ()
 
const auto & child (Index i) const
 
auto & child (Index i)
 
const Elementelement () const
 
void setChild (Index i, TT &&t)
 
void bind (const Element &entity)
 
size_type localIndex (size_type i) const
 
size_type size () const
 Obtain the number of basis function in the local node.
 
bool empty () const
 Check if the node is empty.
 
size_type treeIndex () const
 

Static Public Member Functions

static constexpr auto degree ()
 

Static Public Attributes

static const bool isLeaf
 
static const bool isPower
 
static const bool isComposite
 

Protected Member Functions

size_type offset () const
 
void setOffset (const size_type offset)
 
void setSize (const size_type size)
 
void setTreeIndex (size_type treeIndex)
 

Member Typedef Documentation

◆ ChildType

using Dune::Functions::PowerBasisNode< LagrangeNode< GV, 2 > , n >::ChildType = LagrangeNode< GV, 2 >
inherited

◆ Element

using Dune::Functions::PowerBasisNode< LagrangeNode< GV, 2 > , n >::Element = typename T::Element
inherited

◆ size_type

Constructor & Destructor Documentation

◆ TaylorHoodVelocityTree()

template<typename GV >
Dune::Functions::TaylorHoodVelocityTree< GV >::TaylorHoodVelocityTree ( )
inline

Member Function Documentation

◆ bind()

template<typename Node , typename Element >
void Dune::Functions::InnerBasisNodeMixin< Node, Element >::bind ( const Element &  entity)
inlineinherited

◆ child() [1/2]

auto & Dune::Functions::PowerBasisNode< LagrangeNode< GV, 2 > , n >::child ( Index  i)
inlineinherited

◆ child() [2/2]

const auto & Dune::Functions::PowerBasisNode< LagrangeNode< GV, 2 > , n >::child ( Index  i) const
inlineinherited

◆ degree()

static constexpr auto Dune::Functions::PowerBasisNode< LagrangeNode< GV, 2 > , n >::degree ( )
inlinestaticconstexprinherited

◆ element()

const Element & Dune::Functions::PowerBasisNode< LagrangeNode< GV, 2 > , n >::element ( ) const
inlineinherited

◆ empty()

bool Dune::Functions::BasisNodeMixin::empty ( ) const
inlineinherited

Check if the node is empty.

This is equivalent to size()==0. Notice that it is undefined behaviour to access the element() and finiteElement() methods of the node if it is empty, i.e., if its size is zero.

◆ localIndex()

size_type Dune::Functions::BasisNodeMixin::localIndex ( size_type  i) const
inlineinherited

◆ offset()

size_type Dune::Functions::BasisNodeMixin::offset ( ) const
inlineprotectedinherited

◆ setChild()

void Dune::Functions::PowerBasisNode< LagrangeNode< GV, 2 > , n >::setChild ( Index  i,
TT &&  t 
)
inlineinherited

◆ setOffset()

void Dune::Functions::BasisNodeMixin::setOffset ( const size_type  offset)
inlineprotectedinherited

◆ setSize()

void Dune::Functions::BasisNodeMixin::setSize ( const size_type  size)
inlineprotectedinherited

◆ setTreeIndex()

void Dune::Functions::BasisNodeMixin::setTreeIndex ( size_type  treeIndex)
inlineprotectedinherited

◆ size()

size_type Dune::Functions::BasisNodeMixin::size ( ) const
inlineinherited

Obtain the number of basis function in the local node.

Notice that it is undefined behaviour to access the element() and finiteElement() methods of the node if it is empty, i.e., if its size is zero.

◆ treeIndex()

size_type Dune::Functions::BasisNodeMixin::treeIndex ( ) const
inlineinherited

Member Data Documentation

◆ isComposite

const bool Dune::Functions::PowerBasisNode< LagrangeNode< GV, 2 > , n >::isComposite
staticinherited

◆ isLeaf

const bool Dune::Functions::PowerBasisNode< LagrangeNode< GV, 2 > , n >::isLeaf
staticinherited

◆ isPower

const bool Dune::Functions::PowerBasisNode< LagrangeNode< GV, 2 > , n >::isPower
staticinherited

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