|
Rheolef
7.1
an efficient C++ finite element environment
|
Public Types | |
| typedef geo_element::size_type | size_type |
| typedef Expr::memory_type | memory_type |
| typedef details::generic_unary_traits< UnaryFunction >::template result_hint< typename Expr::value_type >::type | result_hint |
| typedef details::generic_unary_traits< UnaryFunction >::template hint< typename Expr::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 Expr::vf_tag_type | vf_tag_type |
| typedef details::dual_vf_tag< vf_tag_type >::type | vf_dual_tag_type |
| typedef form_expr_v2_variational_unary< UnaryFunction, Expr > | self_type |
| typedef form_expr_v2_variational_unary< UnaryFunction, typename Expr::dual_self_type > | dual_self_type |
| typedef Expr::maybe_symmetric::type | maybe_symmetric |
Public Member Functions | |
| form_expr_v2_variational_unary (const UnaryFunction &f, const Expr &expr) | |
| form_expr_v2_variational_unary (const form_expr_v2_variational_unary< UnaryFunction, Expr > &x) | |
| form_expr_v2_variational_unary< UnaryFunction, Expr > & | operator= (const form_expr_v2_variational_unary< UnaryFunction, Expr > &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) const |
| void | initialize (const band_basic< float_type, memory_type > &gh, const piola_on_pointset< float_type > &pops, const integrate_option &iopt) const |
| 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 > | |
| bool | valued_check () const |
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 |
Definition at line 70 of file form_expr_variational.h.
| typedef geo_element::size_type size_type |
Definition at line 74 of file form_expr_variational.h.
| typedef Expr::memory_type memory_type |
Definition at line 75 of file form_expr_variational.h.
| typedef details::generic_unary_traits<UnaryFunction>::template result_hint< typename Expr::value_type>::type result_hint |
Definition at line 77 of file form_expr_variational.h.
| typedef details::generic_unary_traits<UnaryFunction>::template hint< typename Expr::value_type ,result_hint>::result_type value_type |
Definition at line 80 of file form_expr_variational.h.
| typedef scalar_traits<value_type>::type scalar_type |
Definition at line 81 of file form_expr_variational.h.
| typedef float_traits<value_type>::type float_type |
Definition at line 82 of file form_expr_variational.h.
| typedef space_basic<scalar_type,memory_type> space_type |
Definition at line 83 of file form_expr_variational.h.
| typedef Expr::vf_tag_type vf_tag_type |
Definition at line 84 of file form_expr_variational.h.
| typedef details::dual_vf_tag<vf_tag_type>::type vf_dual_tag_type |
Definition at line 86 of file form_expr_variational.h.
| typedef form_expr_v2_variational_unary<UnaryFunction,Expr> self_type |
Definition at line 87 of file form_expr_variational.h.
| typedef form_expr_v2_variational_unary<UnaryFunction, typename Expr::dual_self_type> dual_self_type |
Definition at line 89 of file form_expr_variational.h.
| typedef Expr::maybe_symmetric::type maybe_symmetric |
Definition at line 90 of file form_expr_variational.h.
| form_expr_v2_variational_unary | ( | const UnaryFunction & | f, |
| const Expr & | expr | ||
| ) |
Definition at line 96 of file form_expr_variational.h.
| form_expr_v2_variational_unary | ( | const form_expr_v2_variational_unary< UnaryFunction, Expr > & | x | ) |
Definition at line 99 of file form_expr_variational.h.
| form_expr_v2_variational_unary<UnaryFunction,Expr>& operator= | ( | const form_expr_v2_variational_unary< UnaryFunction, Expr > & | x | ) |
Definition at line 103 of file form_expr_variational.h.
| const space_type& get_trial_space | ( | ) | const |
Definition at line 108 of file form_expr_variational.h.
| const space_type& get_test_space | ( | ) | const |
Definition at line 109 of file form_expr_variational.h.
| size_type n_derivative | ( | ) | const |
Definition at line 110 of file form_expr_variational.h.
| void initialize | ( | const piola_on_pointset< float_type > & | pops, |
| const integrate_option & | iopt | ||
| ) | const |
Definition at line 114 of file form_expr_variational.h.
| void initialize | ( | const band_basic< float_type, memory_type > & | gh, |
| const piola_on_pointset< float_type > & | pops, | ||
| const integrate_option & | iopt | ||
| ) | const |
Definition at line 117 of file form_expr_variational.h.
| void evaluate | ( | const geo_basic< float_type, memory_type > & | omega_K, |
| const geo_element & | K, | ||
| Eigen::Tensor< Result, 3 > & | value | ||
| ) | const |
Definition at line 121 of file form_expr_variational.h.
| bool valued_check | ( | ) | const |
Definition at line 136 of file form_expr_variational.h.
|
static |
Definition at line 92 of file form_expr_variational.h.
|
protected |
Definition at line 143 of file form_expr_variational.h.
|
protected |
Definition at line 144 of file form_expr_variational.h.