dune-functions  2.7.0
Public Types | Public Member Functions | Protected Attributes | List of all members
Dune::Functions::RannacherTurekNode< GV > Class Template Reference

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

Public Types

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

Public Member Functions

 RannacherTurekNode ()
 
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...
 

Protected Attributes

const FiniteElement finiteElement_
 
const Elementelement_
 

Member Typedef Documentation

◆ Element

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

◆ FiniteElement

template<typename GV >
using Dune::Functions::RannacherTurekNode< GV >::FiniteElement = RannacherTurekLocalFiniteElement<typename GV::ctype, double, dim>

◆ size_type

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

Constructor & Destructor Documentation

◆ RannacherTurekNode()

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

Member Function Documentation

◆ bind()

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

Bind to element.

◆ element()

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

Return current element, throw if unbound.

◆ finiteElement()

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

Member Data Documentation

◆ element_

template<typename GV >
const Element* Dune::Functions::RannacherTurekNode< GV >::element_
protected

◆ finiteElement_

template<typename GV >
const FiniteElement Dune::Functions::RannacherTurekNode< GV >::finiteElement_
protected

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