You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the general case, the RDV partition scheme is independent of the mesh partitioning scheme. However, the current PCMS implementation assumes that the RDV partition matches that of the mesh.
The ConstructPermutation function asserts REDEV_ALWAYS_ASSERT(local_gids.size() == received_gids.size());
The text was updated successfully, but these errors were encountered:
In the general case, the RDV partition scheme is independent of the mesh partitioning scheme. However, the current PCMS implementation assumes that the RDV partition matches that of the mesh.
The
ConstructPermutation
function assertsREDEV_ALWAYS_ASSERT(local_gids.size() == received_gids.size());
The text was updated successfully, but these errors were encountered: