isLocalCollision checks if collision between two particles is local This is the case when they are both owned by this process
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mus_particle_MEM_type), | intent(in) | :: | particleA |
First particle to collide |
||
| type(mus_particle_MEM_type), | intent(in) | :: | particleB |
Second particle to collide |
||
| integer, | intent(in) | :: | myRank |
This process's rank |
isLocalCollision checks if collision between two particles is local This is the case when they are both owned by this process
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mus_particle_DPS_type), | intent(in) | :: | particleA |
First particle to collide |
||
| type(mus_particle_DPS_type), | intent(in) | :: | particleB |
Second particle to collide |
||
| integer, | intent(in) | :: | myRank |
This process's rank |