Hello everyone, I apologize if this is a repeated email. I’m not sure if my previous email went through.
I’m trying to create a triangular mesh like the following 7 — — 8 —— 9 | / | / | | / | / | 3 —— 4/5—— 6 | / | / | | / | / | 0 —— 1 —— 2 Where the node 4 and 5 have the same location but belong to different triangles: 4 belongs to (0,3,4), (3,4,8) and (4,9,8) while 5 belongs to (0,1,5), (1,6,5) and (5,6,9). In this way, the sides 0-4,4-9 and 0-5,5-9 are true boundaries. In my failed attempt I first created the mesh 7 — — — —— 9 | / | | / | | / | | / | | / | 0 —— — —— 2 I set the neighbor_ptr to nullptr on the common side and then asked to refine uniformly the mesh. When the mesh is refined I only get 9 nodes instead of 10. Do you have any suggestion on how to achieve this? Thanks, Simone _______________________________________________ Libmesh-users mailing list Libmesh-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libmesh-users