|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 225 of file field_lazy_form_mult.h.
Public Types | |
| using | size_type = geo_element::size_type |
| using | memory_type = typename FieldExpr::memory_type |
| using | scalar_type = typename FieldExpr::scalar_type |
| using | space_type = typename FieldExpr::space_type |
| using | geo_type = typename FieldExpr::geo_type |
| using | float_type = typename float_traits< scalar_type >::type |
| using | band_type = band_basic< float_type, memory_type > |
| using | vector_element_type = Eigen::Matrix< scalar_type, Eigen::Dynamic, 1 > |
| using | matrix_element_type = Eigen::Matrix< scalar_type, Eigen::Dynamic, Eigen::Dynamic > |
Public Member Functions | |
| field_lazy_trans_mult_form_rep (const FormExpr &a_expr, const FieldExpr &u_expr) | |
| const geo_type & | get_geo () const |
| const space_type & | get_space () const |
| bool | is_on_band () const |
| band_type | get_band () const |
| void | initialize (const geo_type &omega_K) const |
| void | evaluate (const geo_type &omega_K, const geo_element &K, vector_element_type &uk) const |
Protected Attributes | |
| FormExpr | _a_expr |
| FieldExpr | _u_expr |
| geo_type | _prev_omega_K |
| size_type | _prev_K_dis_ie |
| vector_element_type | _prev_vk |
| using size_type = geo_element::size_type |
Definition at line 229 of file field_lazy_form_mult.h.
| using memory_type = typename FieldExpr::memory_type |
Definition at line 230 of file field_lazy_form_mult.h.
| using scalar_type = typename FieldExpr::scalar_type |
Definition at line 231 of file field_lazy_form_mult.h.
| using space_type = typename FieldExpr::space_type |
Definition at line 232 of file field_lazy_form_mult.h.
| using geo_type = typename FieldExpr::geo_type |
Definition at line 233 of file field_lazy_form_mult.h.
| using float_type = typename float_traits<scalar_type>::type |
Definition at line 234 of file field_lazy_form_mult.h.
| using band_type = band_basic<float_type,memory_type> |
Definition at line 235 of file field_lazy_form_mult.h.
| using vector_element_type = Eigen::Matrix<scalar_type,Eigen::Dynamic,1> |
Definition at line 236 of file field_lazy_form_mult.h.
| using matrix_element_type = Eigen::Matrix<scalar_type,Eigen::Dynamic,Eigen::Dynamic> |
Definition at line 237 of file field_lazy_form_mult.h.
| field_lazy_trans_mult_form_rep | ( | const FormExpr & | a_expr, |
| const FieldExpr & | u_expr | ||
| ) |
Definition at line 266 of file field_lazy_form_mult.h.
| const geo_type & get_geo | ( | ) | const |
Definition at line 245 of file field_lazy_form_mult.h.
| const space_type & get_space | ( | ) | const |
Definition at line 246 of file field_lazy_form_mult.h.
| bool is_on_band | ( | ) | const |
Definition at line 247 of file field_lazy_form_mult.h.
| band_type get_band | ( | ) | const |
Definition at line 248 of file field_lazy_form_mult.h.
| void initialize | ( | const geo_type & | omega_K | ) | const |
Definition at line 278 of file field_lazy_form_mult.h.
| void evaluate | ( | const geo_type & | omega_K, |
| const geo_element & | K, | ||
| vector_element_type & | uk | ||
| ) | const |
Definition at line 303 of file field_lazy_form_mult.h.
|
mutableprotected |
Definition at line 258 of file field_lazy_form_mult.h.
|
mutableprotected |
Definition at line 259 of file field_lazy_form_mult.h.
|
mutableprotected |
Definition at line 260 of file field_lazy_form_mult.h.
|
mutableprotected |
Definition at line 261 of file field_lazy_form_mult.h.
|
mutableprotected |
Definition at line 262 of file field_lazy_form_mult.h.