Hi Rene, Thank you very much for your answer, it was very helpful. Best, Shahab
On Tuesday, October 15, 2019 at 4:53:23 PM UTC-4, Rene Gassmöller wrote: > > Hi Shahab, > > Adding to Luca's reply you probably want to look into the > `ParticleHandler` class, in particular the `particles_in_cell` function > that returns you all particles in a given cell ( > https://dealii.org/developer/doxygen/deal.II/classParticles_1_1ParticleHandler.html#acaf1232ffce0746baa64122a5c65822e). > > By looping through the cell's neighbors you can also find all particles in > neighbor cells. > > Best, > Rene > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/e0ad5227-d0f3-41a1-8563-91e7fa7bae75%40googlegroups.com.
