Skip to content
Snippets Groups Projects
Commit 9100cab2 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

No commit message

No commit message
parent 58c0dc2f
No related branches found
No related tags found
No related merge requests found
......@@ -1353,7 +1353,7 @@ void SetOrderN(GModel *m, int order, bool linear, bool incomplete)
// we do that model face by model face
std::vector<MElement*> bad;
double worst;
printJacobians(m, "smoothness_b.pos");
// printJacobians(m, "smoothness_b.pos");
if (displ2D){
checkHighOrderTriangles("Before optimization", m, bad, worst);
for(GModel::fiter it = m->firstFace(); it != m->lastFace(); ++it)
......@@ -1377,7 +1377,7 @@ void SetOrderN(GModel *m, int order, bool linear, bool incomplete)
if(displ2D) delete displ2D;
if(displ3D) delete displ3D;
printJacobians(m, "smoothness.pos");
// printJacobians(m, "smoothness.pos");
double t2 = Cpu();
Msg::StatusBar(2, true, "Done meshing order %d (%g s)", order, t2 - t1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment