dougshidong / PHiLiP

Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
Other
45 stars 37 forks source link

Reduce user-input settings and print at top of output #246

Open dougshidong opened 1 year ago

dougshidong commented 1 year ago

There are now so many user-input settings that it becomes very hard to keep track of what settings the current run is using. We should reduce the number of user-settings (look into this grid refinement that can have multiple sections) and print it out at the very beginning of each run.

This also allows output file to be reproducible without keeping track of input files.