From 1766ec30852f1df0f55a21a906b5f0264c4b68a7 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Mon, 3 Mar 2025 09:56:11 -0500 Subject: [PATCH] test(test/config): updated test config file --- tests/testsConfig.yaml | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/tests/testsConfig.yaml b/tests/testsConfig.yaml index ca61df1..d1d2871 100644 --- a/tests/testsConfig.yaml +++ b/tests/testsConfig.yaml @@ -5,4 +5,39 @@ Probe: Port: 19916 Poly: Solver: - ViewInitialGuess: true + ViewInitialGuess: false + GMRES: + MaxIter: 5000 + Gaussian: + Sigma: 0.001 + Debug: + Newton: + EndOfStepPause: false + 1D: + WriteIntermediate: true + lat: 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 + + +# TODO: I suspect that part of the issue right now is that related to the guassian coefficient. \ No newline at end of file