Ring Zero,
there is no function that already does exactly what you want, but it should
not be very difficult to do. You'd first create a rectangular mesh with all
cells present, using GridGenerator::subdivided_hyper_rectangle.
Then, you'd delete all of those cells you don't want using
GridGenerator::create_triangulation_with_removed_cells.
Of course, if you write a function that reads raster files, we'd be very happy
to put it into the library itself if you contribute it!
Best
W.
> --
> 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+un...@googlegroups.com
> <mailto:
dealii+un...@googlegroups.com>.
> For more options, visit
https://groups.google.com/d/optout.
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@math.tamu.edu
www:
http://www.math.tamu.edu/~bangerth/