|
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 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< 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_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) 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, 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 |
Definition at line 183 of file field_expr_quadrature.h.
| typedef geo_element::size_type size_type |
Definition at line 187 of file field_expr_quadrature.h.
| typedef Expr::memory_type memory_type |
Definition at line 188 of file field_expr_quadrature.h.
| typedef Expr::value_type result_hint |
Definition at line 189 of file field_expr_quadrature.h.
| typedef Expr::value_type value_type |
Definition at line 190 of file field_expr_quadrature.h.
| typedef scalar_traits<value_type>::type scalar_type |
Definition at line 191 of file field_expr_quadrature.h.
| typedef float_traits<value_type>::type float_type |
Definition at line 192 of file field_expr_quadrature.h.
| typedef space_basic<scalar_type,memory_type> space_type |
Definition at line 193 of file field_expr_quadrature.h.
| typedef Expr::vf_tag_type vf_tag_type |
Definition at line 194 of file field_expr_quadrature.h.
| typedef details::dual_vf_tag<vf_tag_type>::type vf_dual_tag_type |
Definition at line 196 of file field_expr_quadrature.h.
| typedef field_expr_quadrature_on_sides<Expr> self_type |
Definition at line 197 of file field_expr_quadrature.h.
| typedef field_expr_quadrature_on_sides<typename Expr::dual_self_type> dual_self_type |
Definition at line 199 of file field_expr_quadrature.h.
| field_expr_quadrature_on_sides | ( | const Expr & | expr | ) |
Definition at line 246 of file field_expr_quadrature.h.
| const space_type& get_vf_space | ( | ) | const |
Definition at line 209 of file field_expr_quadrature.h.
| size_type n_derivative | ( | ) | const |
Definition at line 210 of file field_expr_quadrature.h.
| void initialize | ( | const geo_basic< float_type, memory_type > & | omega_K, |
| const integrate_option & | iopt | ||
| ) | const |
Definition at line 257 of file field_expr_quadrature.h.
| void initialize | ( | const band_basic< float_type, memory_type > & | gh, |
| const integrate_option & | iopt | ||
| ) | const |
Definition at line 268 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 281 of file field_expr_quadrature.h.
| void valued_check | ( | ) | const |
Definition at line 224 of file field_expr_quadrature.h.
|
static |
Definition at line 200 of file field_expr_quadrature.h.
|
mutableprotected |
Definition at line 230 of file field_expr_quadrature.h.
|
mutableprotected |
Definition at line 231 of file field_expr_quadrature.h.
|
mutableprotected |
Definition at line 232 of file field_expr_quadrature.h.
|
mutableprotected |
Definition at line 234 of file field_expr_quadrature.h.
|
mutableprotected |
Definition at line 235 of file field_expr_quadrature.h.
|
mutableprotected |
Definition at line 236 of file field_expr_quadrature.h.