Skip to content
Snippets Groups Projects
Commit ce4e915b authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 9af62708
Branches
Tags
No related merge requests found
......@@ -375,7 +375,7 @@ void meshGRegion :: operator() (GRegion *gr)
std::vector<MVertex*> numberedV;
char opts[128];
buildTetgenStructure ( gr, in, numberedV);
sprintf(opts, "pq1.4Ya%f%c", (float)CTX.mesh.quality,
sprintf(opts, "pqa%f%c", (float)CTX.mesh.quality,
(CTX.verbosity < 3)? 'Q': (CTX.verbosity > 6)? 'V': '\0');
Msg(STATUS2, "Meshing with volume constraint %f", (float)CTX.mesh.quality);
tetrahedralize(opts, &in, &out);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment