Also remove the epsgrid output from the DataOut class that served the same purpose.
git-svn-id: https://svn.dealii.org/trunk@1444
0785d39b-7218-0410-832d-
ea1e28bc413d
#include <lac/sparsematrix.h>
#include <base/parameter_handler.h>
#include <grid/dof_constraints.h>
-
+#include <basic/grid_io.h>
#include <fstream>
#include <cmath>
Triangulation<3> tria;
make_tria (tria, step);
- tria.print_gnuplot (cout);
+ GridOut::write_gnuplot (tria, cout);
DoFHandler<3> dof (&tria);
dof.distribute_dofs (*fe);
#include <grid/tria_iterator.h>
#include <grid/tria.h>
#include <grid/grid_generator.h>
+#include <basic/grid_io.h>
#include <cmath>
#include <cstdlib>
};
- tria.print_gnuplot (cout);
+ GridOut::write_gnuplot (tria, cout);
cout << " Total number of cells = " << tria.n_cells() << endl
<< " Total number of active cells = " << tria.n_active_cells() << endl;
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