|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 184 of file field_expr_quadrature.h.
Public Types | |
| typedef geo_element::size_type | size_type |
| typedef Expr::memory_type | memory_type |
| typedef Expr::value_type | result_hint |
| typedef Expr::value_type | value_type |
| typedef scalar_traits< value_type >::type | scalar_type |
| typedef float_traits< value_type >::type | float_type |
| typedef space_basic< float_type, memory_type > | space_type |
| typedef geo_basic< float_type, memory_type > | geo_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_quadrature_on_sides< Expr > | self_type |
| typedef field_expr_quadrature_on_sides< typename Expr::dual_self_type > | dual_self_type |
Public Member Functions | |
| template<class Sfinae = typename std::enable_if<is_field_expr_v2_variational_arg<Expr>::value, Expr>::type> | |
| field_expr_quadrature_on_sides (const Expr &expr) | |
| const space_type & | get_vf_space () const |
| size_type | n_derivative () const |
| void | initialize (const geo_basic< float_type, memory_type > &omega_K, const integrate_option &iopt) |
| void | initialize (const band_basic< float_type, memory_type > &gh, const integrate_option &iopt) |
| template<class Value > | |
| void | evaluate (const geo_basic< float_type, memory_type > &omega_K, const geo_element &K, Eigen::Matrix< Value, Eigen::Dynamic, 1 > &value) const |
| template<class Value > | |
| void | valued_check () const |
Static Public Attributes | |
| static const space_constant::valued_type | valued_hint = space_constant::valued_tag_traits<value_type>::value |
Protected Attributes | |
| Expr | _expr |
| piola_on_pointset< float_type > | _pops |
| bool | _ignore_sys_coord |
| Eigen::Matrix< float_type, Eigen::Dynamic, Eigen::Dynamic > | _value_i |
| std::vector< size_type > | _dis_inod_S |
| tensor_basic< float_type > | _DF |
| typedef geo_element::size_type size_type |
Definition at line 188 of file field_expr_quadrature.h.
| typedef Expr::memory_type memory_type |
Definition at line 189 of file field_expr_quadrature.h.
| typedef Expr::value_type result_hint |
Definition at line 190 of file field_expr_quadrature.h.
| typedef Expr::value_type value_type |
Definition at line 191 of file field_expr_quadrature.h.
| typedef scalar_traits<value_type>::type scalar_type |
Definition at line 192 of file field_expr_quadrature.h.
| typedef float_traits<value_type>::type float_type |
Definition at line 193 of file field_expr_quadrature.h.
| typedef space_basic<float_type,memory_type> space_type |
Definition at line 194 of file field_expr_quadrature.h.
| typedef geo_basic<float_type,memory_type> geo_type |
Definition at line 195 of file field_expr_quadrature.h.
| typedef Expr::vf_tag_type vf_tag_type |
Definition at line 196 of file field_expr_quadrature.h.
| typedef details::dual_vf_tag<vf_tag_type>::type vf_dual_tag_type |
Definition at line 198 of file field_expr_quadrature.h.
| typedef field_expr_quadrature_on_sides<Expr> self_type |
Definition at line 199 of file field_expr_quadrature.h.
| typedef field_expr_quadrature_on_sides<typename Expr::dual_self_type> dual_self_type |
Definition at line 201 of file field_expr_quadrature.h.
Definition at line 248 of file field_expr_quadrature.h.
| const space_type & get_vf_space | ( | ) | const |
Definition at line 211 of file field_expr_quadrature.h.
| size_type n_derivative | ( | ) | const |
Definition at line 212 of file field_expr_quadrature.h.
| void initialize | ( | const geo_basic< float_type, memory_type > & | omega_K, |
| const integrate_option & | iopt | ||
| ) |
Definition at line 259 of file field_expr_quadrature.h.
| void initialize | ( | const band_basic< float_type, memory_type > & | gh, |
| const integrate_option & | iopt | ||
| ) |
Definition at line 270 of file field_expr_quadrature.h.
| void evaluate | ( | const geo_basic< float_type, memory_type > & | omega_K, |
| const geo_element & | K, | ||
| Eigen::Matrix< Value, Eigen::Dynamic, 1 > & | value | ||
| ) | const |
Definition at line 283 of file field_expr_quadrature.h.
| void valued_check | ( | ) | const |
Definition at line 226 of file field_expr_quadrature.h.
|
static |
Definition at line 202 of file field_expr_quadrature.h.
|
mutableprotected |
Definition at line 232 of file field_expr_quadrature.h.
|
mutableprotected |
Definition at line 233 of file field_expr_quadrature.h.
|
mutableprotected |
Definition at line 234 of file field_expr_quadrature.h.
|
mutableprotected |
Definition at line 236 of file field_expr_quadrature.h.
|
mutableprotected |
Definition at line 237 of file field_expr_quadrature.h.
|
mutableprotected |
Definition at line 238 of file field_expr_quadrature.h.