Dear all, I hope you are well. I am currently working extensively with adaptive mesh refinement and I feel the need to output the 2D boundary surface of my 3D mesh (thus a dim=2, spacedim=3 type of problem) I have realized there is an amazing Data out object that exists DataOutFaces<dim> which does exactly what I need. I have figured out how to attach data to it and how to write parallel vtu files with it. However, I would like to add a data to this DataOutFace that would give out the manifold number (or the boundary id) of my boundary condition. However, since this DataOutFace only contains face of the surface, I am really unsure how to iterate on this structure. I saw that there is a first_face() and next_face() function that should allow me to iterate over the face. However, this structure appears to be an std::pair and from this point I am confused as to how to use it. Could somebody point me in the right direction? I have looked online, but it seems this class is not used extensively.
Thank you very much for your help, Bruno -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/2effdbf6-a7e7-45f7-89cb-528865285460%40googlegroups.com.
