]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Merge changes of branch_renumbering to main branch.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 2 Nov 2005 12:16:11 +0000 (12:16 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 2 Nov 2005 12:16:11 +0000 (12:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@11685 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/mesh_3d.h

index 4aa1df4f5760be09260a9a1b74935a1ad444c97d..7fd097686b39ad8e23e19457f01be682227c8d9f 100644 (file)
@@ -57,7 +57,7 @@ void create_two_cubes (Triangulation<3> &coarse_grid)
                                    // finally generate a triangulation
                                    // out of this
   GridReordering<3>::reorder_cells (cells);
-  coarse_grid.create_triangulation (vertices, cells, SubCellData());
+  coarse_grid.create_triangulation_compatibility (vertices, cells, SubCellData());
 }
   
 
@@ -113,7 +113,7 @@ void create_L_shape (Triangulation<3> &coarse_grid)
                                    // finally generate a triangulation
                                    // out of this
   GridReordering<3>::reorder_cells (cells);
-  coarse_grid.create_triangulation (vertices, cells, SubCellData());
+  coarse_grid.create_triangulation_compatibility (vertices, cells, SubCellData());
 }
 
 

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.