Salome HOME
OverlapDEC: further imp of the load balancing algo to try to keep
[modules/med.git] / src / ParaMEDMEM / OverlapElementLocator.hxx
index bf55802323f33d0f438b779201398aeba611c072..3ffd028dbb57ce1df667e5168151499fd17bbc08 100644 (file)
@@ -59,10 +59,11 @@ namespace ParaMEDMEM
     const MEDCouplingPointSet *getTargetMesh(int procId) const;
     const DataArrayInt *getTargetIds(int procId) const;
     bool isInMyTodoList(int i, int j) const;
+    void debugPrintWorkSharing(std::ostream & ostr) const;
   private:
     void computeBoundingBoxesAndInteractionList();
     void computeTodoList_original();
-    void computeTodoList_new();
+    void computeTodoList_new(bool revertIter);
     void fillProcToSend();
     bool intersectsBoundingBox(int i, int j) const;
     void sendLocalMeshTo(int procId, bool sourceOrTarget, OverlapInterpolationMatrix& matrix) const;