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

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

Public Types

using size_type = ST
 
using TreePath = TP
 
using Element = typename GV::template Codim< 0 >::Entity
 
using FiniteElementMap = typename Impl::RaviartThomasLocalFiniteElementMap< GV, dim, basic_type, typename GV::ctype, double, k >
 
using FiniteElement = typename FiniteElementMap::FiniteElement
 

Public Member Functions

 RaviartThomasNode (const TreePath &treePath, 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...
 

Protected Attributes

const FiniteElementfiniteElement_
 
const Elementelement_
 
const FiniteElementMapfiniteElementMap_
 

Member Typedef Documentation

◆ Element

template<typename GV , int k, typename ST , typename TP , GeometryType::BasicType basic_type>
using Dune::Functions::RaviartThomasNode< GV, k, ST, TP, basic_type >::Element = typename GV::template Codim<0>::Entity

◆ FiniteElement

template<typename GV , int k, typename ST , typename TP , GeometryType::BasicType basic_type>
using Dune::Functions::RaviartThomasNode< GV, k, ST, TP, basic_type >::FiniteElement = typename FiniteElementMap::FiniteElement

◆ FiniteElementMap

template<typename GV , int k, typename ST , typename TP , GeometryType::BasicType basic_type>
using Dune::Functions::RaviartThomasNode< GV, k, ST, TP, basic_type >::FiniteElementMap = typename Impl::RaviartThomasLocalFiniteElementMap<GV, dim, basic_type, typename GV::ctype, double, k>

◆ size_type

template<typename GV , int k, typename ST , typename TP , GeometryType::BasicType basic_type>
using Dune::Functions::RaviartThomasNode< GV, k, ST, TP, basic_type >::size_type = ST

◆ TreePath

template<typename GV , int k, typename ST , typename TP , GeometryType::BasicType basic_type>
using Dune::Functions::RaviartThomasNode< GV, k, ST, TP, basic_type >::TreePath = TP

Constructor & Destructor Documentation

◆ RaviartThomasNode()

template<typename GV , int k, typename ST , typename TP , GeometryType::BasicType basic_type>
Dune::Functions::RaviartThomasNode< GV, k, ST, TP, basic_type >::RaviartThomasNode ( const TreePath treePath,
const FiniteElementMap finiteElementMap 
)
inline

Member Function Documentation

◆ bind()

template<typename GV , int k, typename ST , typename TP , GeometryType::BasicType basic_type>
void Dune::Functions::RaviartThomasNode< GV, k, ST, TP, basic_type >::bind ( const Element e)
inline

Bind to element.

◆ element()

template<typename GV , int k, typename ST , typename TP , GeometryType::BasicType basic_type>
const Element& Dune::Functions::RaviartThomasNode< GV, k, ST, TP, basic_type >::element ( ) const
inline

Return current element, throw if unbound.

◆ finiteElement()

template<typename GV , int k, typename ST , typename TP , GeometryType::BasicType basic_type>
const FiniteElement& Dune::Functions::RaviartThomasNode< GV, k, ST, TP, basic_type >::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 , int k, typename ST , typename TP , GeometryType::BasicType basic_type>
const Element* Dune::Functions::RaviartThomasNode< GV, k, ST, TP, basic_type >::element_
protected

◆ finiteElement_

template<typename GV , int k, typename ST , typename TP , GeometryType::BasicType basic_type>
const FiniteElement* Dune::Functions::RaviartThomasNode< GV, k, ST, TP, basic_type >::finiteElement_
protected

◆ finiteElementMap_

template<typename GV , int k, typename ST , typename TP , GeometryType::BasicType basic_type>
const FiniteElementMap* Dune::Functions::RaviartThomasNode< GV, k, ST, TP, basic_type >::finiteElementMap_
protected

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