Hi there!
I’m sorry, I know things like this have been asked before, but I don’t seem to understand the answers, since I can’t get this to work
I’m using parmmg3d
inside FreeFem and have the following problem:
When I remesh, the labels get all messed up. In places where I’ve had label 1 before, it has something else and where the mesh was split internally, the label becomes 1 …
This is a picture of how it is before remeshing and how it is supposed to be: zero on all boundaries.
These are pictures of how it is after remeshing:
(In the first picture the top should still have lable 1 and in the second picture the interior should not have label 1.)
I have no idea why this happened or how to resolve it.
The command line I’m using is the following:
parmmg3d(Th3ParMmg, metric=hParMmg[], nodeCommunicators = communicators, hgrad=-1, verbose=5) ;
The only named parameters I can pass into parmmg3d
are:
metric, comm ,verbose, mmgVerbose, mem, debug, mmgDebug, angle, iso, lag, opnbdy, optim, optimLES, noinsert, noswap, nomove, nosurf, anisosize, octree, meshSize, metisRatio, ifcLayers, groupsRatio, niter, angleDetection, hmin, hmax, hsiz, hausd, hgrad, hgradreq, ls, requiredTriangle, localParameter, nodeCommunicators, neighbors
.
I appreciate any help, thanks in advance!