dune-fem  2.4.1-rc
Public Types | List of all members
Dune::Fem::ShapeFunctionSets Class Reference

interface class representing a family of shape function sets More...

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/discontinuousgalerkin/shapefunctionsets.hh>

Public Types

typedef ImplementationDefined ShapeFunctionSetType
 shape function set type More...
 

Public Member Functions

Move construction/assignemnt
 ShapeFunctionSets (ShapeFunctionSets &&)
 move constructor More...
 
Deleted methods
 ShapeFunctionSets (const ShapeFunctionSets &)=delete
 copy constructor More...
 
ShapeFunctionSetsoperator= (const ShapeFunctionSets &)=delete
 assignment operator More...
 
Public member functions
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 order per geometry type More...
 
ShapeFunctionSetType shapeFunctionSet (const Dune::GeometryType &type) const
 return shape function set More...
 

Detailed Description

interface class representing a family of shape function sets

Member Typedef Documentation

shape function set type

Constructor & Destructor Documentation

Dune::Fem::ShapeFunctionSets::ShapeFunctionSets ( ShapeFunctionSets &&  )

move constructor

Dune::Fem::ShapeFunctionSets::ShapeFunctionSets ( const ShapeFunctionSets )
delete

copy constructor

Member Function Documentation

ShapeFunctionSets& Dune::Fem::ShapeFunctionSets::operator= ( const ShapeFunctionSets )
delete
int Dune::Fem::ShapeFunctionSets::order ( ) const
int Dune::Fem::ShapeFunctionSets::order ( Dune::GeometryType  type) const

return order per geometry type

ShapeFunctionSetType Dune::Fem::ShapeFunctionSets::shapeFunctionSet ( const Dune::GeometryType &  type) const
const std::vector< Dune::GeometryType >& Dune::Fem::ShapeFunctionSets::types ( ) const

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