|
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_quadrature_binary< BinaryFunction, Expr1, Expr2 > | self_type |
| typedef form_expr_quadrature_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 |
Public Member Functions | |
| form_expr_quadrature_binary (const BinaryFunction &f, const Expr1 &expr1, const Expr2 &expr2) | |
| const space_type & | get_trial_space () const |
| const space_type & | get_test_space () const |
| size_type | n_derivative () const |
| void | initialize (const geo_basic< float_type, memory_type > &omega_K, const integrate_option &iopt) const |
| void | initialize (const band_basic< float_type, memory_type > &gh, const integrate_option &iopt) const |
| template<class Value > | |
| void | evaluate (const geo_basic< float_type, memory_type > &omega_K, const geo_element &K, Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > &value) const |
| template<class Value > | |
| 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 | |
| BinaryFunction | _f |
| Expr1 | _expr1 |
| Expr2 | _expr2 |
Definition at line 455 of file form_expr_quadrature.h.
| typedef geo_element::size_type size_type |
Definition at line 459 of file form_expr_quadrature.h.
| typedef promote_memory<typename Expr1::memory_type,typename Expr2::memory_type>::type memory_type |
Definition at line 461 of file form_expr_quadrature.h.
| typedef details::generic_binary_traits<BinaryFunction>::template result_hint< typename Expr1::value_type ,typename Expr2::value_type>::type result_hint |
Definition at line 464 of file form_expr_quadrature.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 468 of file form_expr_quadrature.h.
| typedef scalar_traits<value_type>::type scalar_type |
Definition at line 469 of file form_expr_quadrature.h.
| typedef float_traits<value_type>::type float_type |
Definition at line 470 of file form_expr_quadrature.h.
| typedef space_basic<scalar_type,memory_type> space_type |
Definition at line 471 of file form_expr_quadrature.h.
| typedef details::bf_vf_tag<BinaryFunction, typename Expr1::vf_tag_type, typename Expr2::vf_tag_type>::type vf_tag_type |
Definition at line 474 of file form_expr_quadrature.h.
| typedef details::dual_vf_tag<vf_tag_type>::type vf_dual_tag_type |
Definition at line 476 of file form_expr_quadrature.h.
| typedef form_expr_quadrature_binary<BinaryFunction,Expr1,Expr2> self_type |
Definition at line 477 of file form_expr_quadrature.h.
| typedef form_expr_quadrature_binary<BinaryFunction,typename Expr1::dual_self_type, typename Expr2::dual_self_type> dual_self_type |
Definition at line 480 of file form_expr_quadrature.h.
| typedef and_type<typename Expr1::maybe_symmetric::type, typename Expr2::maybe_symmetric::type>::type maybe_symmetric |
Definition at line 483 of file form_expr_quadrature.h.
| form_expr_quadrature_binary | ( | const BinaryFunction & | f, |
| const Expr1 & | expr1, | ||
| const Expr2 & | expr2 | ||
| ) |
Definition at line 496 of file form_expr_quadrature.h.
| const space_type& get_trial_space | ( | ) | const |
Definition at line 503 of file form_expr_quadrature.h.
| const space_type& get_test_space | ( | ) | const |
Definition at line 504 of file form_expr_quadrature.h.
| size_type n_derivative | ( | ) | const |
Definition at line 505 of file form_expr_quadrature.h.
| void initialize | ( | const geo_basic< float_type, memory_type > & | omega_K, |
| const integrate_option & | iopt | ||
| ) | const |
Definition at line 508 of file form_expr_quadrature.h.
| void initialize | ( | const band_basic< float_type, memory_type > & | gh, |
| const integrate_option & | iopt | ||
| ) | const |
Definition at line 513 of file form_expr_quadrature.h.
| void evaluate | ( | const geo_basic< float_type, memory_type > & | omega_K, |
| const geo_element & | K, | ||
| Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > & | value | ||
| ) | const |
Definition at line 519 of file form_expr_quadrature.h.
| bool valued_check | ( | ) | const |
Definition at line 538 of file form_expr_quadrature.h.
|
static |
Definition at line 485 of file form_expr_quadrature.h.
|
protected |
Definition at line 548 of file form_expr_quadrature.h.
|
protected |
Definition at line 549 of file form_expr_quadrature.h.
|
protected |
Definition at line 550 of file form_expr_quadrature.h.