Description
We currently store default PETSc settings in parameter files in share/settings as well as programatically set the parameters in C++.
Desired Solution
Use the parameter files in share/settings as the storage of the parameters and read them in via Python based on the user parameters.
Gotcha: We do not want to override user specified parameters.