Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 141 of file field_expr_terminal.h.
Public Types | |
typedef geo_element::size_type | size_type |
typedef rheo_default_memory_model | memory_type |
typedef details::function_traits< Function >::copiable_type | function_type |
typedef details::function_traits< Function >::result_type | result_type |
typedef details::function_traits< Function >::template arg< 0 >::type | argument_type |
typedef scalar_traits< result_type >::type | scalar_type |
typedef float_traits< result_type >::type | float_type |
typedef result_type | value_type |
typedef field_expr_v2_nonlinear_terminal_function_base_rep< float_type > | base |
Public Member Functions | |
field_expr_v2_nonlinear_terminal_function_rep (const Function &f) | |
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) |
void | evaluate (const geo_basic< float_type, memory_type > &omega_K, const geo_element &K, Eigen::Matrix< result_type, Eigen::Dynamic, 1 > &value) const |
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 |
template<class Value > | |
bool | valued_check () const |
Public Attributes | |
std::array< Eigen::Matrix< scalar_type, Eigen::Dynamic, 1 >,reference_element::max_variant > | _scalar_val |
std::array< Eigen::Matrix< point_basic< scalar_type >, Eigen::Dynamic, 1 >,reference_element::max_variant > | _vector_val |
std::array< Eigen::Matrix< tensor_basic< scalar_type >, Eigen::Dynamic, 1 >,reference_element::max_variant > | _tensor_val |
std::array< Eigen::Matrix< tensor3_basic< scalar_type >, Eigen::Dynamic, 1 >,reference_element::max_variant > | _tensor3_val |
std::array< Eigen::Matrix< tensor4_basic< scalar_type >, Eigen::Dynamic, 1 >,reference_element::max_variant > | _tensor4_val |
Static Public Attributes | |
static const space_constant::valued_type | valued_hint = space_constant::valued_tag_traits<result_type>::value |
Protected Attributes | |
function_type | _f |
typedef geo_element::size_type size_type |
Definition at line 148 of file field_expr_terminal.h.
typedef rheo_default_memory_model memory_type |
Definition at line 149 of file field_expr_terminal.h.
typedef details::function_traits<Function>::copiable_type function_type |
Definition at line 150 of file field_expr_terminal.h.
typedef details::function_traits<Function>::result_type result_type |
Definition at line 151 of file field_expr_terminal.h.
typedef details::function_traits<Function>::template arg<0>::type argument_type |
Definition at line 152 of file field_expr_terminal.h.
typedef scalar_traits<result_type>::type scalar_type |
Definition at line 153 of file field_expr_terminal.h.
typedef float_traits<result_type>::type float_type |
Definition at line 154 of file field_expr_terminal.h.
typedef result_type value_type |
Definition at line 155 of file field_expr_terminal.h.
typedef field_expr_v2_nonlinear_terminal_function_base_rep<float_type> base |
Definition at line 156 of file field_expr_terminal.h.
field_expr_v2_nonlinear_terminal_function_rep | ( | const Function & | f | ) |
Definition at line 231 of file field_expr_terminal.h.
space_constant::valued_type valued_tag | ( | ) | const |
Definition at line 166 of file field_expr_terminal.h.
void initialize | ( | const piola_on_pointset< float_type > & | pops, |
const integrate_option & | iopt | ||
) |
Definition at line 169 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 174 of file field_expr_terminal.h.
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 180 of file field_expr_terminal.h.
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 194 of file field_expr_terminal.h.
bool valued_check | ( | ) | const |
Definition at line 203 of file field_expr_terminal.h.
|
static |
Definition at line 164 of file field_expr_terminal.h.
|
protected |
Definition at line 210 of file field_expr_terminal.h.
|
mutable |
Definition at line 215 of file field_expr_terminal.h.
|
mutable |
Definition at line 218 of file field_expr_terminal.h.
|
mutable |
Definition at line 221 of file field_expr_terminal.h.
|
mutable |
Definition at line 224 of file field_expr_terminal.h.
|
mutable |
Definition at line 227 of file field_expr_terminal.h.