First version of main() using a parameter file to get constants.
Compare changes
That's pretty big but does not touch the physics, the parallelisation nor MPI.
In brief:
engine
, space
, unit
and partition
objects to construct themselves from a parsed parameter file.main()
.main()
such that the only command-line parameters read in are policies and debugging options.Happy to guide you through the changes if need be.
This closes #81 (closed).