test(tests/poly): removed some debugging output from poly test
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user