NiHu
2.0
|
linear 3-noded triangle shape functions More...
#include <lib_shape.hpp>
Static Public Member Functions | |
static shape_t | eval (xi_t const &xi) |
linear 3-noded triangle shape functions
[in] | xi | the domain variable vector |
The shape functions are
\(L_1(\xi, \eta) = 1-\xi-\eta \\ L_2(\xi, \eta) = \xi \\ L_3(\xi, \eta) = \eta \)
Definition at line 165 of file lib_shape.hpp.