|
Rheolef
7.1
an efficient C++ finite element environment
|
Inheritance diagram for field_expr_v2_nonlinear_terminal_field_o_characteristic< T, M >: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 |
Public Types inherited from smart_pointer< field_expr_v2_nonlinear_terminal_field_o_characteristic_rep< T, M > > | |
| 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) const |
| void | initialize (const space_basic< float_type, memory_type > &Xh, const piola_on_pointset< float_type > &pops, const integrate_option &iopt) const |
| 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 |
Public Member Functions inherited from smart_pointer< field_expr_v2_nonlinear_terminal_field_o_characteristic_rep< T, M > > | |
| 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 () | |
Public Member Functions inherited from smart_pointer_base< T, C > | |
| 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 1339 of file field_expr_terminal.h.
Definition at line 1345 of file field_expr_terminal.h.
| typedef smart_pointer<rep> base |
Definition at line 1346 of file field_expr_terminal.h.
| typedef rep::size_type size_type |
Definition at line 1347 of file field_expr_terminal.h.
| typedef rep::memory_type memory_type |
Definition at line 1348 of file field_expr_terminal.h.
| typedef rep::result_type result_type |
Definition at line 1349 of file field_expr_terminal.h.
| typedef rep::float_type float_type |
Definition at line 1350 of file field_expr_terminal.h.
| typedef rep::scalar_type scalar_type |
Definition at line 1351 of file field_expr_terminal.h.
| typedef rep::value_type value_type |
Definition at line 1352 of file field_expr_terminal.h.
| field_expr_v2_nonlinear_terminal_field_o_characteristic | ( | const field_o_characteristic< T, M > & | uoX | ) |
Definition at line 1357 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 1360 of file field_expr_terminal.h.
| space_constant::valued_type valued_tag | ( | ) | const |
Definition at line 1365 of file field_expr_terminal.h.
| void initialize | ( | const piola_on_pointset< float_type > & | pops, |
| const integrate_option & | iopt | ||
| ) | const |
Definition at line 1367 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 | ||
| ) | const |
Definition at line 1372 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 1379 of file field_expr_terminal.h.
| bool valued_check | ( | ) | const |
Definition at line 1386 of file field_expr_terminal.h.
|
static |
Definition at line 1353 of file field_expr_terminal.h.