test(tests/poly): removed some debugging output from poly test
This commit is contained in:
@@ -467,10 +467,10 @@ namespace polyMFEMUtils {
|
||||
x = 0.0;
|
||||
}
|
||||
|
||||
if ( config.get<bool>("Debug", false) ) {
|
||||
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");
|
||||
}
|
||||
// if ( config.get<bool>("Debug", false) ) {
|
||||
// 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");
|
||||
// }
|
||||
|
||||
ProcessNewState(x);
|
||||
DEPRECATION_WARNING_OFF
|
||||
|
||||
@@ -2,8 +2,9 @@ Debug: true
|
||||
|
||||
Probe:
|
||||
GLVis:
|
||||
Visualization: false
|
||||
Host: "10.8.0.13"
|
||||
Visualization: true
|
||||
# Host: "10.8.0.13"
|
||||
Host: "localhost"
|
||||
Port: 19916
|
||||
DefaultKeyset: "iimmMMc"
|
||||
GetRaySolution:
|
||||
|
||||
Reference in New Issue
Block a user