Loading [MathJax]/extensions/MathMenu.js
OGS
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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)