Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 679 of file field_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 | vector_element_type = Eigen::Matrix< scalar_type, Eigen::Dynamic, 1 > |
Public Member Functions | |
field_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_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 | |
band_type | _gh |
Expr | _expr |
integrate_option | _iopt |
geo_type | _prev_omega_K |
size_type | _prev_K_dis_ie |
vector_element_type | _prev_uk |
using size_type = geo_element::size_type |
Definition at line 683 of file field_lazy_terminal.h.
using memory_type = typename Expr::memory_type |
Definition at line 684 of file field_lazy_terminal.h.
using scalar_type = typename Expr::scalar_type |
Definition at line 685 of file field_lazy_terminal.h.
using space_type = typename Expr::space_type |
Definition at line 686 of file field_lazy_terminal.h.
using geo_type = typename Expr::geo_type |
Definition at line 687 of file field_lazy_terminal.h.
using float_type = typename float_traits<scalar_type>::type |
Definition at line 688 of file field_lazy_terminal.h.
using band_type = band_basic<float_type,memory_type> |
Definition at line 689 of file field_lazy_terminal.h.
using vector_element_type = Eigen::Matrix<scalar_type,Eigen::Dynamic,1> |
Definition at line 690 of file field_lazy_terminal.h.
field_lazy_terminal_integrate_band_rep | ( | const band_type & | gh, |
const Expr & | expr, | ||
const integrate_option & | iopt | ||
) |
Definition at line 723 of file field_lazy_terminal.h.
const geo_type & get_geo | ( | ) | const |
Definition at line 701 of file field_lazy_terminal.h.
const space_type & get_space | ( | ) | const |
Definition at line 702 of file field_lazy_terminal.h.
bool is_on_band | ( | ) | const |
Definition at line 703 of file field_lazy_terminal.h.
band_type get_band | ( | ) | const |
Definition at line 704 of file field_lazy_terminal.h.
void initialize | ( | const geo_type & | omega_K | ) | const |
Definition at line 737 of file field_lazy_terminal.h.
void evaluate | ( | const geo_type & | omega_K, |
const geo_element & | K, | ||
vector_element_type & | uk | ||
) | const |
Definition at line 752 of file field_lazy_terminal.h.
|
protected |
Definition at line 714 of file field_lazy_terminal.h.
|
mutableprotected |
Definition at line 715 of file field_lazy_terminal.h.
|
mutableprotected |
Definition at line 716 of file field_lazy_terminal.h.
|
mutableprotected |
Definition at line 717 of file field_lazy_terminal.h.
|
mutableprotected |
Definition at line 718 of file field_lazy_terminal.h.
|
mutableprotected |
Definition at line 719 of file field_lazy_terminal.h.