dune-fem 2.8.0
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::Fem::SelectCachingShapeFunctionSets< GridPart, ShapeFunctionSet, Storage > Class Template Reference

#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)
 
SelectCachingShapeFunctionSetsoperator= (const ThisType &)=delete
 

Static Public Attributes

static constexpr bool codegenShapeFunctionSet = detail::IsCodegenShapeFunctionSet< CachedShapeFunctionSetType >::value
 

Member Typedef Documentation

◆ ShapeFunctionSetType

template<class GridPart , class ShapeFunctionSet , class Storage >
typedef Implementation::ShapeFunctionSetType Dune::Fem::SelectCachingShapeFunctionSets< GridPart, ShapeFunctionSet, Storage >::ShapeFunctionSetType

shape function set type

Constructor & Destructor Documentation

◆ SelectCachingShapeFunctionSets() [1/3]

template<class GridPart , class ShapeFunctionSet , class Storage >
Dune::Fem::SelectCachingShapeFunctionSets< GridPart, ShapeFunctionSet, Storage >::SelectCachingShapeFunctionSets ( const GridPart &  gridPart)
inlineexplicit

◆ SelectCachingShapeFunctionSets() [2/3]

template<class GridPart , class ShapeFunctionSet , class Storage >
Dune::Fem::SelectCachingShapeFunctionSets< GridPart, ShapeFunctionSet, Storage >::SelectCachingShapeFunctionSets ( const ThisType )
delete

◆ SelectCachingShapeFunctionSets() [3/3]

template<class GridPart , class ShapeFunctionSet , class Storage >
Dune::Fem::SelectCachingShapeFunctionSets< GridPart, ShapeFunctionSet, Storage >::SelectCachingShapeFunctionSets ( ThisType &&  other)
inline

Member Function Documentation

◆ operator=()

template<class GridPart , class ShapeFunctionSet , class Storage >
SelectCachingShapeFunctionSets & Dune::Fem::SelectCachingShapeFunctionSets< GridPart, ShapeFunctionSet, Storage >::operator= ( const ThisType )
delete

◆ order() [1/2]

template<class GridPart , class ShapeFunctionSet , class Storage >
int Dune::Fem::SelectCachingShapeFunctionSets< GridPart, ShapeFunctionSet, Storage >::order ( ) const
inline

return maximum order

◆ order() [2/2]

template<class GridPart , class ShapeFunctionSet , class Storage >
int Dune::Fem::SelectCachingShapeFunctionSets< GridPart, ShapeFunctionSet, Storage >::order ( Dune::GeometryType  type) const
inline

return maximum order

◆ shapeFunctionSet()

template<class GridPart , class ShapeFunctionSet , class Storage >
ShapeFunctionSetType Dune::Fem::SelectCachingShapeFunctionSets< GridPart, ShapeFunctionSet, Storage >::shapeFunctionSet ( const Dune::GeometryType &  type) const
inline

return shape function set

Parameters
[in]typegeometry type
Returns
shape function set

◆ types()

template<class GridPart , class ShapeFunctionSet , class Storage >
const std::vector< Dune::GeometryType > & Dune::Fem::SelectCachingShapeFunctionSets< GridPart, ShapeFunctionSet, Storage >::types ( ) const
inline

return vector of geometry types

Member Data Documentation

◆ codegenShapeFunctionSet

template<class GridPart , class ShapeFunctionSet , class Storage >
constexpr bool Dune::Fem::SelectCachingShapeFunctionSets< GridPart, ShapeFunctionSet, Storage >::codegenShapeFunctionSet = detail::IsCodegenShapeFunctionSet< CachedShapeFunctionSetType >::value
staticconstexpr

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