Hello deal.II users, I am considering using deal.II "triangulation" module as a mesh backend handling distributed meshes with AMR functionnalities in the software I am working on for the french Alternative Energies and Atomic Energy Commission.
I started looking and playing with the classes of this module, but at this time I couldn't find a way to get upward adjacencies between mes entities, i.e. topological connections from lower dimentionnal entities to higher ones (vertex->faces, face->cells, vertex->cells, ...). For example, let's say for a 3D mesh composed of hexahedra, considering a quad face I would like to get the two (or one if the face is located at a booundary) cells adjacent to this face. Is such a query possible with the "triangulation" module of deal.II? Many thanks! Olivier Jamond -- 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/2dd74ff7-b5e3-4e8c-8be7-b42b341b3eeen%40googlegroups.com.
