From: bangerth Date: Mon, 14 Oct 2013 02:28:39 +0000 (+0000) Subject: Re-apply r30417. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e42b0405a76230e5e36907ad3b4dc85bdad1f44;p=dealii-svn.git Re-apply r30417. git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@31220 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-42/step-42.cc b/deal.II/examples/step-42/step-42.cc index b3f695b07b..5df351e27a 100644 --- a/deal.II/examples/step-42/step-42.cc +++ b/deal.II/examples/step-42/step-42.cc @@ -51,7 +51,7 @@ #include #include #include -#include +#include #include #include @@ -908,8 +908,8 @@ namespace Step42 GridTools::transform(&rotate_half_sphere, triangulation); GridTools::shift(Point(0.5, 0.5, 0.5), triangulation); - static HyperBallBoundary boundary_description(Point(0.5, 0.5, 0.5), radius); - triangulation.set_boundary(0, boundary_description); + static PolarManifold boundary_description(Point(0.5, 0.5, 0.5)); + triangulation.set_manifold(0, boundary_description); } // Alternatively, create a hypercube mesh. After creating it, // assign boundary indicators as follows: