partri
partri is a term used in computational geometry to denote a class of parallel triangulation algorithms intended to speed up processing of large triangular meshes. The name blends parallel computing with triangle meshes and is used in some literature to designate methods that partition a mesh for distributed computation while preserving geometric fidelity.
Partri algorithms typically operate by partitioning the vertex-edge graph of a mesh into subdomains, performing local
Applications include finite element analysis, where large meshes must be processed efficiently, computer graphics for high-resolution
Limitations include challenges at partition boundaries, such as maintaining mesh congruence and avoiding duplicated or conflicting
Variants of partri may emphasize different partitioning schemes, reassembly protocols, or error-control criteria. Related concepts include