dune-fem  2.4.1-rc
Public Types | List of all members
Dune::Fem::VectorialShapeFunctionSets< Implementation, Range > Class Template Reference

#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)
 
VectorialShapeFunctionSetsoperator= (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...
 

Member Typedef Documentation

template<class Implementation , class Range >
typedef VectorialShapeFunctionSet< typename Implementation::ShapeFunctionSetType, Range > Dune::Fem::VectorialShapeFunctionSets< Implementation, Range >::ShapeFunctionSetType

shape function set type

Constructor & Destructor Documentation

template<class Implementation , class Range >
Dune::Fem::VectorialShapeFunctionSets< Implementation, Range >::VectorialShapeFunctionSets ( Implementation &&  impl)
inlineexplicit
template<class Implementation , class Range >
template<class... Args>
Dune::Fem::VectorialShapeFunctionSets< Implementation, Range >::VectorialShapeFunctionSets ( Args &&...  args)
inlineexplicit
template<class Implementation , class Range >
Dune::Fem::VectorialShapeFunctionSets< Implementation, Range >::VectorialShapeFunctionSets ( const ThisType )
delete
template<class Implementation , class Range >
Dune::Fem::VectorialShapeFunctionSets< Implementation, Range >::VectorialShapeFunctionSets ( ThisType )
delete
template<class Implementation , class Range >
Dune::Fem::VectorialShapeFunctionSets< Implementation, Range >::VectorialShapeFunctionSets ( ThisType &&  other)
inline

Member Function Documentation

template<class Implementation , class Range >
VectorialShapeFunctionSets& Dune::Fem::VectorialShapeFunctionSets< Implementation, Range >::operator= ( const ThisType )
delete
template<class Implementation , class Range >
int Dune::Fem::VectorialShapeFunctionSets< Implementation, Range >::order ( ) const
inline

return maximum order

template<class Implementation , class Range >
int Dune::Fem::VectorialShapeFunctionSets< Implementation, Range >::order ( Dune::GeometryType  type) const
inline

return maximum order

template<class Implementation , class Range >
ShapeFunctionSetType Dune::Fem::VectorialShapeFunctionSets< Implementation, Range >::shapeFunctionSet ( const Dune::GeometryType &  type) const
inline

return shape function set

Parameters
[in]typegeometry type
Returns
shape function set

References Dune::Fem::ShapeFunctionSets::shapeFunctionSet().

template<class Implementation , class Range >
const std::vector< Dune::GeometryType >& Dune::Fem::VectorialShapeFunctionSets< Implementation, Range >::types ( ) const
inline

return vector of geometry types


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