dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #18598
Re: [Question #115411]: Dividing a Complex Mesh into Different Regions/Subdomains
Pietro!
I know that you can apply "inner" surfaces to Tetgen. The generated mesh will
then have vertices laying on this inner surface.
TriTetMesh
branch lp:tritetmesh
is a wrapper for tetgen (and triangle) and generates DOLFIN meshes. If your
outer and inner surfaces are devided into simplices or even rectangles, you
should be able to generate these inner surfaces as parameterized versions of
the outer surface. Did that make sense?
It might be a steep learning cruve getting into TriTetMesh and tetgen, but I
can probably help you a bit on the way.
Johan
On Tuesday June 22 2010 01:49:05 Pietro Maximoff wrote:
> Question #115411 on DOLFIN changed:
> https://answers.launchpad.net/dolfin/+question/115411
>
> Description changed to:
> Hi
>
> I've got a mesh of a ventricle in the shape of a hollow, irregular
> prolate spheroid. So, there's an inner and outer radius. I'd like to
> divide the wall (outer radius to inner radius) into three different
> layers. Given that the shape is not a perfect sphere or even a perfect
> ellipsoid, is there a way to do this with DOLFIN or Meshbuilder?
>
> Thanks
>
> Pietro
Follow ups
References