Home
last modified time | relevance | path

Searched refs:run_unit_tests (Results 1 – 1 of 1) sorted by relevance

/honee/problems/
H A Dbc_freestream.c169 PetscBool run_unit_tests = PETSC_FALSE; in FreestreamBCSetup() local
171 PetscCall(PetscOptionsGetBool(NULL, NULL, "-riemann_solver_unit_tests", &run_unit_tests, NULL)); in FreestreamBCSetup()
172 if (run_unit_tests) PetscCall(RiemannSolverUnitTests(newtonian_ig_ctx->gas, 5e-7)); in FreestreamBCSetup()