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~~UsesGraph proc~read_id_hydro read_id_hydro tensor tensor proc~read_id_hydro->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(bnslorene), intent(inout) :: this

bnslorene 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~~CallsGraph proc~read_id_hydro read_id_hydro interface~get_lorene_id_hydro get_lorene_id_hydro proc~read_id_hydro->interface~get_lorene_id_hydro

Called by

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

Contents


Variables

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