|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 228 of file form_lazy_terminal.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_terminal_integrate_band_rep (const band_type &gh, const Expr &expr, const integrate_option &iopt) | |
| 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 |
| void | evaluate (const geo_type &omega_K, const geo_element &K, matrix_element_type &ak) const |
Protected Attributes | |
| band_type | _gh |
| Expr | _expr |
| integrate_option | _iopt |
| 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 232 of file form_lazy_terminal.h.
| using memory_type = typename Expr::memory_type |
Definition at line 233 of file form_lazy_terminal.h.
| using scalar_type = typename Expr::scalar_type |
Definition at line 234 of file form_lazy_terminal.h.
| using space_type = typename Expr::space_type |
Definition at line 235 of file form_lazy_terminal.h.
| using geo_type = typename Expr::geo_type |
Definition at line 236 of file form_lazy_terminal.h.
| using float_type = typename float_traits<scalar_type>::type |
Definition at line 237 of file form_lazy_terminal.h.
| using band_type = band_basic<float_type,memory_type> |
Definition at line 238 of file form_lazy_terminal.h.
| using matrix_element_type = Eigen::Matrix<scalar_type,Eigen::Dynamic,Eigen::Dynamic> |
Definition at line 239 of file form_lazy_terminal.h.
| form_lazy_terminal_integrate_band_rep | ( | const band_type & | gh, |
| const Expr & | expr, | ||
| const integrate_option & | iopt | ||
| ) |
Definition at line 273 of file form_lazy_terminal.h.
| const geo_type & get_geo | ( | ) | const |
Definition at line 250 of file form_lazy_terminal.h.
| const space_type & get_trial_space | ( | ) | const |
Definition at line 251 of file form_lazy_terminal.h.
| const space_type & get_test_space | ( | ) | const |
Definition at line 252 of file form_lazy_terminal.h.
| bool is_on_band | ( | ) | const |
Definition at line 253 of file form_lazy_terminal.h.
| band_type get_band | ( | ) | const |
Definition at line 254 of file form_lazy_terminal.h.
| void initialize | ( | const geo_type & | omega_K | ) | const |
Definition at line 287 of file form_lazy_terminal.h.
| void evaluate | ( | const geo_type & | omega_K, |
| const geo_element & | K, | ||
| matrix_element_type & | ak | ||
| ) | const |
Definition at line 302 of file form_lazy_terminal.h.
|
protected |
Definition at line 264 of file form_lazy_terminal.h.
|
mutableprotected |
Definition at line 265 of file form_lazy_terminal.h.
|
mutableprotected |
Definition at line 266 of file form_lazy_terminal.h.
|
mutableprotected |
Definition at line 267 of file form_lazy_terminal.h.
|
mutableprotected |
Definition at line 268 of file form_lazy_terminal.h.
|
mutableprotected |
Definition at line 269 of file form_lazy_terminal.h.