From dbc0cf685a1460cb25caa589fee502b8b6bc3495 Mon Sep 17 00:00:00 2001 From: Jean-Francois Remacle <jean-francois.remacle@uclouvain.be> Date: Thu, 23 Aug 2012 20:40:48 +0000 Subject: [PATCH] hopla --- Mesh/meshGFace.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp index 6ccc042d49..da7f0bebc2 100644 --- a/Mesh/meshGFace.cpp +++ b/Mesh/meshGFace.cpp @@ -1107,11 +1107,13 @@ bool meshGenerator(GFace *gf, int RECUR_ITER, // } } + /* computeMeshSizeFieldAccuracy(gf, *m, gf->meshStatistics.efficiency_index, gf->meshStatistics.longest_edge_length, gf->meshStatistics.smallest_edge_length, gf->meshStatistics.nbEdge, gf->meshStatistics.nbGoodLength); + */ //printf("=== Efficiency index is tau=%g\n", gf->meshStatistics.efficiency_index); gf->meshStatistics.status = GFace::DONE; @@ -1157,11 +1159,13 @@ bool meshGenerator(GFace *gf, int RECUR_ITER, removeFourTrianglesNodes(gf,false); //Emi print efficiency index + /* gf->computeMeshSizeFieldAccuracy(gf->meshStatistics.efficiency_index, gf->meshStatistics.longest_edge_length, gf->meshStatistics.smallest_edge_length, gf->meshStatistics.nbEdge, gf->meshStatistics.nbGoodLength); + */ //printf("----- Efficiency index is tau=%g\n", gf->meshStatistics.efficiency_index); -- GitLab