Skip to content

Implement transformation from 'normal' `Mesh` to `NodePartitionedMesh`

Using gml input feature creates meshes at simulation time. Until now, the created meshes are 'normal' Meshes. This is fine for serial simulations. But in a parallel simulation it is necessary to create a NodePartitionedMesh from the partition-local Meshes. An algorithm for the transformation is implemented in this MR.

Edited by Dmitry Yu. Naumov

Merge request reports