Public Types | |
typedef LagrangeCardinalFunction < double, double > | CardinalFunction |
typedef TensorProductFunction < double, double, CardinalFunction, dim > | ShapeFunction |
Public Member Functions | |
PNShapeFunctionSet (int n1, int n2, int n3=0) | |
const ShapeFunction & | operator[] (int i) const |
Obtain a given shape function. More... | |
int | size () |
Protected Attributes | |
std::vector< std::vector < CardinalFunction > > | cfuncs |
std::vector< ShapeFunction > | f |
|
inline |
Obtain a given shape function.
[in] | i | The requested shape function |