#include <fstream>
#include <string>
#include <dune/common/exceptions.hh>
#include <dune/common/parallel/mpihelper.hh>
#include <dune/grid/common/mcmgmapper.hh>
Go to the source code of this file.
|
namespace | Dune |
| Include standard header files.
|
|
|
template<typename GridType > |
void | Dune::printGrid (const GridType &grid, const Dune::MPIHelper &helper, std::string output_file="printgrid", int size=2000, bool execute_plot=true, bool png=true, bool local_corner_indices=true, bool local_intersection_indices=true, bool outer_normals=true) |
| Print a grid as a gnuplot for testing and development. More...
|
|