The Mossolov problem for a circular pipe – error analysis for the yield surface.
The Mossolov problem for a circular pipe – error analysis for the yield surface
int main(
int argc,
char**argv) {
Float tol = (argc > 1) ? atof(argv[1]) : 1e-15;
space Th = sigma_h.get_space();
geo omega = Th.get_geo();
Float err_ys_l1 = integrate (omega,
compose(
delta, norm(sigma_h)-Bi, norm(
sigma())-Bi), iopt);
dout << "err_ys_l1 = " << err_ys_l1 << endl;
return err_ys_l1 < tol ? 0 : 1;
}
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 integrate_option page for the full documentation
void set_family(family_type type)
see the space page for the full documentation
Float delta(Float f, Float g)
The Mossolov problem for a circular pipe – exact solution.
This file is part of Rheolef.
rheolef - reference manual