Hi Kumar,

take a look 
at 
https://www.dealii.org/developer/doxygen/deal.II/namespaceTriangulationDescription_1_1Utilities.html#aefc3e841bcfd37714a07d04e42c8ffca.

Hope this helps,
Peter

On Wednesday, 15 March 2023 at 01:44:17 UTC+1 kumar.sau...@gmail.com wrote:

> 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/87a1718f-438b-40c6-90f3-019f9f992265n%40googlegroups.com.

Reply via email to