|
suanPan
🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
|
Functions | |
| template<typename T > | |
| Mat< T > | triangle (const Col< T > &int_pts, unsigned order, unsigned num_node, const Mat< T > &nodes) |
| template<typename T > | |
| Mat< T > | quad (const Col< T > &int_pts, unsigned order, unsigned num_node=4) |
| Mat< T > shape::plate::quad | ( | const Col< T > & | int_pts, |
| unsigned | order, | ||
| unsigned | num_node = 4 |
||
| ) |
| Mat< T > shape::plate::triangle | ( | const Col< T > & | int_pts, |
| unsigned | order, | ||
| unsigned | num_node, | ||
| const Mat< T > & | nodes | ||
| ) |