Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 355 of file field_expr_terminal.h.
Public Types | |
typedef field_expr_v2_nonlinear_terminal_function_base_rep< T > | base |
typedef geo_element::size_type | size_type |
typedef rheo_default_memory_model | memory_type |
typedef normal_pseudo_function< T > | function_type |
typedef point_basic< T > | result_type |
typedef point_basic< T > | argument_type |
typedef T | scalar_type |
typedef T | float_type |
typedef result_type | value_type |
Public Attributes | |
bool | _is_on_interface |
bool | _is_inside_on_local_sides |
Static Public Attributes | |
static const space_constant::valued_type | valued_hint = space_constant::vector |
typedef field_expr_v2_nonlinear_terminal_function_base_rep<T> base |
Definition at line 360 of file field_expr_terminal.h.
typedef geo_element::size_type size_type |
Definition at line 361 of file field_expr_terminal.h.
typedef rheo_default_memory_model memory_type |
Definition at line 362 of file field_expr_terminal.h.
typedef normal_pseudo_function<T> function_type |
Definition at line 363 of file field_expr_terminal.h.
typedef point_basic<T> result_type |
Definition at line 364 of file field_expr_terminal.h.
typedef point_basic<T> argument_type |
Definition at line 365 of file field_expr_terminal.h.
typedef T scalar_type |
Definition at line 366 of file field_expr_terminal.h.
typedef T float_type |
Definition at line 367 of file field_expr_terminal.h.
typedef result_type value_type |
Definition at line 368 of file field_expr_terminal.h.
field_expr_v2_nonlinear_terminal_function_rep | ( | const function_type & | ) |
Definition at line 114 of file field_expr_terminal.cc.
field_expr_v2_nonlinear_terminal_function_rep | ( | const field_expr_v2_nonlinear_terminal_function_rep< normal_pseudo_function< T > > & | x | ) |
Definition at line 122 of file field_expr_terminal.cc.
space_constant::valued_type valued_tag | ( | ) | const |
Definition at line 379 of file field_expr_terminal.h.
void initialize | ( | const piola_on_pointset< float_type > & | pops, |
const integrate_option & | iopt | ||
) |
Definition at line 131 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 141 of file field_expr_terminal.cc.
void evaluate | ( | const geo_basic< float_type, memory_type > & | omega_K, |
const geo_element & | K, | ||
Eigen::Matrix< result_type, Eigen::Dynamic, 1 > & | value | ||
) | const |
Definition at line 169 of file field_expr_terminal.cc.
void evaluate_on_side | ( | const geo_basic< float_type, memory_type > & | omega_L, |
const geo_element & | L, | ||
const side_information_type & | sid, | ||
Eigen::Matrix< result_type, Eigen::Dynamic, 1 > & | value | ||
) | const |
Definition at line 178 of file field_expr_terminal.cc.
void evaluate_internal | ( | const geo_basic< float_type, memory_type > & | omega_K, |
const geo_element & | K, | ||
const T & | sign, | ||
Eigen::Matrix< result_type, Eigen::Dynamic, 1 > & | value | ||
) | const |
Definition at line 152 of file field_expr_terminal.cc.
Definition at line 408 of file field_expr_terminal.h.
|
static |
Definition at line 377 of file field_expr_terminal.h.
|
mutable |
Definition at line 414 of file field_expr_terminal.h.
bool _is_inside_on_local_sides |
Definition at line 414 of file field_expr_terminal.h.