From 763bedcf1d2d1bd4ba26a80acefe9cbb21c1dc24 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Wed, 26 Mar 2025 12:36:40 -0400 Subject: [PATCH] refactor(testConfig): playing around with polytropic index --- tests/testsConfig.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/testsConfig.yaml b/tests/testsConfig.yaml index e82bfc2..5b420cc 100644 --- a/tests/testsConfig.yaml +++ b/tests/testsConfig.yaml @@ -22,7 +22,8 @@ Poly: RelTol: 1.0e-8 AbsTol: 1.0e-10 PrintLevel: 1 - Newton: + Constraint: + Gamma: 1e4 Output: 1D: Save: true @@ -35,4 +36,4 @@ Poly: # ANY OPTIONS NEEDED FOR THE TEST SUITE SHOULD BE PLACED HERE Tests: Poly: - Index: 1.1 \ No newline at end of file + Index: 1.5 \ No newline at end of file