| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(in) | :: | lx |
Vector spanning the prism in x-direction |
||
| real(kind=rk), | intent(in) | :: | ly |
Vector spanning the prism in y-direction |
||
| real(kind=rk), | intent(in) | :: | lz |
Vector spanning the prism in z-direction |
||
| integer, | intent(in) | :: | Nx |
Number of particles in x-direction |
||
| integer, | intent(in) | :: | Ny |
Number of particles in y-direction |
||
| integer, | intent(in) | :: | Nz |
Number of particles in z-direction |
||
| type(grw_real2darray_type), | intent(inout) | :: | positions |