Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 101 of file field_expr_terminal.h.
Public Types | |
typedef geo_element::size_type | size_type |
typedef rheo_default_memory_model | memory_type |
typedef T | scalar_type |
typedef T | float_type |
Public Member Functions | |
field_expr_v2_nonlinear_terminal_function_base_rep () | |
field_expr_v2_nonlinear_terminal_function_base_rep (const field_expr_v2_nonlinear_terminal_function_base_rep< T > &) | |
void | initialize (const piola_on_pointset< float_type > &pops, const integrate_option &iopt) |
void | initialize (const space_basic< float_type, memory_type > &Xh, const piola_on_pointset< float_type > &pops, const integrate_option &iopt) |
template<class M > | |
const geo_element & | get_side (const geo_basic< float_type, M > &omega_K, const geo_element &K, const side_information_type &sid) const |
Protected Attributes | |
piola_on_pointset< float_type > | _pops |
typedef geo_element::size_type size_type |
Definition at line 105 of file field_expr_terminal.h.
typedef rheo_default_memory_model memory_type |
Definition at line 106 of file field_expr_terminal.h.
typedef T scalar_type |
Definition at line 107 of file field_expr_terminal.h.
typedef T float_type |
Definition at line 108 of file field_expr_terminal.h.
field_expr_v2_nonlinear_terminal_function_base_rep | ( | ) |
Definition at line 46 of file field_expr_terminal.cc.
field_expr_v2_nonlinear_terminal_function_base_rep | ( | const field_expr_v2_nonlinear_terminal_function_base_rep< T > & | x | ) |
Definition at line 51 of file field_expr_terminal.cc.
void initialize | ( | const piola_on_pointset< float_type > & | pops, |
const integrate_option & | iopt | ||
) |
Definition at line 57 of file field_expr_terminal.cc.
void initialize | ( | const space_basic< float_type, memory_type > & | Xh, |
const piola_on_pointset< float_type > & | pops, | ||
const integrate_option & | iopt | ||
) |
Definition at line 65 of file field_expr_terminal.cc.
const geo_element & get_side | ( | const geo_basic< float_type, M > & | omega_K, |
const geo_element & | K, | ||
const side_information_type & | sid | ||
) | const |
Definition at line 103 of file field_expr_terminal.cc.
|
mutableprotected |
Definition at line 135 of file field_expr_terminal.h.