Hello,
I would like to discretize the top face “T” shown in the picture: a ring, only the top face, using mmg2D
After discretizing the two edges of the ring the “outer” and “inner” boundaries of the ring are the ones shown in figure (a few points used)
From command line, or using API, and without specifying the required domain the meshing result is shown in the figure
exactly as explained in
: all domains are discretized.
If, using API, I issue
MMG2D_Set_iparameter(mmgMesh,mmgSol,MMG2D_IPARAM_numsubdomain,2);
(or using the command line) that is “keep only domain number 2”, the following result is obtained
Question: how can I know => in advance <= what will be the number of the domain I decided to mesh? Here: I would like to mesh the ring: how can I know in advance that the ring domain is labelled “2”, and not “1”?
Grazie mille
Buona giornata
Giovanni
P.S. I attach the boundary
ring.mesh (2.5 KB)