Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 42 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_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 46 of file field_lazy_form_mult.h.
using memory_type = typename FieldExpr::memory_type |
Definition at line 47 of file field_lazy_form_mult.h.
using scalar_type = typename FieldExpr::scalar_type |
Definition at line 48 of file field_lazy_form_mult.h.
using space_type = typename FieldExpr::space_type |
Definition at line 49 of file field_lazy_form_mult.h.
using geo_type = typename FieldExpr::geo_type |
Definition at line 50 of file field_lazy_form_mult.h.
using float_type = typename float_traits<scalar_type>::type |
Definition at line 51 of file field_lazy_form_mult.h.
using band_type = band_basic<float_type,memory_type> |
Definition at line 52 of file field_lazy_form_mult.h.
using vector_element_type = Eigen::Matrix<scalar_type,Eigen::Dynamic,1> |
Definition at line 53 of file field_lazy_form_mult.h.
using matrix_element_type = Eigen::Matrix<scalar_type,Eigen::Dynamic,Eigen::Dynamic> |
Definition at line 54 of file field_lazy_form_mult.h.
field_lazy_mult_form_rep | ( | const FormExpr & | a_expr, |
const FieldExpr & | u_expr | ||
) |
Definition at line 83 of file field_lazy_form_mult.h.
const geo_type & get_geo | ( | ) | const |
Definition at line 62 of file field_lazy_form_mult.h.
const space_type & get_space | ( | ) | const |
Definition at line 63 of file field_lazy_form_mult.h.
bool is_on_band | ( | ) | const |
Definition at line 64 of file field_lazy_form_mult.h.
band_type get_band | ( | ) | const |
Definition at line 65 of file field_lazy_form_mult.h.
void initialize | ( | const geo_type & | omega_K | ) | const |
Definition at line 95 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 120 of file field_lazy_form_mult.h.
|
mutableprotected |
Definition at line 75 of file field_lazy_form_mult.h.
|
mutableprotected |
Definition at line 76 of file field_lazy_form_mult.h.
|
mutableprotected |
Definition at line 77 of file field_lazy_form_mult.h.
|
mutableprotected |
Definition at line 78 of file field_lazy_form_mult.h.
|
mutableprotected |
Definition at line 79 of file field_lazy_form_mult.h.