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