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

No commit message

No commit message
parent b55fd2a0
No related branches found
No related tags found
No related merge requests found
......@@ -299,8 +299,8 @@ SMetric3 BGM_MeshMetric(GEntity *ge,
// lc from points
double l2 = MAX_LC;
// if(CTX::instance()->mesh.lcFromPoints && ge->dim() < 2)
// l2 = LC_MVertex_PNTS(ge, U, V);
if(CTX::instance()->mesh.lcFromPoints && ge->dim() < 2)
l2 = LC_MVertex_PNTS(ge, U, V);
// lc from curvature
SMetric3 l3(1./(MAX_LC*MAX_LC));
......
......@@ -326,7 +326,7 @@ void MeshDelaunayVolume(std::vector<GRegion*> &regions)
gr->set(faces);
// now do insertion of points
//insertVerticesInRegion(gr);
insertVerticesInRegion(gr);
#endif
......
......@@ -710,6 +710,7 @@ void insertVerticesInRegion (GRegion *gr)
//printf("sizeof MTet4 = %d sizeof MTetrahedron %d sizeof(MVertex) %d\n",
// sizeof(MTet4), sizeof(MTetrahedron), sizeof(MVertex));
std::vector<double> vSizes;
std::vector<double> vSizesBGM;
MTet4Factory myFactory(1600000);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment