Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 181 of file field_expr_variational.h.
Public Member Functions | |
template<class M > | |
void | operator() (const This &obj, const geo_basic< float_type, M > &omega_K, const geo_element &K, Eigen::Matrix< Result, Eigen::Dynamic, Eigen::Dynamic > &value) const |
template<class M > | |
void | operator() (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, Eigen::Dynamic > &value, bool do_local_component_assembly) const |
void operator() | ( | const This & | obj, |
const geo_basic< float_type, M > & | omega_K, | ||
const geo_element & | K, | ||
Eigen::Matrix< Result, Eigen::Dynamic, Eigen::Dynamic > & | value | ||
) | const |
Definition at line 183 of file field_expr_variational.h.
void operator() | ( | 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, Eigen::Dynamic > & | value, | ||
bool | do_local_component_assembly | ||
) | const |
Definition at line 192 of file field_expr_variational.h.