My Project
|
Singleton handler for the set of LinearShapeFunction. More...
#include <shapefunctions.hpp>
Public Types | |
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. | |
Public Member Functions | |
const ShapeFunction & | operator[] (int i) const |
Obtain a given shape function. | |
Static Public Member Functions | |
static const P1ShapeFunctionSet & | instance () |
Get the only instance of this class. | |
Singleton handler for the set of LinearShapeFunction.
|
inline |
Obtain a given shape function.
[in] | i | The requested shape function |