Singleton handler for the set of LinearShapeFunction.
More...
#include <shapefunctions.hpp>
|
enum | { n = dim==2?4:8
} |
| The number of shape functions in the set.
|
|
typedef LinearShapeFunction
< ctype, rtype, dim > | ShapeFunction |
| A single shape function.
|
|
typedef rtype | resulttype |
| The type of the return value from a shape function.
|
|
template<class ctype, class rtype, int dim>
class Opm::Elasticity::P1ShapeFunctionSet< ctype, rtype, dim >
Singleton handler for the set of LinearShapeFunction.
template<class ctype, class rtype, int dim>
Obtain a given shape function.
- Parameters
-
[in] | i | The requested shape function |
The documentation for this class was generated from the following file: