fix(poly): working on solving polytrope

This commit is contained in:
2025-03-14 09:12:40 -04:00
parent 5300fa88a9
commit b4615fc0aa
4 changed files with 42 additions and 34 deletions

View File

@@ -1,3 +1,5 @@
Debug: true
Probe:
GLVis:
Visualization: false
@@ -9,9 +11,17 @@ Probe:
Poly:
Solver:
ViewInitialGuess: false
Alpha: 1e10
GMRES:
MaxIter: 5000
RelTol: 1.0e-8
AbsTol: 1.0e-10
PrintLevel: 0
Newton:
MaxIter: 200
RelTol: 1.0e-8
AbsTol: 1.0e-10
Alpha: 0.05
PrintLevel: 1
Newton:
Output:
1D:
@@ -25,4 +35,5 @@ Poly:
# ANY OPTIONS NEEDED FOR THE TEST SUITE SHOULD BE PLACED HERE
Tests:
Poly:
Index: 1.1
Index: 1.0
# Radius: 3.25