Accordingto your needs you have few options - at least:

https://bitbucket.org/benjamik/mshr/ official mesh generator for DOLFIN
dev version, check demos in the source tree of the package

External mesh generators like
http://www.cs.cmu.edu/~quake/triangle.html
http://geuz.org/gmsh/
...
Their output can be converted to DOLFIN format by dolfin-convert script
installed with DOLFIN. Refer to their doc and 
  $ man dolfin-convert

In DOLFIN 1.4.0 there is CSG (constructive solid geometry) meshing
based on CGAL. But this is now deprecated. Refer to CSG demo
http://fenicsproject.org/documentation/dolfin/1.4.0/python/demo/documented/csg-2D/python/documentation.html

Jan


On Thu, 4 Dec 2014 13:28:49 +0000
<[email protected]> wrote:

> Good Evening,
> 
> i’ ve a problem i can’t fix. I’ve not found a solution in the forum
> or in the documentation.
> 
> I need to create on my rectangular domain a mesh conforming with a
> rectangular subdomain; I’ve attached an image as an example of what i
> need. I would like to know if i should create manually a mesh like
> this or there is something useful in dolfin library. In this case
> I’ll be grateful if you’d send me documentation about this.
> 
> Thank you
> 
> Regards
> 
> Simone Carriero
> 
> 
> 
> 
> 
> 
> Inviata da Windows Mail
_______________________________________________
fenics mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics

Reply via email to