dougshidong / PHiLiP

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

Improving restart from parameters file test #166

Closed jbrillon closed 2 years ago

jbrillon commented 2 years ago

PR to improve test MPI_VISCOUS_TAYLOR_GREEN_VORTEX_RESTART_FROM_PARAMETER_FILE_CHECK, previously required manually copying a restart .prm file generated from MPI_VISCOUS_TAYLOR_GREEN_VORTEX_RESTART_CHECK and manually changing the test_type. This PR eliminates the need to do that process and removes a huge .prm file from the tests directory. Closes issue #130.