get_diffstar_mass_density Interface

interface


Called by

interface~~get_diffstar_mass_density~~CalledByGraph interface~get_diffstar_mass_density get_diffstar_mass_density proc~read_drslorene_mass_density read_drslorene_mass_density proc~read_drslorene_mass_density->interface~get_diffstar_mass_density interface~read_drslorene_mass_density read_drslorene_mass_density interface~read_drslorene_mass_density->proc~read_drslorene_mass_density

private function get_diffstar_mass_density(optr, x, y, z) result(res) bind(C, NAME= "get_rotdiff_mass_density")

Arguments

Type IntentOptional Attributes Name
type(C_PTR), intent(in), VALUE :: optr

C pointer pointing to a \(\texttt{LORENE}\) \(\texttt{Et_diffrot}\) object

real(kind=C_DOUBLE), intent(in), VALUE :: x

coordinate of the desired point

real(kind=C_DOUBLE), intent(in), VALUE :: y

coordinate of the desired point

real(kind=C_DOUBLE), intent(in), VALUE :: z

coordinate of the desired point

Return Value real(kind=C_DOUBLE)

Baryon mass density at the desired point

Description

Interface to the \(\texttt{LORENE}\) method of class \(\texttt{Et_diffrot}\) with the same name, that returns the baryon mass density from \(\texttt{LORENE}\), at the specified point

FT 24.10.2021