dune-fem
2.4.1-rc
|
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/discontinuousgalerkin/shapefunctionsets.hh>
Public Types | |
typedef VectorialShapeFunctionSet< typename Implementation::ShapeFunctionSetType, Range > | ShapeFunctionSetType |
shape function set type More... | |
Public Member Functions | |
Construction | |
VectorialShapeFunctionSets (Implementation &&impl) | |
template<class... Args> | |
VectorialShapeFunctionSets (Args &&...args) | |
Copying and assignment | |
VectorialShapeFunctionSets (const ThisType &)=delete | |
VectorialShapeFunctionSets (ThisType &)=delete | |
VectorialShapeFunctionSets (ThisType &&other) | |
VectorialShapeFunctionSets & | operator= (const ThisType &)=delete |
Public member methods | |
const std::vector< Dune::GeometryType > & | types () const |
return vector of geometry types More... | |
int | order () const |
return maximum order More... | |
int | order (Dune::GeometryType type) const |
return maximum order More... | |
ShapeFunctionSetType | shapeFunctionSet (const Dune::GeometryType &type) const |
return shape function set More... | |
typedef VectorialShapeFunctionSet< typename Implementation::ShapeFunctionSetType, Range > Dune::Fem::VectorialShapeFunctionSets< Implementation, Range >::ShapeFunctionSetType |
shape function set type
|
inlineexplicit |
|
inlineexplicit |
|
delete |
|
delete |
|
inline |
References Dune::Fem::ShapeFunctionSets::operator=().
|
delete |
|
inline |
return maximum order
|
inline |
return maximum order
|
inline |
return shape function set
[in] | type | geometry type |
References Dune::Fem::ShapeFunctionSets::shapeFunctionSet().
|
inline |
return vector of geometry types