DUNE-FEM (unstable)

Dune::Fem::ShapeFunctionSets Class Reference

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
 

Public Member Functions

Move construction/assignemnt
 ShapeFunctionSets (ShapeFunctionSets &&)
 move constructor
 
Deleted methods
 ShapeFunctionSets (const ShapeFunctionSets &)=delete
 copy constructor
 
ShapeFunctionSetsoperator= (const ShapeFunctionSets &)=delete
 assignment operator
 
Public member functions
const std::vector< Dune::GeometryType > & types () const
 return vector of geometry types
 
int order () const
 return maximum order
 
int order (Dune::GeometryType type) const
 return order per geometry type
 
ShapeFunctionSetType shapeFunctionSet (const Dune::GeometryType &type) const
 return shape function set More...
 

Detailed Description

interface class representing a family of shape function sets

Member Function Documentation

◆ shapeFunctionSet()

ShapeFunctionSetType Dune::Fem::ShapeFunctionSets::shapeFunctionSet ( const Dune::GeometryType type) const

return shape function set

Parameters
[in]typegeometry type
Returns
shape function set

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 27, 22:29, 2024)