|
KASKADE 7 development version
|
Base class for sets of shape function containers. More...
#include <pshapefunctions.hh>
Base class for sets of shape function containers.
| ctype | scalar type for coordinates |
| dimension | spatial dimension |
| T | the scalar shape function return value |
| comp | the number of components of the shape functions' values |
Definition at line 374 of file pshapefunctions.hh.
Public Types | |
| typedef ShapeFunctionSet< ctype, dimension, T, comp > | value_type |
Public Member Functions | |
| virtual | ~ShapeFunctionSetContainer () |
| virtual value_type const & | operator() (Dune::GeometryType type, int order) const =0 |
| access a shape function via type and order More... | |
| typedef ShapeFunctionSet<ctype,dimension,T,comp> Kaskade::ShapeFunctionSetContainer< ctype, dimension, T, comp >::value_type |
Definition at line 377 of file pshapefunctions.hh.
|
inlinevirtual |
Definition at line 379 of file pshapefunctions.hh.
|
pure virtual |
access a shape function via type and order
Implemented in Kaskade::HierarchicShapeFunctionSetContainer< ctype, dimension, Scalar, restricted >, Kaskade::HierarchicExtensionShapeFunctionSetContainer< ctype, dimension, Scalar, restricted >, Kaskade::LagrangeShapeFunctionSetContainer< ctype, dimension, Scalar, restricted >, Kaskade::NedelecShapeFunctionSetContainer< ctype, dimension, T >, and Kaskade::HdivShapeFunctionSetContainer< ctype, dimension, T >.