Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 1359 of file field_expr_terminal.h.
Public Types | |
typedef field_expr_v2_nonlinear_terminal_field_o_characteristic_rep< T, M > | rep |
typedef smart_pointer< rep > | base |
typedef rep::size_type | size_type |
typedef rep::memory_type | memory_type |
typedef rep::result_type | result_type |
typedef rep::float_type | float_type |
typedef rep::scalar_type | scalar_type |
typedef rep::value_type | value_type |
![]() | |
typedef field_expr_v2_nonlinear_terminal_field_o_characteristic_rep< T, M > | handled_type |
typedef base::internal | internal |
Public Member Functions | |
field_expr_v2_nonlinear_terminal_field_o_characteristic (const field_o_characteristic< T, M > &uoX) | |
field_expr_v2_nonlinear_terminal_field_o_characteristic (const field_basic< T, M > &uh, const characteristic_basic< T, M > &X) | |
space_constant::valued_type | valued_tag () const |
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 Value > | |
void | evaluate (const geo_basic< float_type, memory_type > &omega_K, const geo_element &K, Eigen::Matrix< Value, Eigen::Dynamic, 1 > &value) const |
template<class Value > | |
bool | valued_check () const |
![]() | |
smart_pointer (field_expr_v2_nonlinear_terminal_field_o_characteristic_rep< T, M > *p=0) | |
smart_pointer (void *count, internal i) | |
smart_pointer (const smart_pointer< field_expr_v2_nonlinear_terminal_field_o_characteristic_rep< T, M > > &x) | |
smart_pointer< field_expr_v2_nonlinear_terminal_field_o_characteristic_rep< T, M > > & | operator= (const smart_pointer< field_expr_v2_nonlinear_terminal_field_o_characteristic_rep< T, M > > &x) |
~smart_pointer () | |
![]() | |
smart_pointer_base (T *p=0) | |
smart_pointer_base (const smart_pointer_base< T, C > &) | |
smart_pointer_base (void *count, internal) | |
smart_pointer_base< T, C > & | operator= (const smart_pointer_base< T, C > &) |
~smart_pointer_base () | |
const T * | pointer () const |
const T & | data () const |
const T * | operator-> () const |
const T & | operator* () const |
T * | pointer () |
T & | data () |
T * | operator-> () |
T & | operator* () |
int | reference_counter () const |
counter * | get_count () const |
Static Public Attributes | |
static const space_constant::valued_type | valued_hint = rep::valued_hint |
Definition at line 1365 of file field_expr_terminal.h.
typedef smart_pointer<rep> base |
Definition at line 1366 of file field_expr_terminal.h.
Definition at line 1367 of file field_expr_terminal.h.
typedef rep::memory_type memory_type |
Definition at line 1368 of file field_expr_terminal.h.
typedef rep::result_type result_type |
Definition at line 1369 of file field_expr_terminal.h.
typedef rep::float_type float_type |
Definition at line 1370 of file field_expr_terminal.h.
typedef rep::scalar_type scalar_type |
Definition at line 1371 of file field_expr_terminal.h.
typedef rep::value_type value_type |
Definition at line 1372 of file field_expr_terminal.h.
field_expr_v2_nonlinear_terminal_field_o_characteristic | ( | const field_o_characteristic< T, M > & | uoX | ) |
Definition at line 1377 of file field_expr_terminal.h.
field_expr_v2_nonlinear_terminal_field_o_characteristic | ( | const field_basic< T, M > & | uh, |
const characteristic_basic< T, M > & | X | ||
) |
Definition at line 1380 of file field_expr_terminal.h.
space_constant::valued_type valued_tag | ( | ) | const |
Definition at line 1385 of file field_expr_terminal.h.
void initialize | ( | const piola_on_pointset< float_type > & | pops, |
const integrate_option & | iopt | ||
) |
Definition at line 1387 of file field_expr_terminal.h.
void initialize | ( | const space_basic< float_type, memory_type > & | Xh, |
const piola_on_pointset< float_type > & | pops, | ||
const integrate_option & | iopt | ||
) |
Definition at line 1392 of file field_expr_terminal.h.
void evaluate | ( | const geo_basic< float_type, memory_type > & | omega_K, |
const geo_element & | K, | ||
Eigen::Matrix< Value, Eigen::Dynamic, 1 > & | value | ||
) | const |
Definition at line 1399 of file field_expr_terminal.h.
Definition at line 1406 of file field_expr_terminal.h.
|
static |
Definition at line 1373 of file field_expr_terminal.h.