20 gridin.attach_triangulation(triangulation);
21 std::ifstream ifs(
"../../gmsh/data/square_r" + std::to_string(r) +
".msh");
31 gridin.attach_triangulation(triangulation);
32 std::ifstream ifs(
"../../gmsh/data/cube_r" + std::to_string(r) +
".msh");
47 Solver<3>::dirichlet_stack = { { bid_dirichlet, &exact_solution } };
Implements the Planes of symmetry (pls/) numerical experiment.
std::map< types::boundary_id, const Function< dim > * > dirichlet_stack
A map that contains pairs of boundary IDs and the corresponding Dirichlet boundary conditions.