[Dune] attaching data to intersections

Andreas Buhr andreas at andreasbuhr.de
Thu Jun 6 17:36:04 CEST 2013


On 06/06/2013 04:24 PM, Oliver Sander wrote:
>
> Unfortunately, IIRC even though you can tag faces in the .msh format,
> our gmsh reader doesn't actually forward that information.
> We'd happily accept patches.

Hi,

I think it does. Isn't it stored in 'boundary_id_to_physical_entity' 
when calling

GmshReader::read (
   Dune::GridFactory<Grid>& factory,
   const std::string& fileName,
   std::vector<int>& boundary_id_to_physical_entity,
   std::vector<int>& element_index_to_physical_entity,
   bool verbose = true,
   bool insert_boundary_segments=true);

Or are we talking about something else here?

Best,
Andreas





More information about the Dune mailing list