/// 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(intmetric=0);//resolve parallel state of newly created elements, restore ghost layers; not implemented, resuse ResolveShared code
voidResolveModification(boolonly_new,intmetric=0);//resolve parallel state of newly created elements, restore ghost layers; not implemented, resuse ResolveShared code
REPORT_STR("global id "<<GlobalID(*kt)<<" local id "<<GetHandleID(*kt)<<" "<<Element::StatusName(Element(this,*kt)->GetStatus())<<" cnt "<<cnt[0]<<" "<<cnt[1]<<" "<<cnt[2]);
}
message_send[1]++;
elements[m].push_back(*it);
...
...
@@ -1512,6 +1587,7 @@ namespace INMOST
}
intfind_local_id=mapping[find].second;
REPORT_STR("global id "<<global_id<<" local id "<<find_local_id<<" "<<Element::StatusName(ElementByLocalID(PrevElementType(current_mask),find_local_id)->GetStatus()));