Skip to content
Snippets Groups Projects
Commit 6bc7162e authored by Tristan Carrier Baudouin's avatar Tristan Carrier Baudouin
Browse files

hexahedra

parent e6d969dc
No related branches found
No related tags found
No related merge requests found
......@@ -515,10 +515,10 @@ static void Mesh2D(GModel *m)
smoothing smm(CTX::instance()->mesh.optimizeLloyd,6);
m->writeMSH("beforeLLoyd.msh");
smm.optimize_face(*it);
int rec = 1;//(CTX::instance()->mesh.recombineAll || (*it)->meshAttributes.recombine);
//int rec = 1;//(CTX::instance()->mesh.recombineAll || (*it)->meshAttributes.recombine);
m->writeMSH("afterLLoyd.msh");
if(rec) recombineIntoQuads(*it);
m->writeMSH("afterRecombine.msh");
//if(rec) recombineIntoQuads(*it);
//m->writeMSH("afterRecombine.msh");
}
}
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment