]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix tests/simplex/data_out_write_vtk_01 10792/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 3 Aug 2020 14:21:37 +0000 (10:21 -0400)
committerTimo Heister <timo.heister@gmail.com>
Mon, 3 Aug 2020 14:21:37 +0000 (10:21 -0400)
tests/simplex/data_out_write_vtk_01.cc

index 027654e519a76d08eac59ff0d036d8f0e775bebe..f830e658a20cd8e318c95d1081b057adbf327eed 100644 (file)
@@ -56,7 +56,7 @@ void
 test(const FiniteElement<dim, spacedim> &fe, const unsigned int n_components)
 {
   Triangulation<dim, spacedim> tria;
-  Simplex::GridGenerator::subdivided_hyper_cube(tria, dim == 2 ? 4 : 2);
+  GridGenerator::subdivided_hyper_cube_with_simplices(tria, dim == 2 ? 4 : 2);
 
   DoFHandler<dim> dof_handler(tria);
 

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.