Stores the hydro ID in the arrays needed to compute the SPH ID
FT 19.11.2020
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(bnslorene), | intent(inout) | :: | this | 
                 bnslorene object which this PROCEDURE is a member of  | 
        ||
| integer, | intent(in) | :: | n | |||
| real(kind=C_DOUBLE), | intent(in), | DIMENSION(:) | :: | x | ||
| real(kind=C_DOUBLE), | intent(in), | DIMENSION(:) | :: | y | ||
| real(kind=C_DOUBLE), | intent(in), | DIMENSION(:) | :: | z | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | lapse | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | shift_x | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | shift_y | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | shift_z | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | g_xx | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | g_xy | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | g_xz | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | g_yy | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | g_yz | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | g_zz | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | baryon_density | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | energy_density | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | specific_energy | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | pressure | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | u_euler_x | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | u_euler_y | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | u_euler_z | 
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | a | ||||
| double precision, | private | :: | detg |