|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 1123 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 | |
| template<class Expr , class Sfinae = typename std::enable_if<details::has_field_rdof_interface<Expr>::value>::type> | |
| field_expr_v2_nonlinear_terminal_field_dg_rep (const Expr &expr, const float_type &c0, const float_type &c1) | |
| 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 | evaluate (const geo_basic< float_type, memory_type > &omega_K, const geo_element &K, Eigen::Matrix< Result, Eigen::Dynamic, 1 > &value) const |
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 1127 of file field_expr_terminal.h.
| typedef M memory_type |
Definition at line 1128 of file field_expr_terminal.h.
| typedef undeterminated_basic<T> result_type |
Definition at line 1129 of file field_expr_terminal.h.
| typedef result_type value_type |
Definition at line 1130 of file field_expr_terminal.h.
| typedef T scalar_type |
Definition at line 1131 of file field_expr_terminal.h.
| typedef float_traits<T>::type float_type |
Definition at line 1132 of file field_expr_terminal.h.
|
explicit |
Definition at line 1138 of file field_expr_terminal.h.
| space_constant::valued_type valued_tag | ( | ) | const |
Definition at line 1147 of file field_expr_terminal.h.
| void initialize | ( | const piola_on_pointset< float_type > & | pops, |
| const integrate_option & | iopt | ||
| ) |
Definition at line 500 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 509 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 1165 of file field_expr_terminal.h.
| void evaluate | ( | const geo_basic< float_type, memory_type > & | omega_K, |
| const geo_element & | K, | ||
| Eigen::Matrix< Result, Eigen::Dynamic, 1 > & | value | ||
| ) | const |
Definition at line 520 of file field_expr_terminal.cc.
|
static |
Definition at line 1145 of file field_expr_terminal.h.
|
protected |
Definition at line 1176 of file field_expr_terminal.h.
|
protected |
Definition at line 1176 of file field_expr_terminal.h.
|
protected |
Definition at line 1177 of file field_expr_terminal.h.
|
protected |
Definition at line 1177 of file field_expr_terminal.h.