|
dune-fem
2.8-git
|
interface class representing a family of shape function sets More...
#include <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... | |
| ShapeFunctionSets & | operator= (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... | |
interface class representing a family of shape function sets
| typedef ImplementationDefined Dune::Fem::ShapeFunctionSets::ShapeFunctionSetType |
shape function set type
| Dune::Fem::ShapeFunctionSets::ShapeFunctionSets | ( | ShapeFunctionSets && | ) |
move constructor
|
delete |
copy constructor
|
delete |
assignment operator
| int Dune::Fem::ShapeFunctionSets::order | ( | ) | const |
return maximum order
| int Dune::Fem::ShapeFunctionSets::order | ( | Dune::GeometryType | type | ) | const |
return order per geometry type
| ShapeFunctionSetType Dune::Fem::ShapeFunctionSets::shapeFunctionSet | ( | const Dune::GeometryType & | type | ) | const |
return shape function set
| [in] | type | geometry type |
| const std::vector< Dune::GeometryType >& Dune::Fem::ShapeFunctionSets::types | ( | ) | const |
return vector of geometry types