|
Rheolef
7.1
an efficient C++ finite element environment
|
Public Member Functions | |
| template<class M > | |
| void | evaluate (const This &obj, const geo_basic< float_type, M > &omega_K, const geo_element &K, Eigen::Matrix< Result, Eigen::Dynamic, 1 > &value) const |
| template<class M > | |
| void | evaluate_on_side (const This &obj, const geo_basic< float_type, M > &omega_K, const geo_element &K, const side_information_type &sid, Eigen::Matrix< Result, Eigen::Dynamic, 1 > &value) const |
Definition at line 249 of file field_expr_recursive.h.
| void evaluate | ( | const This & | obj, |
| const geo_basic< float_type, M > & | omega_K, | ||
| const geo_element & | K, | ||
| Eigen::Matrix< Result, Eigen::Dynamic, 1 > & | value | ||
| ) | const |
Definition at line 251 of file field_expr_recursive.h.
| void evaluate_on_side | ( | const This & | obj, |
| const geo_basic< float_type, M > & | omega_K, | ||
| const geo_element & | K, | ||
| const side_information_type & | sid, | ||
| Eigen::Matrix< Result, Eigen::Dynamic, 1 > & | value | ||
| ) | const |
Definition at line 271 of file field_expr_recursive.h.