diff --git a/src/Interaction/sphereInteraction/boundaries/processorBoundarySphereInteraction/processorBoundarySphereInteraction.cpp b/src/Interaction/sphereInteraction/boundaries/processorBoundarySphereInteraction/processorBoundarySphereInteraction.cpp index f0e2a9a1..d55ab2b3 100644 --- a/src/Interaction/sphereInteraction/boundaries/processorBoundarySphereInteraction/processorBoundarySphereInteraction.cpp +++ b/src/Interaction/sphereInteraction/boundaries/processorBoundarySphereInteraction/processorBoundarySphereInteraction.cpp @@ -106,7 +106,7 @@ bool pFlow::MPI::processorBoundarySphereInteraction::sphereSphereInter return true; } - if(iter % 1000 == 0u) + if(iter % 100 == 0u) { pOutput<<"inter "<< inter_.totalTime()<::sphereSphereInter return true; } - if(iter % 1000 == 0u) + if(iter % 100 == 0u) { pOutput<<"recive "<< recv_.totalTime()< sender_; @@ -87,7 +91,7 @@ namespace pFlow::MPI boundaryProcessor, dictionary); - bool beforeIteration(uint32 iterNum, real t, real dt) override; + bool beforeIteration(uint32 step, uint32 iterNum, real t, real dt) override; bool iterate(uint32 iterNum, real t, real dt) override;