KASKADE 7 development version
Public Types | Public Member Functions | List of all members
Kaskade::ShapeFunctionSetContainer< ctype, dimension, T, comp > Class Template Referenceabstract

Base class for sets of shape function containers. More...

#include <pshapefunctions.hh>

Detailed Description

template<class ctype, int dimension, class T, int comp = 1>
class Kaskade::ShapeFunctionSetContainer< ctype, dimension, T, comp >

Base class for sets of shape function containers.

Template Parameters
ctypescalar type for coordinates
dimensionspatial dimension
Tthe scalar shape function return value
compthe 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...
 

Member Typedef Documentation

◆ value_type

template<class ctype , int dimension, class T , int comp = 1>
typedef ShapeFunctionSet<ctype,dimension,T,comp> Kaskade::ShapeFunctionSetContainer< ctype, dimension, T, comp >::value_type

Definition at line 377 of file pshapefunctions.hh.

Constructor & Destructor Documentation

◆ ~ShapeFunctionSetContainer()

template<class ctype , int dimension, class T , int comp = 1>
virtual Kaskade::ShapeFunctionSetContainer< ctype, dimension, T, comp >::~ShapeFunctionSetContainer ( )
inlinevirtual

Definition at line 379 of file pshapefunctions.hh.

Member Function Documentation

◆ operator()()

template<class ctype , int dimension, class T , int comp = 1>
virtual value_type const & Kaskade::ShapeFunctionSetContainer< ctype, dimension, T, comp >::operator() ( Dune::GeometryType  type,
int  order 
) const
pure virtual

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