NiHu
2.0
|
linear 2-noded line shape functions More...
#include <lib_shape.hpp>
Static Public Member Functions | |
static shape_t | eval (xi_t const &xi) |
linear 2-noded line shape functions
[in] | xi | domain location vector |
The shape functions are
\(L_1(\xi) = (1-\xi)/2 \\ L_2(\xi) = (1+\xi)/2 \)
Definition at line 77 of file lib_shape.hpp.