interpolate_id_mass_b Module Procedure

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

Uses

    • tensor
    • constants
  • proc~~interpolate_id_mass_b~~UsesGraph proc~interpolate_id_mass_b interpolate_id_mass_b constants constants proc~interpolate_id_mass_b->constants tensor tensor proc~interpolate_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 the [[ejecta_generic@interpolate]] SUBMODULE).

FT 19.11.2021


Arguments

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

ejecta 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

Called by

proc~~interpolate_id_mass_b~~CalledByGraph proc~interpolate_id_mass_b interpolate_id_mass_b interface~interpolate_id_mass_b interpolate_id_mass_b interface~interpolate_id_mass_b->proc~interpolate_id_mass_b

Contents