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

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

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

Public Types

using size_type = std::size_t
 
using TreePath = TP
 
using Element = typename GV::template Codim< 0 >::Entity
 
using FiniteElement = BSplineLocalFiniteElement< GV, double >
 

Public Member Functions

 BSplineNode (const TreePath &treePath, const BSplineNodeFactory< GV, FlatMultiIndex< std::size_t >> *nodeFactory)
 
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

const BSplineNodeFactory< GV, FlatMultiIndex< std::size_t > > * nodeFactory_
 
FiniteElement finiteElement_
 
Element element_
 

Member Typedef Documentation

§ Element

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

§ FiniteElement

template<typename GV , typename TP >
using Dune::Functions::BSplineNode< GV, TP >::FiniteElement = BSplineLocalFiniteElement<GV,double>

§ size_type

template<typename GV , typename TP >
using Dune::Functions::BSplineNode< GV, TP >::size_type = std::size_t

§ TreePath

template<typename GV , typename TP >
using Dune::Functions::BSplineNode< GV, TP >::TreePath = TP

Constructor & Destructor Documentation

§ BSplineNode()

template<typename GV , typename TP >
Dune::Functions::BSplineNode< GV, TP >::BSplineNode ( const TreePath treePath,
const BSplineNodeFactory< GV, FlatMultiIndex< std::size_t >> *  nodeFactory 
)
inline

Member Function Documentation

§ bind()

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

Bind to element.

§ element()

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

Return current element, throw if unbound.

§ finiteElement()

template<typename GV , typename TP >
const FiniteElement& Dune::Functions::BSplineNode< GV, 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

§ element_

template<typename GV , typename TP >
Element Dune::Functions::BSplineNode< GV, TP >::element_
protected

§ finiteElement_

template<typename GV , typename TP >
FiniteElement Dune::Functions::BSplineNode< GV, TP >::finiteElement_
protected

§ nodeFactory_

template<typename GV , typename TP >
const BSplineNodeFactory<GV, FlatMultiIndex<std::size_t> >* Dune::Functions::BSplineNode< GV, TP >::nodeFactory_
protected

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