CopyMeshPartitioner
This partitioner is used to match the partitioning between two meshes.
Generally, the source mesh should be partitioned with the same amount or fewer partitions than the target mesh is intended to be partitioned into. If the source mesh is partitioned with fewer partitions than the target mesh, some processes will not be assigned any element in the target mesh, leading to lesser efficiency.
commentnote
If the source mesh is partitioned with more partitions than the target mesh, the partitioner will currently error.
Input Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
Controllable:No
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Controllable:No
Description:Set the enabled status of the MooseObject.