erdc / proteus

A computational methods and simulation toolkit
http://proteustoolkit.org
MIT License
88 stars 56 forks source link

Work on consistent/safe way to use PetscOptions and/or file options in tests #1184

Open cekees opened 4 years ago

cekees commented 4 years ago

The PetscOptions data base is global and persistent, so our unit tests can be effected by the order in which tests are run. We need to clear and fully specify the options for each tests to make them atomistic.

cekees commented 4 years ago