<div dir="ltr"><div><div><div>Dear Duners,<br><br></div>Following your recommendations, I am progressing with the attachment of data to faces. But, I got to have a very strange problem and that is with refinement. When I attach a data to a face and then refine a grid, I need to update the face indices attached to this data. In this regard, I need to find the index of the corresponding face in the father element. I realized that father() is only accepted by the element entities. I can find the father element through this function but have no idea how I can transfer to the face including the considered leaf face and find its index.<br>
<br></div>Do you have any idea which function in Dune is better to use? I am thinking of comparing the unit vector normal to the surface for that case, but I am worried that probably some already implemented functions in Dune are better to use.<br>
<br></div>Thank you very much for your help and best regards,<br>Arya<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 6, 2013 at 5:36 PM, Andreas Buhr <span dir="ltr"><<a href="mailto:andreas@andreasbuhr.de" target="_blank">andreas@andreasbuhr.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 06/06/2013 04:24 PM, Oliver Sander wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Unfortunately, IIRC even though you can tag faces in the .msh format,<br>
our gmsh reader doesn't actually forward that information.<br>
We'd happily accept patches.<br>
</blockquote>
<br></div>
Hi,<br>
<br>
I think it does. Isn't it stored in 'boundary_id_to_physical_<u></u>entity' when calling<br>
<br>
GmshReader::read (<br>
  Dune::GridFactory<Grid>& factory,<br>
  const std::string& fileName,<br>
  std::vector<int>& boundary_id_to_physical_<u></u>entity,<br>
  std::vector<int>& element_index_to_physical_<u></u>entity,<br>
  bool verbose = true,<br>
  bool insert_boundary_segments=true)<u></u>;<br>
<br>
Or are we talking about something else here?<br>
<br>
Best,<br>
Andreas<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
______________________________<u></u>_________________<br>
Dune mailing list<br>
<a href="mailto:Dune@dune-project.org" target="_blank">Dune@dune-project.org</a><br>
<a href="http://lists.dune-project.org/mailman/listinfo/dune" target="_blank">http://lists.dune-project.org/<u></u>mailman/listinfo/dune</a><br>
</div></div></blockquote></div><br></div>