refactor(testConfig): cleaned up schema
This commit is contained in:
@@ -1,43 +1,28 @@
|
|||||||
Probe:
|
Probe:
|
||||||
GLVis:
|
GLVis:
|
||||||
Visualization: true
|
Visualization: false
|
||||||
Host: "10.8.0.13"
|
Host: "10.8.0.13"
|
||||||
Port: 19916
|
Port: 19916
|
||||||
|
DefaultKeyset: "iimmMMc"
|
||||||
|
GetRaySolution:
|
||||||
|
MakeDir: true
|
||||||
Poly:
|
Poly:
|
||||||
Solver:
|
Solver:
|
||||||
ViewInitialGuess: false
|
ViewInitialGuess: false
|
||||||
|
Alpha: 1e10
|
||||||
GMRES:
|
GMRES:
|
||||||
MaxIter: 5000
|
MaxIter: 5000
|
||||||
Gaussian:
|
Newton:
|
||||||
Sigma: 0.001
|
Output:
|
||||||
Debug:
|
1D:
|
||||||
Newton:
|
Save: true
|
||||||
EndOfStepPause: false
|
Path: "output/Poly/1D/poly.csv"
|
||||||
1D:
|
RaySamples: 1000
|
||||||
WriteIntermediate: true
|
RayCoLatitude: 0.0
|
||||||
lat: 0.0
|
RayLongitude: 0.0
|
||||||
lon: 0.0
|
|
||||||
radialPoints: 100
|
|
||||||
radialMax: 3.14
|
|
||||||
radialMin: 0.0
|
|
||||||
StepsPerWrite: 1
|
|
||||||
OutputDir: "output/Poly/Debug/Newton/1D"
|
|
||||||
Exit: false
|
|
||||||
GLVis:
|
|
||||||
Keyset: "iMMmmc"
|
|
||||||
View: true
|
|
||||||
Exit: false
|
|
||||||
StepsPerView: 5
|
|
||||||
Global: # All options in a namespace in global will be applied to all tests and are also valid options for that namespace not in global
|
|
||||||
GLVis:
|
|
||||||
Keyset: "iiMMmmc" # turn on the spliting plane without interpolation (ii), draw interal (MM) and exterior (mm) contor lines and turn on the color bar (c)
|
|
||||||
View: false
|
|
||||||
Exit: false
|
|
||||||
GLVis:
|
|
||||||
C_gf_View: # View the constraint function
|
|
||||||
F_gf_View: # View the objective function
|
|
||||||
M_gf_View: # View F + lambda_C
|
|
||||||
Exit: true
|
|
||||||
|
|
||||||
|
# THESE ARE ONLY USED BY THE TEST SUITE AND NOT THE MAIN CODE
|
||||||
# TODO: I suspect that part of the issue right now is that related to the guassian coefficient.
|
# ANY OPTIONS NEEDED FOR THE TEST SUITE SHOULD BE PLACED HERE
|
||||||
|
Tests:
|
||||||
|
Poly:
|
||||||
|
Index: 1.1
|
||||||
Reference in New Issue
Block a user