Skip to content

rewritten mesh creator to support more general creation

Praetorius, Simon requested to merge feature/mesh_creator into master

Automatically create dune grids by different strategies.

  1. If a macro file name is given, try to determine by file extension which reader to use and read the grid from file
  2. else if the parameter mesh->structured is given, try to construct a structured grid
  3. else try to create the grid depending on the grid type
Edited by Praetorius, Simon

Merge request reports