|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 1265 of file field_expr_terminal.h.
Public Types | |
| typedef geo_element::size_type | size_type |
| typedef M | memory_type |
| typedef undeterminated_basic< T > | result_type |
| typedef result_type | value_type |
| typedef T | scalar_type |
| typedef float_traits< T >::type | float_type |
Public Member Functions | |
| field_expr_v2_nonlinear_terminal_field_o_characteristic_rep (const field_o_characteristic< T, M > &uoX) | |
| field_expr_v2_nonlinear_terminal_field_o_characteristic_rep (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 |
| template<class Result > | |
| void | _check () const |
Public Attributes | |
| field_basic< T, M > | _uh |
| characteristic_basic< T, M > | _X |
| fem_on_pointset< T > | _fops |
| disarray< T, M > | _scalar_val |
| disarray< point_basic< T >, M > | _vector_val |
| disarray< tensor_basic< T >, M > | _tensor_val |
| disarray< tensor3_basic< T >, M > | _tensor3_val |
| disarray< tensor4_basic< T >, M > | _tensor4_val |
| size_type | _start_q |
Static Public Attributes | |
| static const space_constant::valued_type | valued_hint = space_constant::last_valued |
| typedef geo_element::size_type size_type |
Definition at line 1269 of file field_expr_terminal.h.
| typedef M memory_type |
Definition at line 1270 of file field_expr_terminal.h.
| typedef undeterminated_basic<T> result_type |
Definition at line 1271 of file field_expr_terminal.h.
| typedef result_type value_type |
Definition at line 1272 of file field_expr_terminal.h.
| typedef T scalar_type |
Definition at line 1273 of file field_expr_terminal.h.
| typedef float_traits<T>::type float_type |
Definition at line 1274 of file field_expr_terminal.h.
| field_expr_v2_nonlinear_terminal_field_o_characteristic_rep | ( | const field_o_characteristic< T, M > & | uoX | ) |
Definition at line 1344 of file field_expr_terminal.h.
| field_expr_v2_nonlinear_terminal_field_o_characteristic_rep | ( | const field_basic< T, M > & | uh, |
| const characteristic_basic< T, M > & | X | ||
| ) |
Definition at line 1329 of file field_expr_terminal.h.
| space_constant::valued_type valued_tag | ( | ) | const |
Definition at line 1285 of file field_expr_terminal.h.
| void initialize | ( | const piola_on_pointset< float_type > & | pops, |
| const integrate_option & | iopt | ||
| ) |
Definition at line 570 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 597 of file field_expr_terminal.cc.
| 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 607 of file field_expr_terminal.cc.
Definition at line 1303 of file field_expr_terminal.h.
|
static |
Definition at line 1283 of file field_expr_terminal.h.
| field_basic<T,M> _uh |
Definition at line 1318 of file field_expr_terminal.h.
| characteristic_basic<T,M> _X |
Definition at line 1319 of file field_expr_terminal.h.
|
mutable |
Definition at line 1320 of file field_expr_terminal.h.
Definition at line 1321 of file field_expr_terminal.h.
Definition at line 1322 of file field_expr_terminal.h.
Definition at line 1323 of file field_expr_terminal.h.
Definition at line 1324 of file field_expr_terminal.h.
Definition at line 1325 of file field_expr_terminal.h.
Definition at line 1326 of file field_expr_terminal.h.