read_id_particles Module Procedure

module procedure read_id_particles module subroutine read_id_particles(this, n, x, y, z, lapse, shift_x, shift_y, shift_z, g_xx, g_xy, g_xz, g_yy, g_yz, g_zz, baryon_density, energy_density, specific_energy, pressure, u_euler_x, u_euler_y, u_euler_z)

Uses

  • proc~~read_id_particles~2~~UsesGraph proc~read_id_particles~2 read_id_particles constants constants proc~read_id_particles~2->constants module~utility utility proc~read_id_particles~2->module~utility module~utility->constants matrix matrix module~utility->matrix

Stores the hydro ID in the arrays needed to compute the SPH ID

FT 19.11.2020


Arguments

Type IntentOptional Attributes Name
class(diffstarlorene), intent(inout) :: this

diffstarlorene 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

Calls

proc~~read_id_particles~2~~CallsGraph proc~read_id_particles~2 read_id_particles interface~get_diffstar_particles get_diffstar_particles proc~read_id_particles~2->interface~get_diffstar_particles

Called by

proc~~read_id_particles~2~~CalledByGraph proc~read_id_particles~2 read_id_particles interface~read_id_particles~2 read_id_particles interface~read_id_particles~2->proc~read_id_particles~2

Contents


Variables

Type Visibility Attributes Name Initial
double precision, private :: detg