dune-functions 2.10
Loading...
Searching...
No Matches
Dune::Functions::BSplineNode< GV > Class Template Reference

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

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

Public Types

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

Public Member Functions

 BSplineNode (const BSplinePreBasis< GV > *preBasis)
const Elementelement () const
 Return current element, throw if unbound.
const FiniteElementfiniteElement () const
 Return the LocalFiniteElement for the element we are bound to.
void bind (const Element &e)
 Bind to element.
size_type localIndex (size_type i) const
size_type size () const
size_type treeIndex () const

Protected Member Functions

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

Protected Attributes

const BSplinePreBasis< GV > * preBasis_
FiniteElement finiteElement_
Element element_

Member Typedef Documentation

◆ Element

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

◆ FiniteElement

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

◆ size_type

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

Constructor & Destructor Documentation

◆ BSplineNode()

template<typename GV>
Dune::Functions::BSplineNode< GV >::BSplineNode ( const BSplinePreBasis< GV > * preBasis)
inline

Member Function Documentation

◆ bind()

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

Bind to element.

◆ element()

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

Return current element, throw if unbound.

◆ finiteElement()

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

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

◆ offset()

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

◆ 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

◆ treeIndex()

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

Member Data Documentation

◆ element_

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

◆ finiteElement_

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

◆ preBasis_

template<typename GV>
const BSplinePreBasis<GV>* Dune::Functions::BSplineNode< GV >::preBasis_
protected

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