Skip to content

[cli] Added parameter -m for specifying a mesh input directory.

Lars Bilke requested to merge bilke/ogs:mesh-input-dir-2 into master

Per default meshes are loaded relative to the .prj-file directory. When specifying ogs -m ../some/path the meshes are loaded relative to the specified directory. This is useful in workflows where you generate different sets of meshes (e.g. different number of partitions) for the same .prj-file.

Works both for serial as well as partitioned meshes.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?
Edited by Lars Bilke

Merge request reports