Dune::P2HierarchicalCubeShapeFunctionSet< C, T, d, S > Class Template Reference
[Shapefunctions]
#include <hierarchicalcubeshapefunctions.hh>
List of all members.
Detailed Description
template<typename C, typename T, int d, typename S>
class Dune::P2HierarchicalCubeShapeFunctionSet< C, T, d, S >
P2CubeShapeFunctionSet implements the interface of
LagrangeShapeFunctionSet but is NOT derived from it. S is either
P1CubeShapeFunction<..> or
LagrangeShapeFunctionWrapper<
P1CubeShapeFunction<..> >
|
Public Member Functions |
|
| P2HierarchicalCubeShapeFunctionSet () |
| | make a shape function object
|
|
int | size () const |
| | return total number of shape functions
|
|
int | size (int entity, int codim) const |
| | total number of shape functions associated with entity in codim
|
|
const value_type & | operator[] (int i) const |
| | random access to shape functions
|
|
int | order () const |
| | return order
|
|
GeometryType | type () const |
| | return type of element
|
The documentation for this class was generated from the following file: