Reflect the particle with z>0 with respect to the xy plane
FT 25.03.2022
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | npart | |||
| double precision, | intent(inout), | DIMENSION(3,npart) | :: | pos | ||
| double precision, | intent(out), | DIMENSION(3,npart_above_xy) | :: | pos_below | ||
| integer, | intent(inout) | :: | npart_above_xy | |||
| integer, | intent(in), | DIMENSION(npart_above_xy) | :: | above_xy_plane_a | ||
| double precision, | intent(inout), | optional, | DIMENSION(npart) | :: | nu | |
| double precision, | intent(out), | optional, | DIMENSION(npart_above_xy) | :: | nu_below | 
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | a | ||||
| double precision, | private, | DIMENSION(npart) | :: | nu_tmp | |||
| double precision, | private, | DIMENSION(3,npart) | :: | pos_tmp |