is_hydro_positive Interface

interface


Calls

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

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

Arguments

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

bnsfuka 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

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

Description

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