read_id_mass_b Module Procedure

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

Uses

  • proc~~read_id_mass_b~~UsesGraph proc~read_id_mass_b read_id_mass_b module~utility utility proc~read_id_mass_b->module~utility tensor tensor proc~read_id_mass_b->tensor constants constants module~utility->constants matrix matrix module~utility->matrix

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

FT 15.04.2021


Arguments

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

bnslorene 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_id_mass_b~~CallsGraph proc~read_id_mass_b read_id_mass_b interface~get_lorene_id_mass_b get_lorene_id_mass_b proc~read_id_mass_b->interface~get_lorene_id_mass_b

Called by

proc~~read_id_mass_b~~CalledByGraph proc~read_id_mass_b read_id_mass_b interface~read_id_mass_b read_id_mass_b interface~read_id_mass_b->proc~read_id_mass_b

Contents