Re: [deal.II] Upward connectivities between mesh entities

2022-07-18 Thread Wolfgang Bangerth
On 7/18/22 10:25, Olivier Jamond wrote: 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->cell

[deal.II] Upward connectivities between mesh entities

2022-07-18 Thread Olivier Jamond
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