Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 160 of file field_expr_recursive.h.
Public Member Functions | |
template<class M > | |
void | operator() (const self_type &obj, const geo_basic< float_type, M > &omega_K, const geo_element &K, Eigen::Matrix< Result, Eigen::Dynamic, 1 > &value) |
template<class M > | |
void | operator() (const self_type &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 |
void operator() | ( | const self_type & | obj, |
const geo_basic< float_type, M > & | omega_K, | ||
const geo_element & | K, | ||
Eigen::Matrix< Result, Eigen::Dynamic, 1 > & | value | ||
) |
Definition at line 162 of file field_expr_recursive.h.
void operator() | ( | const self_type & | 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 173 of file field_expr_recursive.h.