read_fuka_id_mass_b Module Procedure

module procedure read_fuka_id_mass_b module subroutine read_fuka_id_mass_b(this, x, y, z, g, baryon_density, gamma_euler)

Uses

    • tensor
  • proc~~read_fuka_id_mass_b~~UsesGraph proc~read_fuka_id_mass_b read_fuka_id_mass_b tensor tensor proc~read_fuka_id_mass_b->tensor

Stores the hydro \(\mathrm{ID}\) in the arrays needed to compute the baryon mass, storing it to variables (not arrays as the others SUBROUTINES in this SUBMODULE).

Created: FT 09.02.2022 Last update: FT 27.05.2022


Arguments

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

bnsfuka object which this PROCEDURE is a member of

double precision, intent(in) :: x
double precision, intent(in) :: y
double precision, intent(in) :: z
double precision, intent(out), DIMENSION(6) :: g
double precision, intent(out) :: baryon_density
double precision, intent(out) :: gamma_euler

Calls

proc~~read_fuka_id_mass_b~~CallsGraph proc~read_fuka_id_mass_b read_fuka_id_mass_b interface~get_fuka_id_mass_b get_fuka_id_mass_b proc~read_fuka_id_mass_b->interface~get_fuka_id_mass_b

Called by

proc~~read_fuka_id_mass_b~~CalledByGraph proc~read_fuka_id_mass_b read_fuka_id_mass_b interface~read_fuka_id_mass_b read_fuka_id_mass_b interface~read_fuka_id_mass_b->proc~read_fuka_id_mass_b

Contents