Skip to content

Commit

Permalink
fix(fluids): Update tests for fixed ts_type alpha
Browse files Browse the repository at this point in the history
The startup logic for `ts_type: alpha` was fixed in petsc/petsc!7816, so
the reference solutions needed to be fixed as well.
  • Loading branch information
jrwrigh committed Oct 4, 2024
1 parent e704478 commit 7095215
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fluids/problems/newtonian.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static PetscErrorCode UnitTests_Newtonian(User user, NewtonianIdealGasContext ga
-rho_div_p};

{
CeedScalar rtol = 20 * CEED_EPSILON;
CeedScalar rtol = 40 * CEED_EPSILON;

PetscCall(TestState(STATEVAR_PRIMITIVE, STATEVAR_CONSERVATIVE, gas, Y0, rtol, rtol, rtol));
PetscCall(TestState(STATEVAR_PRIMITIVE, STATEVAR_ENTROPY, gas, Y0, rtol, rtol, rtol));
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 7095215

Please sign in to comment.