is_hydro_positive_interpolation Interface

interface


Calls

interface~~is_hydro_positive_interpolation~~CallsGraph interface~is_hydro_positive_interpolation is_hydro_positive_interpolation proc~is_hydro_positive_interpolation is_hydro_positive_interpolation interface~is_hydro_positive_interpolation->proc~is_hydro_positive_interpolation

public module function is_hydro_positive_interpolation(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