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

-- 
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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/28d01645-56b8-4782-b8a1-c65ab9f3a9b8n%40googlegroups.com.

Reply via email to