|
| template<class T , class M > |
| const geo_element & | global_get_side (const geo_basic< T, M > &omega_L, const geo_element &L, const side_information_type &sid) |
| |
| template<class T > |
| details::field_expr_v2_nonlinear_terminal_function< details::normal_pseudo_function< T > > | normal_basic () |
| |
| details::field_expr_v2_nonlinear_terminal_function< details::normal_pseudo_function< Float > > | normal () |
| | normal: see the expression page for the full documentation
|
| |
| template<class T > |
| details::field_expr_v2_nonlinear_terminal_function< details::h_local_pseudo_function< T > > | h_local_basic () |
| |
| details::field_expr_v2_nonlinear_terminal_function< details::h_local_pseudo_function< Float > > | h_local () |
| | h_local: see the expression page for the full documentation
|
| |
| template<class T > |
| details::field_expr_v2_nonlinear_terminal_function< details::penalty_pseudo_function< T > > | penalty_basic () |
| |
| details::field_expr_v2_nonlinear_terminal_function< details::penalty_pseudo_function< Float > > | penalty () |
| | penalty(): see the expression page for the full documentation
|
| |
| template<class Expr > |
| std::enable_if< details::has_field_rdof_interface< Expr >::value, details::field_expr_v2_nonlinear_terminal_field< typenameExpr::scalar_type, typenameExpr::memory_type, details::differentiate_option::gradient > >::type | grad (const Expr &expr) |
| | grad(uh): see the expression page for the full documentation
|
| |
| template<class Expr > |
| std::enable_if< details::has_field_rdof_interface< Expr >::value, details::field_expr_v2_nonlinear_terminal_field< typenameExpr::scalar_type, typenameExpr::memory_type, details::differentiate_option::gradient > >::type | grad_s (const Expr &expr) |
| | grad_s(uh): see the expression page for the full documentation
|
| |
| template<class Expr > |
| std::enable_if< details::has_field_rdof_interface< Expr >::value, details::field_expr_v2_nonlinear_terminal_field< typenameExpr::scalar_type, typenameExpr::memory_type, details::differentiate_option::gradient > >::type | grad_h (const Expr &expr) |
| | grad_h(uh): see the expression page for the full documentation
|
| |
| template<class Expr > |
| std::enable_if< details::has_field_rdof_interface< Expr >::value, details::field_expr_v2_nonlinear_terminal_field< typenameExpr::scalar_type, typenameExpr::memory_type, details::differentiate_option::gradient > >::type | D (const Expr &expr) |
| | D(uh): see the expression page for the full documentation.
|
| |
| template<class Expr > |
| std::enable_if< details::has_field_rdof_interface< Expr >::value, details::field_expr_v2_nonlinear_terminal_field< typenameExpr::scalar_type, typenameExpr::memory_type, details::differentiate_option::gradient > >::type | Ds (const Expr &expr) |
| | Ds(uh): see the expression page for the full documentation.
|
| |
| template<class Expr > |
| std::enable_if< details::has_field_rdof_interface< Expr >::value, details::field_expr_v2_nonlinear_terminal_field< typenameExpr::scalar_type, typenameExpr::memory_type, details::differentiate_option::gradient > >::type | Dh (const Expr &expr) |
| | Dh(uh): see the expression page for the full documentation.
|
| |
| template<class Expr > |
| std::enable_if< details::has_field_rdof_interface< Expr >::value, details::field_expr_v2_nonlinear_terminal_field< typenameExpr::scalar_type, typenameExpr::memory_type, details::differentiate_option::divergence > >::type | div (const Expr &expr) |
| | div(uh): see the expression page for the full documentation
|
| |
| template<class Expr > |
| std::enable_if< details::has_field_rdof_interface< Expr >::value, details::field_expr_v2_nonlinear_terminal_field< typenameExpr::scalar_type, typenameExpr::memory_type, details::differentiate_option::divergence > >::type | div_s (const Expr &expr) |
| | div_s(uh): see the expression page for the full documentation
|
| |
| template<class Expr > |
| std::enable_if< details::has_field_rdof_interface< Expr >::value, details::field_expr_v2_nonlinear_terminal_field< typenameExpr::scalar_type, typenameExpr::memory_type, details::differentiate_option::divergence > >::type | div_h (const Expr &expr) |
| | div_h(uh): see the expression page for the full documentation
|
| |
| template<class Expr > |
| std::enable_if< details::has_field_rdof_interface< Expr >::value, details::field_expr_v2_nonlinear_terminal_field< typenameExpr::scalar_type, typenameExpr::memory_type, details::differentiate_option::curl > >::type | curl (const Expr &expr) |
| | curl(uh): see the expression page for the full documentation
|
| |
| | _RHEOLEF_make_field_expr_v2_nonlinear_terminal_field_dg (jump, 1, -1) _RHEOLEF_make_field_expr_v2_nonlinear_terminal_field_dg(average |
| |
| | _RHEOLEF_make_field_expr_v2_nonlinear_terminal_field_dg (inner, 1, 0) _RHEOLEF_make_field_expr_v2_nonlinear_terminal_field_dg(outer |
| |
| template<class T , class M > |
| details::field_expr_v2_nonlinear_terminal_field_o_characteristic< T, M > | compose (const field_basic< T, M > &uh, const characteristic_basic< T, M > &X) |
| |