Skip to content

Reply To: Particle periodicity running with MPI.

#8633
jan
Participant

Dear Rookie,

unfortunately, I don’t have the capacities to check the legacy code in detail and it’s highly likely that some functionalities don’t work as expected anymore due to (recent) changes. However, just a few more thoughts on this matter:

How do you incorporate the periodic boundary? Like this?

auto periodicBoundary = make_shared < PeriodicBoundary3D<T, PARTICLE>
                          > (superGeometry, 1, 1, 1);
spSys.addBoundary(periodicBoundary);

Did you set an overlap such as spSys.setOverlap(pRadius * 2);?

Also, I believe you didn’t try the last point of my previous post yet, right?

Best regards,
Jan

  • This reply was modified 2 months, 3 weeks ago by jan.