]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixed an error in further extension suggestions
authorNitesh <nitesh.nama@gmail.com>
Thu, 6 Aug 2015 19:51:37 +0000 (15:51 -0400)
committerNitesh <nitesh.nama@gmail.com>
Thu, 6 Aug 2015 19:58:58 +0000 (15:58 -0400)
examples/step-38/doc/results.dox

index eb51b19fc8496647dcb6072f7459ec21bcf53f84..49489cc88a08df6011ba4e4c2b298fab6cf0770c 100644 (file)
@@ -125,7 +125,7 @@ void LaplaceBeltrami<spacedim>::make_grid_and_dofs ()
     std::set<unsigned char> boundary_ids;
     boundary_ids.insert (0);
 
-    GridTools::extract_boundary_mesh (volume_mesh, triangulation,
+    GridGenerator::extract_boundary_mesh (volume_mesh, triangulation,
                                      boundary_ids);
     triangulation.set_boundary (1);                            /* ** */
     triangulation.set_boundary (0);                            /* ** */

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.