dune-functions 2.9.0
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Dune::Functions::NedelecNode< GV, Range, kind, order > Class Template Reference

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

Inheritance diagram for Dune::Functions::NedelecNode< GV, Range, kind, order >:
Inheritance graph

Public Types

using size_type = std::size_t
 
using Element = typename GV::template Codim< 0 >::Entity
 
using FiniteElementMap = typename Impl::Nedelec1stKindLocalFiniteElementMap< GV, dim, Range, order >
 
using FiniteElement = Impl::GlobalValuedLocalFiniteElement< Impl::CovariantPiolaTransformator, typename FiniteElementMap::FiniteElement, Element >
 

Public Member Functions

 NedelecNode (const FiniteElementMap *finiteElementMap)
 
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
 
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

FiniteElement finiteElement_
 
const Elementelement_
 
const FiniteElementMapfiniteElementMap_
 

Member Typedef Documentation

◆ Element

template<typename GV , typename Range , size_t kind, int order>
using Dune::Functions::NedelecNode< GV, Range, kind, order >::Element = typename GV::template Codim<0>::Entity

◆ FiniteElement

template<typename GV , typename Range , size_t kind, int order>
using Dune::Functions::NedelecNode< GV, Range, kind, order >::FiniteElement = Impl::GlobalValuedLocalFiniteElement<Impl::CovariantPiolaTransformator, typename FiniteElementMap::FiniteElement, Element>

◆ FiniteElementMap

template<typename GV , typename Range , size_t kind, int order>
using Dune::Functions::NedelecNode< GV, Range, kind, order >::FiniteElementMap = typename Impl::Nedelec1stKindLocalFiniteElementMap<GV, dim, Range, order>

◆ size_type

template<typename GV , typename Range , size_t kind, int order>
using Dune::Functions::NedelecNode< GV, Range, kind, order >::size_type = std::size_t

Constructor & Destructor Documentation

◆ NedelecNode()

template<typename GV , typename Range , size_t kind, int order>
Dune::Functions::NedelecNode< GV, Range, kind, order >::NedelecNode ( const FiniteElementMap finiteElementMap)
inline

Member Function Documentation

◆ bind()

template<typename GV , typename Range , size_t kind, int order>
void Dune::Functions::NedelecNode< GV, Range, kind, order >::bind ( const Element e)
inline

Bind to element.

◆ element()

template<typename GV , typename Range , size_t kind, int order>
const Element & Dune::Functions::NedelecNode< GV, Range, kind, order >::element ( ) const
inline

Return current element, throw if unbound.

◆ finiteElement()

template<typename GV , typename Range , size_t kind, int order>
const FiniteElement & Dune::Functions::NedelecNode< GV, Range, kind, order >::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 , typename Range , size_t kind, int order>
const Element* Dune::Functions::NedelecNode< GV, Range, kind, order >::element_
protected

◆ finiteElement_

template<typename GV , typename Range , size_t kind, int order>
FiniteElement Dune::Functions::NedelecNode< GV, Range, kind, order >::finiteElement_
protected

◆ finiteElementMap_

template<typename GV , typename Range , size_t kind, int order>
const FiniteElementMap* Dune::Functions::NedelecNode< GV, Range, kind, order >::finiteElementMap_
protected

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