test(tests/poly): removed some debugging output from poly test

This commit is contained in:
2025-03-17 11:11:22 -04:00
parent b4615fc0aa
commit 88a45c7d09
2 changed files with 7 additions and 6 deletions

View File

@@ -467,10 +467,10 @@ namespace polyMFEMUtils {
x = 0.0; x = 0.0;
} }
if ( config.get<bool>("Debug", false) ) { // if ( config.get<bool>("Debug", false) ) {
Probe::glVisView(x, *dynamic_cast<mfem::NonlinearForm*>(const_cast<mfem::Operator*>(oper))->FESpace(), "initial guess"); // Probe::glVisView(x, *dynamic_cast<mfem::NonlinearForm*>(const_cast<mfem::Operator*>(oper))->FESpace(), "initial guess");
Probe::getRaySolution(x, *dynamic_cast<mfem::NonlinearForm*>(const_cast<mfem::Operator*>(oper))->FESpace(), {0.0, 0.0}, 100, "output/initial_guess.csv"); // Probe::getRaySolution(x, *dynamic_cast<mfem::NonlinearForm*>(const_cast<mfem::Operator*>(oper))->FESpace(), {0.0, 0.0}, 100, "output/initial_guess.csv");
} // }
ProcessNewState(x); ProcessNewState(x);
DEPRECATION_WARNING_OFF DEPRECATION_WARNING_OFF

View File

@@ -2,8 +2,9 @@ Debug: true
Probe: Probe:
GLVis: GLVis:
Visualization: false Visualization: true
Host: "10.8.0.13" # Host: "10.8.0.13"
Host: "localhost"
Port: 19916 Port: 19916
DefaultKeyset: "iimmMMc" DefaultKeyset: "iimmMMc"
GetRaySolution: GetRaySolution: