Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
This class partitions and distributes a mesh based on partitioned local mesh data.The local mesh data will also be repartitioned and redistributed during the computation of the mesh partitioning.
After partitioning, each process has a local mesh and some data that couples the meshes together.
Build a partitioned mesh based from a local mesh on process 0
Build a partitioned mesh based from a local mesh on process 0 with supplied destination processes for each cell
Build a partitioned mesh from local mesh data that is distributed across processes
Build a MeshValueCollection based on LocalMeshValueCollection