ggciag / mandyoc

MANDYOC is a finite element code written on top of the PETSc library to simulate thermo-chemical convection of the Earth's mantle
https://ggciag.github.io/mandyoc/
BSD 3-Clause "New" or "Revised" License
27 stars 5 forks source link

Change order of parse options function #112

Closed rafaelmds closed 1 year ago

rafaelmds commented 1 year ago

This PR just invert the parse order of params and options.

This change is being made in order to make it easy to merge RP#106.

In future versions, command line options will be removed completely and will not be supported.

NOTE: This change assumes a default (hard coded) upper limit for the number of layers: 100000. This limitation will be removed since we drop support to command line options, specifically -seed related options.