dune-grid 2.12-git
Loading...
Searching...
No Matches
printgrid.hh File Reference

Go to the source code of this file.

Namespaces

namespace  Dune
 Include standard header files.
 

Functions

template<typename GridType >
void Dune::printGrid (const GridType &grid, std::string output_file, 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.
 
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.