feat(testsConfig): brought test config from pointwisePolytrope

This commit is contained in:
2025-03-20 07:36:14 -04:00
parent d2978ebccb
commit eec8a356b4

38
tests/testsConfig.yaml Normal file
View File

@@ -0,0 +1,38 @@
Debug: true
Probe:
GLVis:
Visualization: true
# Host: "10.8.0.14"
Host: "localhost"
Port: 19916
DefaultKeyset: "iimmMMc"
GetRaySolution:
MakeDir: true
Poly:
Solver:
ViewInitialGuess: true
GMRES:
MaxIter: 5000
RelTol: 1.0e-8
AbsTol: 1.0e-10
PrintLevel: 0
Newton:
MaxIter: 200
RelTol: 1.0e-8
AbsTol: 1.0e-10
PrintLevel: 1
Newton:
Output:
1D:
Save: true
Path: "output/Poly/1D/poly.csv"
RaySamples: 1000
RayCoLatitude: 0.0
RayLongitude: 0.0
# THESE ARE ONLY USED BY THE TEST SUITE AND NOT THE MAIN CODE
# ANY OPTIONS NEEDED FOR THE TEST SUITE SHOULD BE PLACED HERE
Tests:
Poly:
Index: 1.1