20 gridin.attach_triangulation(triangulation);
21 std::ifstream ifs(
"../../gmsh/data/ring_r" + std::to_string(r) +
".msh");
24 n_cells = triangulation.n_active_cells();
26 attach_manifold_refine();
35 gridin.attach_triangulation(triangulation);
36 std::ifstream ifs(
"../../gmsh/data/shell_r" + std::to_string(r) +
".msh");
39 n_cells = triangulation.n_active_cells();
41 attach_manifold_refine();
Implements the solver of the Effect of curved boundaries (cbnd/) numerical experiment.