|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 806 of file field_expr_terminal.h.
Inheritance diagram for field_expr_v2_nonlinear_terminal_field< T, M, Diff >:Public Types | |
| using | rep = field_expr_v2_nonlinear_terminal_field_rep< T, M, Diff > |
| using | base = smart_pointer< rep > |
| using | size_type = typename rep::size_type |
| using | memory_type = typename rep::memory_type |
| using | result_type = typename rep::result_type |
| using | float_type = typename rep::float_type |
| using | scalar_type = typename rep::scalar_type |
| using | value_type = typename rep::value_type |
| using | const_iterator = typename rep::const_iterator |
Public Types inherited from smart_pointer< field_expr_v2_nonlinear_terminal_field_rep< T, M, Diff > > | |
| typedef field_expr_v2_nonlinear_terminal_field_rep< T, M, Diff > | handled_type |
| typedef base::internal | internal |
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 (const Expr &expr, const differentiate_option &gopt=differentiate_option()) | |
| bool | have_homogeneous_space (space_basic< scalar_type, memory_type > &Vh) const |
| const_iterator | begin_dof () const |
| space_constant::valued_type | valued_tag () const |
| const geo_basic< T, M > & | get_geo () const |
| const field_basic< T, M > & | expr () 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 > | |
| void | evaluate_on_side (const geo_basic< float_type, memory_type > &omega_L, const geo_element &L, const side_information_type &sid, 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_rep< T, M, Diff > > | |
| smart_pointer (field_expr_v2_nonlinear_terminal_field_rep< T, M, Diff > *p=0) | |
| smart_pointer (void *count, internal i) | |
| smart_pointer (const smart_pointer< field_expr_v2_nonlinear_terminal_field_rep< T, M, Diff > > &x) | |
| smart_pointer< field_expr_v2_nonlinear_terminal_field_rep< T, M, Diff > > & | operator= (const smart_pointer< field_expr_v2_nonlinear_terminal_field_rep< T, M, Diff > > &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 |
| using rep = field_expr_v2_nonlinear_terminal_field_rep<T,M,Diff> |
Definition at line 811 of file field_expr_terminal.h.
| using base = smart_pointer<rep> |
Definition at line 812 of file field_expr_terminal.h.
| using size_type = typename rep::size_type |
Definition at line 813 of file field_expr_terminal.h.
| using memory_type = typename rep::memory_type |
Definition at line 814 of file field_expr_terminal.h.
| using result_type = typename rep::result_type |
Definition at line 815 of file field_expr_terminal.h.
| using float_type = typename rep::float_type |
Definition at line 816 of file field_expr_terminal.h.
| using scalar_type = typename rep::scalar_type |
Definition at line 817 of file field_expr_terminal.h.
| using value_type = typename rep::value_type |
Definition at line 818 of file field_expr_terminal.h.
| using const_iterator = typename rep::const_iterator |
Definition at line 848 of file field_expr_terminal.h.
|
explicit |
Definition at line 826 of file field_expr_terminal.h.
| bool have_homogeneous_space | ( | space_basic< scalar_type, memory_type > & | Vh | ) | const |
Definition at line 845 of file field_expr_terminal.h.
| const_iterator begin_dof | ( | ) | const |
Definition at line 849 of file field_expr_terminal.h.
| space_constant::valued_type valued_tag | ( | ) | const |
Definition at line 855 of file field_expr_terminal.h.
Definition at line 856 of file field_expr_terminal.h.
| const field_basic< T, M > & expr | ( | ) | const |
Definition at line 857 of file field_expr_terminal.h.
| void initialize | ( | const piola_on_pointset< float_type > & | pops, |
| const integrate_option & | iopt | ||
| ) |
Definition at line 859 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 864 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 871 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< Value, Eigen::Dynamic, 1 > & | value | ||
| ) | const |
Definition at line 878 of file field_expr_terminal.h.
| bool valued_check | ( | ) | const |
Definition at line 886 of file field_expr_terminal.h.
|
static |
Definition at line 820 of file field_expr_terminal.h.