/// Migrate all the elements to the new owners prescribed in data corresponding to RedistributeTag.
/// This will perform all the actions to send mesh elements and data and reproduce new mesh partitions
/// on remote elements and correctly resolve parallel state of the mesh. If you have priviously
...
...
@@ -3165,12 +3165,12 @@ namespace INMOST
/// newly created elements, provide them valid global identificators, resolve owners of
/// the elements potentially optimized using information from BridgeTag and LayersTag
/// May use ResolveShared function as basis but instead the whole mesh run the same algorithm for subset.
voidResolveModification(boolonly_new);//resolve parallel state of newly created elements, restore ghost layers; not implemented, resuse ResolveShared code
voidResolveModification();//resolve parallel state of newly created elements, restore ghost layers; not implemented, resuse ResolveShared code