28int main(
int argc,
char** argv) {
32 din >>
catchmark(
"inv_lambda") >> inv_lambda
34 const geo& omega = uh.get_geo();
35 const space& Xh = uh.get_space();
36 string grad_approx =
"P" + to_string(Xh.degree()-1) +
"d";
37 space Th (omega, grad_approx,
"tensor");
38 size_t d = omega.dimension();
see the Float page for the full documentation
see the field page for the full documentation
see the geo page for the full documentation
see the catchmark page for the full documentation
see the environment page for the full documentation
see the space page for the full documentation
see the tensor page for the full documentation
This file is part of Rheolef.
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.
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
field_basic< T, M > lazy_interpolate(const space_basic< T, M > &X2h, const field_basic< T, M > &u1h)
see the interpolate page for the full documentation
rheolef - reference manual