dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::Fem::LocalBubbleElementInterpolation< FunctionSpace > Struct Template Reference

#include <dune/fem/space/p1bubble.hh>

Public Types

typedef FunctionSpace::DomainType DomainType
 
typedef FunctionSpace::RangeType RangeType
 

Public Member Functions

 LocalBubbleElementInterpolation ()
 
 LocalBubbleElementInterpolation (const LocalBubbleElementInterpolation &)=default
 
 LocalBubbleElementInterpolation (LocalBubbleElementInterpolation &&)=default
 
template<class LocalFunction , class LocalDofVector >
void operator() (const LocalFunction &lf, LocalDofVector &ldv) const
 [Evaluation of local interpolations]
 
template<class Entity >
void bind (const Entity &)
 
void unbind ()
 

Static Public Attributes

static const int dimDomain = FunctionSpace::dimDomain
 
static const int dimRange = FunctionSpace::dimRange
 

Member Typedef Documentation

◆ DomainType

◆ RangeType

Constructor & Destructor Documentation

◆ LocalBubbleElementInterpolation() [1/3]

template<class FunctionSpace >
Dune::Fem::LocalBubbleElementInterpolation< FunctionSpace >::LocalBubbleElementInterpolation ( )
inline

◆ LocalBubbleElementInterpolation() [2/3]

template<class FunctionSpace >
Dune::Fem::LocalBubbleElementInterpolation< FunctionSpace >::LocalBubbleElementInterpolation ( const LocalBubbleElementInterpolation< FunctionSpace > &  )
default

◆ LocalBubbleElementInterpolation() [3/3]

template<class FunctionSpace >
Dune::Fem::LocalBubbleElementInterpolation< FunctionSpace >::LocalBubbleElementInterpolation ( LocalBubbleElementInterpolation< FunctionSpace > &&  )
default

Member Function Documentation

◆ bind()

template<class FunctionSpace >
template<class Entity >
void Dune::Fem::LocalBubbleElementInterpolation< FunctionSpace >::bind ( const Entity &  )
inline

◆ operator()()

template<class FunctionSpace >
template<class LocalFunction , class LocalDofVector >
void Dune::Fem::LocalBubbleElementInterpolation< FunctionSpace >::operator() ( const LocalFunction lf,
LocalDofVector &  ldv 
) const
inline

[Evaluation of local interpolations]

[Evaluation of local interpolations]

◆ unbind()

template<class FunctionSpace >
void Dune::Fem::LocalBubbleElementInterpolation< FunctionSpace >::unbind ( )
inline

Member Data Documentation

◆ dimDomain

template<class FunctionSpace >
const int Dune::Fem::LocalBubbleElementInterpolation< FunctionSpace >::dimDomain = FunctionSpace::dimDomain
static

◆ dimRange

template<class FunctionSpace >
const int Dune::Fem::LocalBubbleElementInterpolation< FunctionSpace >::dimRange = FunctionSpace::dimRange
static

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