template<class
BinaryFunction, class
Expr1, class Expr2>
class rheolef::details::form_expr_v2_variational_binary< BinaryFunction, Expr1, Expr2 >
Definition at line 184 of file form_expr_variational.h.
|
typedef geo_element::size_type | size_type |
|
typedef promote_memory< typenameExpr1::memory_type, typenameExpr2::memory_type >::type | memory_type |
|
typedef details::generic_binary_traits< BinaryFunction >::template result_hint< typenameExpr1::value_type, typenameExpr2::value_type >::type | result_hint |
|
typedef details::generic_binary_traits< BinaryFunction >::template hint< typenameExpr1::value_type, typenameExpr2::value_type, result_hint >::result_type | value_type |
|
typedef scalar_traits< value_type >::type | scalar_type |
|
typedef float_traits< value_type >::type | float_type |
|
typedef space_basic< scalar_type, memory_type > | space_type |
|
typedef details::bf_vf_tag< BinaryFunction, typenameExpr1::vf_tag_type, typenameExpr2::vf_tag_type >::type | vf_tag_type |
|
typedef details::dual_vf_tag< vf_tag_type >::type | vf_dual_tag_type |
|
typedef form_expr_v2_variational_binary< BinaryFunction, Expr1, Expr2 > | self_type |
|
typedef form_expr_v2_variational_binary< BinaryFunction, typename Expr1::dual_self_type, typename Expr2::dual_self_type > | dual_self_type |
|
typedef and_type< typenameExpr1::maybe_symmetric::type, typenameExpr2::maybe_symmetric::type >::type | maybe_symmetric |
|
|
| form_expr_v2_variational_binary (const BinaryFunction &f, const Expr1 &expr1, const Expr2 &expr2) |
|
| form_expr_v2_variational_binary (const form_expr_v2_variational_binary< BinaryFunction, Expr1, Expr2 > &x) |
|
form_expr_v2_variational_binary< BinaryFunction, Expr1, Expr2 > & | operator= (const form_expr_v2_variational_binary< BinaryFunction, Expr1, Expr2 > &x) |
|
const space_type & | get_trial_space () const |
|
const space_type & | get_test_space () const |
|
size_type | n_derivative () const |
|
void | initialize (const piola_on_pointset< float_type > &pops, const integrate_option &iopt) |
|
void | initialize (const band_basic< float_type, memory_type > &gh, const piola_on_pointset< float_type > &pops, const integrate_option &iopt) |
|
template<class Result > |
void | evaluate (const geo_basic< float_type, memory_type > &omega_K, const geo_element &K, Eigen::Tensor< Result, 3 > &value) const |
|
template<class Result > |
void | evaluate_on_side (const geo_basic< float_type, memory_type > &omega_K, const geo_element &K, const side_information_type &sid, Eigen::Tensor< Result, 3 > &value) const |
|
template<class Result > |
bool | valued_check () const |
|