dune-grid
2.1.1
|
Some functions to list information about a grid. More...
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Functions | |
template<class G > | |
void | Dune::gridinfo (const G &grid, std::string prefix="") |
A function to print some information about the grid as a whole. | |
template<class G > | |
void | Dune::gridlevellist (const G &grid, int level, std::string prefix) |
A function to print info about a grid level and its entities. | |
template<class G > | |
void | Dune::gridleaflist (const G &grid, std::string prefix) |
A function to print info about a leaf grid and its entities. |
Some functions to list information about a grid.