OGS
ShapePoint1-impl.h
Go to the documentation of this file.
1
11namespace NumLib
12{
13template <class T_X, class T_N>
14void ShapePoint1::computeShapeFunction(const T_X& /*r*/, T_N& N)
15{
16 N[0] = 1;
17}
18
19} // namespace NumLib
static void computeShapeFunction(const T_X &r, T_N &N)