Find the particles above the plane
FT 25.03.2022
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | npart | |||
double precision, | intent(in), | DIMENSION(3,npart) | :: | pos | ||
integer, | intent(out) | :: | npart_above_xy | |||
integer, | intent(out), | DIMENSION(:), ALLOCATABLE | :: | above_xy_plane_a |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | a | ||||
integer, | private, | DIMENSION(npart) | :: | above_xy_plane | |||
double precision, | private, | DIMENSION(:), ALLOCATABLE | :: | above_xy_plane_a_tmp | |||
integer, | private, | DIMENSION(npart) | :: | below_xy_plane | |||
double precision, | private, | DIMENSION(:), ALLOCATABLE | :: | below_xy_plane_a_tmp | |||
integer, | private | :: | npart_diff |