is_hydro_positive Interface

interface


Calls

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

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

Arguments

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

bnslorene 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