Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] make_mesh_3 sub-domain not meshed

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] make_mesh_3 sub-domain not meshed


Chronological Thread 
  • From: Mariette Yvinec <>
  • To:
  • Subject: Re: [cgal-discuss] make_mesh_3 sub-domain not meshed
  • Date: Mon, 10 Sep 2012 09:57:39 +0200

Currently,
the best way to ensure that small component are mot missed
is to set initial points in them or on them boundary.
Then you have to use refine_mesh_3 instead of
make_mesh_3 for your initaial seeding points to be taken into account.

Another way, if you know the area where the small components are supposed to be,
is to define a  variable sizing field with a value locally similar to the size of the components
to be meshed.



Le 30/08/12 16:18, Sascha Zelzer a écrit :
Hi,

I have posted about my problem already here http://cgal-discuss.949826.n4.nabble.com/3D-volume-mesher-ignoring-small-subdomains-td4655756.html but thought I reformulate it:

I have a labeled image as input to make_mesh_3 which contains a small sub-domain (label 2) inside a larger domain (label 1). Small meaning the its characteristic size is about two orders of magnitude smaller then the embedding domain.

So my question is, what are the criteria for refining cells in the large domain to ensure that they do not "shadow" a complete small sub-domain? I would like to be able to set a large maximum cell size for the large domain and a suitable cell size for small sub-domain. When setting the cell and facet criteria in such a way, my small sub-domain is ignored however.

Any tips would be highly appreciated.

Thanks,

Sascha


-- 
Mariette Yvinec
Geometrica project team
INRIA  Sophia-Antipolis  





Archive powered by MHonArc 2.6.18.

Top of Page