git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31189
0785d39b-7218-0410-832d-
ea1e28bc413d
#include <iomanip>
#include <string>
-std::ofstream logfile("grid_in_vtk_2d/output");
+std::ofstream logfile("output");
template<int dim>
GridIn<dim> gi;
gi.attach_triangulation (tria);
gi.read(name, format);
- deallog << name
- << '\t' << tria.n_vertices()
+ deallog << '\t' << tria.n_vertices()
<< '\t' << tria.n_cells()
<< std::endl;
-DEAL::grid_in_vtk_2d/mesh 4 1
+DEAL:: 4 1
-0.50 -0.50 0 1
0.50 -0.50 0 1
0.50 0.50 0 1
#include <iomanip>
#include <string>
-std::ofstream logfile("grid_in_vtk_3d/output");
+std::ofstream logfile("output");
template<int dim>
GridIn<dim> gi;
gi.attach_triangulation (tria);
gi.read(name, format);
- deallog << name
- << '\t' << tria.n_vertices()
+ deallog << '\t' << tria.n_vertices()
<< '\t' << tria.n_cells()
<< std::endl;
-DEAL::grid_in_vtk_3d/mesh 216 125
+DEAL:: 216 125
0.0 0.0 1.0 0 0
1.0 0.0 1.0 0 0
1.0 1.0 1.0 0 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