Hi folks,

I'm trying to construct a rectangular grid with features at arbitrary 
locations. The most straightforward way of doing this that I can think of 
is to generate a rectangular hypercube, delete the cells/edges/vertices 
around feature locations, and then attach other triangulations (e.g. a 
hyper_cube_with_cylindrical_hole) at the vacant locations. 

Is there a simple-ish utility for removing parts of the domain in this way? 
And does the process differ for a distributed triangulation? I've been 
perusing the documentation for Triangulation, GridTools, and GridGenerator 
and haven't been able to find anything.

Thanks much,
Lucas

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/8eaf47e1-c2e2-4d48-b9c8-e26b67fde75en%40googlegroups.com.

Reply via email to