Navigation :
MeshPartitionPackage
MeshPartitionPackage
Section Execution::Parallelization
Type integer
Decides which library to use to perform the mesh partition.
By default ParMETIS is used when available, otherwise METIS is used.
Options:
- metis:
METIS library.
- parmetis:
(Experimental) Use ParMETIS library to perform the mesh partition.
Only available if the code was compiled with ParMETIS support.
- part_hilbert:
Use the ordering along the Hilbert curve for partitioning.
Source information
grid/mesh_partition.F90 : 156
call parse_variable(namespace, 'MeshPartitionPackage', default, library)