rewritten mesh creator to support more general creation
Automatically create dune grids by different strategies.
- If a
macro file name
is given, try to determine by file extension which reader to use and read the grid from file - else if the parameter
mesh->structured
is given, try to construct a structured grid - else try to create the grid depending on the grid type
Edited by Praetorius, Simon