is_hydro_positive Interface

interface


Calls

interface~~is_hydro_positive~3~~CallsGraph interface~is_hydro_positive~3 is_hydro_positive proc~is_hydro_positive~3 is_hydro_positive interface~is_hydro_positive~3->proc~is_hydro_positive~3 interface~positive_hydro~3 positive_hydro proc~is_hydro_positive~3->interface~positive_hydro~3

public module function is_hydro_positive(this, x, y, z) result(res)

Arguments

Type IntentOptional Attributes Name
class(diffstarlorene), intent(in) :: this

diffstarlorene object which this PROCEDURE is a member of

double precision, intent(in), VALUE :: x

coordinate of the desired point

double precision, intent(in), VALUE :: y

coordinate of the desired point

double precision, intent(in), VALUE :: z

coordinate of the desired point

Return Value logical

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

Description

Returns .TRUE. if the energy density or the specific energy or the pressure are positive, .FALSE. otherwise