Hi,
I am trying to perform the mesh partition using the mesh generated from GMSH. The generated mesh is quite big with around 500K elements.
I am new to deal.ii. But I get the impression that the parallel::distributed::Triangulation works only from the quadrilateral/hexahedral meshes and uses p4est backend.
I tried GridTools::partition_triangulation which tends to repeat the elements on all processor. This is not ideal as the number of elements is too large.
I want to ask if I can use parallel::fullydistributed::Triangulation to partition the tetrahedrals without repeating on all the processors. If so, is there any examples for the same. All the examples I saw tends to work for Hypercube type of meshes.
Thanks,
Kumar Saurabh