dune-fem 2.8.0
|
#include <dune/fem/space/p1bubble.hh>
Public Types | |
typedef FunctionSpace | FunctionSpaceType |
typedef FunctionSpace::DomainType | DomainType |
typedef FunctionSpace::RangeType | RangeType |
typedef FunctionSpace::JacobianRangeType | JacobianRangeType |
typedef FunctionSpace::HessianRangeType | HessianRangeType |
Public Member Functions | |
SimplexBubbleElementShapeFunctionSet () | |
template<class GeometryType > | |
SimplexBubbleElementShapeFunctionSet (const GeometryType >) | |
template<class Point , class Functor > | |
void | evaluateEach (const Point &x, Functor functor) const |
template<class Point , class Functor > | |
void | jacobianEach (const Point &x, Functor functor) const |
template<class Point , class Functor > | |
void | hessianEach (const Point &x, Functor functor) const |
int | order () const |
std::size_t | size () const |
Static Public Attributes | |
static const int | dimDomain = FunctionSpace :: dimDomain |
static const int | polynomialOrder = dimDomain + 1 |
static const int | numShapeFunctions = dimDomain + 2 |
typedef FunctionSpace::DomainType Dune::Fem::SimplexBubbleElementShapeFunctionSet< FunctionSpace >::DomainType |
typedef FunctionSpace Dune::Fem::SimplexBubbleElementShapeFunctionSet< FunctionSpace >::FunctionSpaceType |
typedef FunctionSpace::HessianRangeType Dune::Fem::SimplexBubbleElementShapeFunctionSet< FunctionSpace >::HessianRangeType |
typedef FunctionSpace::JacobianRangeType Dune::Fem::SimplexBubbleElementShapeFunctionSet< FunctionSpace >::JacobianRangeType |
typedef FunctionSpace::RangeType Dune::Fem::SimplexBubbleElementShapeFunctionSet< FunctionSpace >::RangeType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
static |
|
static |