Dynamic schedule for collision loop to balance the uneven number of

collisions in each cell.

No success with balancing particle loops (push and weighting).
This commit is contained in:
Jorge Gonzalez 2020-10-20 17:50:57 +02:00
commit ca9948139b

View file

@ -65,7 +65,7 @@ MODULE moduleSolver
INTEGER:: e
!$OMP DO
!$OMP DO SCHEDULE(DYNAMIC)
DO e=1, mesh%numVols
CALL mesh%vols(e)%obj%collision()
END DO