dune-functions
2.7.0
|
#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 Element & | element () const |
Return current element, throw if unbound. More... | |
const FiniteElement & | finiteElement () 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 Element * | element_ |
using Dune::Functions::RannacherTurekNode< GV >::Element = typename GV::template Codim<0>::Entity |
using Dune::Functions::RannacherTurekNode< GV >::FiniteElement = RannacherTurekLocalFiniteElement<typename GV::ctype, double, dim> |
using Dune::Functions::RannacherTurekNode< GV >::size_type = std::size_t |
|
inline |
|
inline |
Bind to element.
|
inline |
Return current element, throw if unbound.
|
inline |
Return the LocalFiniteElement for the element we are bound to.
The LocalFiniteElement implements the corresponding interfaces of the dune-localfunctions module
|
protected |
|
protected |