|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 243 of file field_expr_terminal.h.
Inheritance diagram for field_expr_v2_nonlinear_terminal_function< Function >:Public Types | |
| typedef field_expr_v2_nonlinear_terminal_function_rep< Function > | 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::argument_type | argument_type |
| typedef rep::value_type | value_type |
| typedef rep::scalar_type | scalar_type |
| typedef rep::float_type | float_type |
Public Types inherited from smart_pointer< field_expr_v2_nonlinear_terminal_function_rep< Function > > | |
| typedef field_expr_v2_nonlinear_terminal_function_rep< Function > | handled_type |
| typedef base::internal | internal |
Public Member Functions | |
| field_expr_v2_nonlinear_terminal_function (const Function &f) | |
| template<class TrueFunction , class Sfinae = typename std::enable_if<std::is_function<TrueFunction>::value, TrueFunction>::type> | |
| field_expr_v2_nonlinear_terminal_function (TrueFunction f) | |
| template<class Constant , class Sfinae = typename std::enable_if <is_field_expr_v2_constant<Constant>::value, Constant>::type> | |
| field_expr_v2_nonlinear_terminal_function (const Constant &c) | |
| 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 Member Functions inherited from smart_pointer< field_expr_v2_nonlinear_terminal_function_rep< Function > > | |
| smart_pointer (field_expr_v2_nonlinear_terminal_function_rep< Function > *p=0) | |
| smart_pointer (void *count, internal i) | |
| smart_pointer (const smart_pointer< field_expr_v2_nonlinear_terminal_function_rep< Function > > &x) | |
| smart_pointer< field_expr_v2_nonlinear_terminal_function_rep< Function > > & | operator= (const smart_pointer< field_expr_v2_nonlinear_terminal_function_rep< Function > > &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 |
| typedef field_expr_v2_nonlinear_terminal_function_rep<Function> rep |
Definition at line 248 of file field_expr_terminal.h.
| typedef smart_pointer<rep> base |
Definition at line 249 of file field_expr_terminal.h.
| typedef rep::size_type size_type |
Definition at line 250 of file field_expr_terminal.h.
| typedef rep::memory_type memory_type |
Definition at line 251 of file field_expr_terminal.h.
| typedef rep::result_type result_type |
Definition at line 252 of file field_expr_terminal.h.
| typedef rep::argument_type argument_type |
Definition at line 253 of file field_expr_terminal.h.
| typedef rep::value_type value_type |
Definition at line 254 of file field_expr_terminal.h.
| typedef rep::scalar_type scalar_type |
Definition at line 255 of file field_expr_terminal.h.
| typedef rep::float_type float_type |
Definition at line 256 of file field_expr_terminal.h.
|
explicit |
Definition at line 261 of file field_expr_terminal.h.
|
explicit |
Definition at line 266 of file field_expr_terminal.h.
|
explicit |
Definition at line 271 of file field_expr_terminal.h.
| space_constant::valued_type valued_tag | ( | ) | const |
Definition at line 276 of file field_expr_terminal.h.
| void initialize | ( | const piola_on_pointset< float_type > & | pops, |
| const integrate_option & | iopt | ||
| ) |
Definition at line 278 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 283 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 289 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 295 of file field_expr_terminal.h.
| bool valued_check | ( | ) | const |
Definition at line 303 of file field_expr_terminal.h.
|
static |
Definition at line 257 of file field_expr_terminal.h.