read_id_hydro Module Procedure

module procedure read_id_hydro module subroutine read_id_hydro(this, nx, ny, nz, pos, baryon_density, energy_density, specific_energy, pressure, u_euler)

Uses

    • tensor
  • proc~~read_id_hydro~2~~UsesGraph proc~read_id_hydro~2 read_id_hydro tensor tensor proc~read_id_hydro~2->tensor

Stores the hydro ID in the arrays needed to compute the constraints on the refined mesh

FT 25.11.2020


Arguments

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

diffstarlorene object which this PROCEDURE is a member of

integer, intent(in) :: nx
integer, intent(in) :: ny
integer, intent(in) :: nz
double precision, intent(in), DIMENSION(:,:,:,:) :: pos
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

Calls

proc~~read_id_hydro~2~~CallsGraph proc~read_id_hydro~2 read_id_hydro interface~get_diffstar_hydro get_diffstar_hydro proc~read_id_hydro~2->interface~get_diffstar_hydro

Called by

proc~~read_id_hydro~2~~CalledByGraph proc~read_id_hydro~2 read_id_hydro interface~read_id_hydro~2 read_id_hydro interface~read_id_hydro~2->proc~read_id_hydro~2

Contents


Variables

Type Visibility Attributes Name Initial
integer, private :: ix
integer, private :: iy
integer, private :: iz