type=ARRAY. A list of handles to MeshGenerator objects
Default value:
type=INTEGER. The number of partitions to generate. If zero will default to the number of MPI processes. Is ignored if the number of MPI processes > 1.
Default value: 0
type=INTEGER. Handle to a GraphPartitioner object to use for parallel partitioning.This will default to PETScGraphPartitioner with a "parmetis" setting
Default value: 0
type=BOOLEAN. Controls whether the split mesh is recreated or just read.
Default value: false
type=BOOLEAN. Flag, when set, makes the mesh appear in full fidelity on each process
Default value: false
type=FLOAT. Uniform scale to apply to the mesh after reading.
Default value: 1(double)
type=STRING. Prefix to use for all split mesh files
Default value: "split_mesh"
type=STRING. Path of the directory to be created for containing the split meshes.
Default value: "SplitMesh"
type=INTEGER. Verbosity level. 1 will report each 10% complete. 2 will print each part and the number of local cells it wrote.
Default value: 1