Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 514 of file form_expr_variational.h.
Public Types | |
typedef This::float_type | float_type |
typedef This::memory_type | memory_type |
Public Member Functions | |
void | operator() (const This &obj, const geo_basic< float_type, memory_type > &omega_K, const geo_element &K, Eigen::Tensor< ValueType, 3 > &value) const |
void | operator() (const This &obj, const geo_basic< float_type, memory_type > &omega_K, const geo_element &K, const side_information_type &sid, Eigen::Tensor< ValueType, 3 > &value) const |
typedef This::float_type float_type |
Definition at line 515 of file form_expr_variational.h.
typedef This::memory_type memory_type |
Definition at line 516 of file form_expr_variational.h.
void operator() | ( | const This & | obj, |
const geo_basic< float_type, memory_type > & | omega_K, | ||
const geo_element & | K, | ||
Eigen::Tensor< ValueType, 3 > & | value | ||
) | const |
Definition at line 517 of file form_expr_variational.h.
void operator() | ( | const This & | obj, |
const geo_basic< float_type, memory_type > & | omega_K, | ||
const geo_element & | K, | ||
const side_information_type & | sid, | ||
Eigen::Tensor< ValueType, 3 > & | value | ||
) | const |
Definition at line 525 of file form_expr_variational.h.