17.1. Partitioning

Partitioning is the process of dividing the mesh into a number of ‘partitions’ each of which may be solved on a separate processor. Several partitioning methods have been developed, but most are based on recursive bisection and differ only in the bisection step. The original mesh is first decomposed into two meshes of approximately equal size. The decomposition is then repeated recursively until the required number of partitions is obtained. The following diagram shows this process.

Figure 17.1: The Partitioning Process

The Partitioning Process

For information about setting up partitioning, see Partitioner Tab in the CFX-Solver Manager User's Guide.

For information about viewing the mesh partitions after running the CFX-Solver in Partition Only mode, see CFX Partition File in the CFX-Solver Manager User's Guide.

For information about optimizing mesh partitioning, see Optimizing Mesh Partitioning.