Skip to content

Commit 7095215

Browse files
committed
fix(fluids): Update tests for fixed ts_type alpha
The startup logic for `ts_type: alpha` was fixed in petsc/petsc!7816, so the reference solutions needed to be fixed as well.
1 parent e704478 commit 7095215

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

examples/fluids/problems/newtonian.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ static PetscErrorCode UnitTests_Newtonian(User user, NewtonianIdealGasContext ga
129129
-rho_div_p};
130130

131131
{
132-
CeedScalar rtol = 20 * CEED_EPSILON;
132+
CeedScalar rtol = 40 * CEED_EPSILON;
133133

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

0 commit comments

Comments
 (0)