dune-fem 2.8.0
|
#include <dune/fem/space/discontinuousgalerkin/shapefunctionsets.hh>
Public Types | |
typedef Implementation::ShapeFunctionSetType | ShapeFunctionSetType |
shape function set type | |
Public Member Functions | |
const std::vector< Dune::GeometryType > & | types () const |
return vector of geometry types | |
int | order () const |
return maximum order | |
int | order (Dune::GeometryType type) const |
return maximum order | |
ShapeFunctionSetType | shapeFunctionSet (const Dune::GeometryType &type) const |
return shape function set | |
Construction | |
SelectCachingShapeFunctionSets (const GridPart &gridPart) | |
Copying and assignment | |
SelectCachingShapeFunctionSets (const ThisType &)=delete | |
SelectCachingShapeFunctionSets (ThisType &&other) | |
SelectCachingShapeFunctionSets & | operator= (const ThisType &)=delete |
Static Public Attributes | |
static constexpr bool | codegenShapeFunctionSet = detail::IsCodegenShapeFunctionSet< CachedShapeFunctionSetType >::value |
typedef Implementation::ShapeFunctionSetType Dune::Fem::SelectCachingShapeFunctionSets< GridPart, ShapeFunctionSet, Storage >::ShapeFunctionSetType |
shape function set type
|
inlineexplicit |
|
delete |
|
inline |
|
delete |
|
inline |
return maximum order
|
inline |
return maximum order
|
inline |
return shape function set
[in] | type | geometry type |
|
inline |
return vector of geometry types
|
staticconstexpr |