positive_hydro Interface

interface


Called by

interface~~positive_hydro~2~~CalledByGraph interface~positive_hydro~2 positive_hydro proc~is_hydro_positive~2 is_hydro_positive proc~is_hydro_positive~2->interface~positive_hydro~2 interface~is_hydro_positive~2 is_hydro_positive interface~is_hydro_positive~2->proc~is_hydro_positive~2

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

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 integer(kind=C_INT)

1 if the energy density or the specific energy or the pressure are positve, 0 otherwise

Description

FT