Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] lower bound on element size

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] lower bound on element size


Chronological Thread 
  • From: Dominik Szczerba <>
  • To:
  • Subject: Re: [cgal-discuss] lower bound on element size
  • Date: Thu, 2 Dec 2010 11:14:52 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=Q6vchm7Vq5oOf9Y9h1DW9EUQer7HLA3JcK+Rj/q9TCaGFwAP2yN4ypyKOCaK96L4z4 tzCPc+rZ8N4S6BUhsDLSaZryLoxcJ0zUIXYTF/e707zjsCblY23l6/sXEUwkg0ZAoPP9 8pQGodQSgsHFmRIXbcz6OpqmTuKeipXVFXc+M=

Indeed, I am talking about generating tets from segmented images.

As I said, I am getting 12 orders of magnitude span in the element
sizes, which makes the resulting mesh unsuitable to some computations.
In particular, I am running out of numerical precision on such meshes
in some cases. Are there practical ways to prevent this from
happening?

Dominik

On Thu, Dec 2, 2010 at 10:44 AM, Laurent Rineau (GeometryFactory)
<>
wrote:
> On Wednesday 01 December 2010 22:00:45 Dominik Szczerba wrote:
>> Hi
>>
>> I need to impose LOWER bound on element size. According to the latest
>> documentaiton:
>>
>> the radius bound: This parameter controls the size (edge length) of
>> mesh cells. Actually, it is an upper bound on the circumradii of the
>> mesh tetrahedra.
>>
>> I can only provide the UPPER bound. However, in my cases, the smallest
>> generated element is 10 orders of magnitude smaller than the biggest
>> one, resulting in numerical precision problems in subsequent
>> computations.
>>
>> Is there a way to specify the SMALLEST allowed element size or
>> otherwise control its size?
>
> My guess is that you are talking about one of the mesh generators of CGAL.
>
> Anyway, both the 2D-, surface-,or 3D- mesh generators of CGAL work the same
> way: you cannot specify a lower bound on the elements sizes.
>
> --
> Laurent Rineau, PhD
> R&D Engineer at GeometryFactory           http://www.geometryfactory.com/
> Release Manager of the CGAL Project       http://www.cgal.org/
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>
>



Archive powered by MHonArc 2.6.16.

Top of Page