dune-functions  2.5-dev
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Dune::Functions::PQkNode< GV, k, TP > Class Template Reference

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

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

Public Types

using size_type = std::size_t
 
using TreePath = TP
 
using Element = typename GV::template Codim< 0 >::Entity
 
using FiniteElement = typename FiniteElementCache::FiniteElementType
 

Public Member Functions

 PQkNode (const TreePath &treePath)
 
const Elementelement () const
 Return current element, throw if unbound. More...
 
const FiniteElementfiniteElement () const
 Return the LocalFiniteElement for the element we are bound to. More...
 
void bind (const Element &e)
 Bind to element. More...
 
size_type localIndex (size_type i) const
 
size_type size () const
 
const TreePathtreePath () const
 
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 (const size_type treeIndex)
 

Protected Attributes

FiniteElementCache cache_
 
const FiniteElementfiniteElement_
 
const Elementelement_
 

Member Typedef Documentation

§ Element

template<typename GV , int k, typename TP >
using Dune::Functions::PQkNode< GV, k, TP >::Element = typename GV::template Codim<0>::Entity

§ FiniteElement

template<typename GV , int k, typename TP >
using Dune::Functions::PQkNode< GV, k, TP >::FiniteElement = typename FiniteElementCache::FiniteElementType

§ size_type

template<typename GV , int k, typename TP >
using Dune::Functions::PQkNode< GV, k, TP >::size_type = std::size_t

§ TreePath

template<typename GV , int k, typename TP >
using Dune::Functions::PQkNode< GV, k, TP >::TreePath = TP

Constructor & Destructor Documentation

§ PQkNode()

template<typename GV , int k, typename TP >
Dune::Functions::PQkNode< GV, k, TP >::PQkNode ( const TreePath treePath)
inline

Member Function Documentation

§ bind()

template<typename GV , int k, typename TP >
void Dune::Functions::PQkNode< GV, k, TP >::bind ( const Element e)
inline

Bind to element.

§ element()

template<typename GV , int k, typename TP >
const Element& Dune::Functions::PQkNode< GV, k, TP >::element ( ) const
inline

Return current element, throw if unbound.

§ finiteElement()

template<typename GV , int k, typename TP >
const FiniteElement& Dune::Functions::PQkNode< GV, k, TP >::finiteElement ( ) const
inline

Return the LocalFiniteElement for the element we are bound to.

The LocalFiniteElement implements the corresponding interfaces of the dune-localfunctions module

§ 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 ( const size_type  treeIndex)
inlineprotectedinherited

§ size()

template<typename TP >
size_type Dune::Functions::BasisNodeMixin< TP >::size ( ) const
inlineinherited

§ treeIndex()

template<typename TP >
const size_type Dune::Functions::BasisNodeMixin< TP >::treeIndex ( ) const
inlineinherited

§ treePath()

template<typename TP >
const TreePath& Dune::Functions::BasisNodeMixin< TP >::treePath ( ) const
inlineinherited

Member Data Documentation

§ cache_

template<typename GV , int k, typename TP >
FiniteElementCache Dune::Functions::PQkNode< GV, k, TP >::cache_
protected

§ element_

template<typename GV , int k, typename TP >
const Element* Dune::Functions::PQkNode< GV, k, TP >::element_
protected

§ finiteElement_

template<typename GV , int k, typename TP >
const FiniteElement* Dune::Functions::PQkNode< GV, k, TP >::finiteElement_
protected

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