|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 292 of file form_lazy_expr.h.
Public Types | |
| using | size_type = geo_element::size_type |
| using | memory_type = typename Expr::memory_type |
| using | scalar_type = typename Expr::scalar_type |
| using | space_type = typename Expr::space_type |
| using | geo_type = typename Expr::geo_type |
| using | float_type = typename float_traits< scalar_type >::type |
| using | band_type = band_basic< float_type, memory_type > |
| using | matrix_element_type = Eigen::Matrix< scalar_type, Eigen::Dynamic, Eigen::Dynamic > |
Public Member Functions | |
| form_lazy_invert_rep (const Expr &expr) | |
| const geo_type & | get_geo () const |
| const space_type & | get_trial_space () const |
| const space_type & | get_test_space () const |
| bool | is_on_band () const |
| band_type | get_band () const |
| void | initialize (const geo_type &omega_K) const |
| bool | is_diagonal () const |
| void | evaluate (const geo_type &omega_K, const geo_element &K, matrix_element_type &ak) const |
Protected Attributes | |
| Expr | _expr |
| geo_type | _prev_omega_K |
| size_type | _prev_K_dis_ie |
| matrix_element_type | _prev_ak |
| using size_type = geo_element::size_type |
Definition at line 296 of file form_lazy_expr.h.
| using memory_type = typename Expr::memory_type |
Definition at line 297 of file form_lazy_expr.h.
| using scalar_type = typename Expr::scalar_type |
Definition at line 298 of file form_lazy_expr.h.
| using space_type = typename Expr::space_type |
Definition at line 299 of file form_lazy_expr.h.
| using geo_type = typename Expr::geo_type |
Definition at line 300 of file form_lazy_expr.h.
| using float_type = typename float_traits<scalar_type>::type |
Definition at line 301 of file form_lazy_expr.h.
| using band_type = band_basic<float_type,memory_type> |
Definition at line 302 of file form_lazy_expr.h.
| using matrix_element_type = Eigen::Matrix<scalar_type,Eigen::Dynamic,Eigen::Dynamic> |
Definition at line 303 of file form_lazy_expr.h.
| form_lazy_invert_rep | ( | const Expr & | expr | ) |
Definition at line 307 of file form_lazy_expr.h.
| const geo_type & get_geo | ( | ) | const |
Definition at line 316 of file form_lazy_expr.h.
| const space_type & get_trial_space | ( | ) | const |
Definition at line 317 of file form_lazy_expr.h.
| const space_type & get_test_space | ( | ) | const |
Definition at line 318 of file form_lazy_expr.h.
| bool is_on_band | ( | ) | const |
Definition at line 319 of file form_lazy_expr.h.
| band_type get_band | ( | ) | const |
Definition at line 320 of file form_lazy_expr.h.
| void initialize | ( | const geo_type & | omega_K | ) | const |
Definition at line 339 of file form_lazy_expr.h.
| bool is_diagonal | ( | ) | const |
Definition at line 323 of file form_lazy_expr.h.
| void evaluate | ( | const geo_type & | omega_K, |
| const geo_element & | K, | ||
| matrix_element_type & | ak | ||
| ) | const |
Definition at line 355 of file form_lazy_expr.h.
|
mutableprotected |
Definition at line 331 of file form_lazy_expr.h.
|
mutableprotected |
Definition at line 332 of file form_lazy_expr.h.
|
mutableprotected |
Definition at line 333 of file form_lazy_expr.h.
|
mutableprotected |
Definition at line 334 of file form_lazy_expr.h.