|
Rheolef
7.1
an efficient C++ finite element environment
|
Public Types | |
| typedef geo_element::size_type | size_type |
| typedef promote_memory< typename Expr1::memory_type, typename Expr2::memory_type >::type | memory_type |
| typedef details::generic_binary_traits< BinaryFunction >::template result_hint< typename Expr1::value_type,typename Expr2::value_type >::type | result_hint |
| typedef details::generic_binary_traits< BinaryFunction >::template hint< typename Expr1::value_type,typename Expr2::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, typename Expr1::vf_tag_type, typename Expr2::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< typename Expr1::maybe_symmetric::type, typename Expr2::maybe_symmetric::type >::type | maybe_symmetric |
Static Public Attributes | |
| static const space_constant::valued_type | valued_hint = space_constant::valued_tag_traits<value_type>::value |
Protected Attributes | |
| BinaryFunction | _f |
| Expr1 | _expr1 |
| Expr2 | _expr2 |
Definition at line 184 of file form_expr_variational.h.
| typedef geo_element::size_type size_type |
Definition at line 188 of file form_expr_variational.h.
| typedef promote_memory<typename Expr1::memory_type,typename Expr2::memory_type>::type memory_type |
Definition at line 190 of file form_expr_variational.h.
| typedef details::generic_binary_traits<BinaryFunction>::template result_hint< typename Expr1::value_type ,typename Expr2::value_type>::type result_hint |
Definition at line 193 of file form_expr_variational.h.
| typedef details::generic_binary_traits<BinaryFunction>::template hint< typename Expr1::value_type ,typename Expr2::value_type ,result_hint>::result_type value_type |
Definition at line 197 of file form_expr_variational.h.
| typedef scalar_traits<value_type>::type scalar_type |
Definition at line 198 of file form_expr_variational.h.
| typedef float_traits<value_type>::type float_type |
Definition at line 199 of file form_expr_variational.h.
| typedef space_basic<scalar_type,memory_type> space_type |
Definition at line 200 of file form_expr_variational.h.
| typedef details::bf_vf_tag<BinaryFunction, typename Expr1::vf_tag_type, typename Expr2::vf_tag_type>::type vf_tag_type |
Definition at line 203 of file form_expr_variational.h.
| typedef details::dual_vf_tag<vf_tag_type>::type vf_dual_tag_type |
Definition at line 205 of file form_expr_variational.h.
| typedef form_expr_v2_variational_binary<BinaryFunction,Expr1,Expr2> self_type |
Definition at line 206 of file form_expr_variational.h.
| typedef form_expr_v2_variational_binary<BinaryFunction,typename Expr1::dual_self_type, typename Expr2::dual_self_type> dual_self_type |
Definition at line 209 of file form_expr_variational.h.
| typedef and_type<typename Expr1::maybe_symmetric::type, typename Expr2::maybe_symmetric::type>::type maybe_symmetric |
Definition at line 212 of file form_expr_variational.h.
| form_expr_v2_variational_binary | ( | const BinaryFunction & | f, |
| const Expr1 & | expr1, | ||
| const Expr2 & | expr2 | ||
| ) |
Definition at line 218 of file form_expr_variational.h.
| form_expr_v2_variational_binary | ( | const form_expr_v2_variational_binary< BinaryFunction, Expr1, Expr2 > & | x | ) |
Definition at line 223 of file form_expr_variational.h.
| form_expr_v2_variational_binary<BinaryFunction,Expr1,Expr2>& operator= | ( | const form_expr_v2_variational_binary< BinaryFunction, Expr1, Expr2 > & | x | ) |
Definition at line 227 of file form_expr_variational.h.
| const space_type& get_trial_space | ( | ) | const |
Definition at line 232 of file form_expr_variational.h.
| const space_type& get_test_space | ( | ) | const |
Definition at line 233 of file form_expr_variational.h.
| size_type n_derivative | ( | ) | const |
Definition at line 234 of file form_expr_variational.h.
| void initialize | ( | const piola_on_pointset< float_type > & | pops, |
| const integrate_option & | iopt | ||
| ) | const |
Definition at line 239 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 243 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 249 of file form_expr_variational.h.
| 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 |
Definition at line 274 of file form_expr_variational.h.
| bool valued_check | ( | ) | const |
Definition at line 300 of file form_expr_variational.h.
|
static |
Definition at line 214 of file form_expr_variational.h.
|
protected |
Definition at line 310 of file form_expr_variational.h.
|
protected |
Definition at line 311 of file form_expr_variational.h.
|
protected |
Definition at line 312 of file form_expr_variational.h.