|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 58 of file field_expr_variational.h.
Classes | |
| struct | evaluate_call_check |
| struct | evaluate_call_check< Result, Arg, std::true_type > |
| struct | evaluate_switch |
| struct | evaluate_switch< This, Result, Arg, std::true_type > |
Public Types | |
| typedef geo_element::size_type | size_type |
| typedef Expr::memory_type | memory_type |
| typedef details::generic_unary_traits< UnaryFunction >::template result_hint< typenameExpr::value_type >::type | value_type |
| typedef scalar_traits< value_type >::type | scalar_type |
| typedef float_traits< scalar_type >::type | float_type |
| typedef space_basic< scalar_type, memory_type > | space_type |
| typedef Expr::vf_tag_type | vf_tag_type |
| typedef details::dual_vf_tag< vf_tag_type >::type | vf_dual_tag_type |
| typedef field_expr_v2_variational_unary< UnaryFunction, Expr > | self_type |
| typedef field_expr_v2_variational_unary< UnaryFunction, typename Expr::dual_self_type > | dual_self_type |
Public Member Functions | |
| field_expr_v2_variational_unary (const UnaryFunction &f, const Expr &expr) | |
| field_expr_v2_variational_unary (const field_expr_v2_variational_unary< UnaryFunction, Expr > &x) | |
| const space_type & | get_vf_space () const |
| space_constant::valued_type | valued_tag () 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 , class Arg , class M > | |
| void | evaluate_internal (const geo_basic< float_type, M > &omega_K, const geo_element &K, Eigen::Matrix< Result, Eigen::Dynamic, Eigen::Dynamic > &value) const |
| template<class Result , class Arg , class M > | |
| void | evaluate_internal (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 |
| template<class Result , class M > | |
| void | evaluate (const geo_basic< float_type, M > &omega_K, const geo_element &K, Eigen::Matrix< Result, Eigen::Dynamic, Eigen::Dynamic > &value) const |
| template<class Result , class M > | |
| void | evaluate_on_side (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 |
| template<class Result > | |
| void | valued_check () const |
Static Public Member Functions | |
| static bool | have_test_space () |
Static Public Attributes | |
| static const space_constant::valued_type | valued_hint = space_constant::valued_tag_traits<value_type>::value |
Protected Attributes | |
| UnaryFunction | _f |
| Expr | _expr |
| typedef geo_element::size_type size_type |
Definition at line 62 of file field_expr_variational.h.
| typedef Expr::memory_type memory_type |
Definition at line 63 of file field_expr_variational.h.
| typedef details::generic_unary_traits<UnaryFunction>::template result_hint<typenameExpr::value_type>::type value_type |
Definition at line 65 of file field_expr_variational.h.
| typedef scalar_traits<value_type>::type scalar_type |
Definition at line 66 of file field_expr_variational.h.
| typedef float_traits<scalar_type>::type float_type |
Definition at line 67 of file field_expr_variational.h.
| typedef space_basic<scalar_type,memory_type> space_type |
Definition at line 68 of file field_expr_variational.h.
| typedef Expr::vf_tag_type vf_tag_type |
Definition at line 69 of file field_expr_variational.h.
| typedef details::dual_vf_tag<vf_tag_type>::type vf_dual_tag_type |
Definition at line 71 of file field_expr_variational.h.
| typedef field_expr_v2_variational_unary<UnaryFunction,Expr> self_type |
Definition at line 72 of file field_expr_variational.h.
| typedef field_expr_v2_variational_unary<UnaryFunction,typename Expr::dual_self_type> dual_self_type |
Definition at line 74 of file field_expr_variational.h.
| field_expr_v2_variational_unary | ( | const UnaryFunction & | f, |
| const Expr & | expr | ||
| ) |
Definition at line 78 of file field_expr_variational.h.
| field_expr_v2_variational_unary | ( | const field_expr_v2_variational_unary< UnaryFunction, Expr > & | x | ) |
Definition at line 81 of file field_expr_variational.h.
|
static |
Definition at line 86 of file field_expr_variational.h.
| const space_type & get_vf_space | ( | ) | const |
Definition at line 87 of file field_expr_variational.h.
| space_constant::valued_type valued_tag | ( | ) | const |
Definition at line 89 of file field_expr_variational.h.
| size_type n_derivative | ( | ) | const |
Definition at line 92 of file field_expr_variational.h.
| void initialize | ( | const piola_on_pointset< float_type > & | pops, |
| const integrate_option & | iopt | ||
| ) |
Definition at line 96 of file field_expr_variational.h.
| void initialize | ( | const band_basic< float_type, memory_type > & | gh, |
| const piola_on_pointset< float_type > & | pops, | ||
| const integrate_option & | iopt | ||
| ) |
Definition at line 99 of file field_expr_variational.h.
| void evaluate_internal | ( | const geo_basic< float_type, M > & | omega_K, |
| const geo_element & | K, | ||
| Eigen::Matrix< Result, Eigen::Dynamic, Eigen::Dynamic > & | value | ||
| ) | const |
Definition at line 148 of file field_expr_variational.h.
| void evaluate_internal | ( | 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 163 of file field_expr_variational.h.
| void evaluate | ( | const geo_basic< float_type, M > & | omega_K, |
| const geo_element & | K, | ||
| Eigen::Matrix< Result, Eigen::Dynamic, Eigen::Dynamic > & | value | ||
| ) | const |
Definition at line 256 of file field_expr_variational.h.
| void evaluate_on_side | ( | 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 268 of file field_expr_variational.h.
| void valued_check | ( | ) | const |
Definition at line 282 of file field_expr_variational.h.
|
static |
Definition at line 88 of file field_expr_variational.h.
|
protected |
Definition at line 289 of file field_expr_variational.h.
|
protected |
Definition at line 290 of file field_expr_variational.h.