get_lorene_mass_density Interface

interface


Called by

interface~~get_lorene_mass_density~~CalledByGraph interface~get_lorene_mass_density get_lorene_mass_density proc~read_bnslorene_mass_density read_bnslorene_mass_density proc~read_bnslorene_mass_density->interface~get_lorene_mass_density interface~read_bnslorene_mass_density read_bnslorene_mass_density interface~read_bnslorene_mass_density->proc~read_bnslorene_mass_density

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

Arguments

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

C pointer pointing to a \(\texttt{LORENE}\) \(\texttt{Bin_NS}\) 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{Bin_NS}\) with the same name, that returns the baryon mass density from \(\texttt{LORENE}\), at the specified point

FT