is_hydro_positive_interpolation Module Procedure

module procedure is_hydro_positive_interpolation module function is_hydro_positive_interpolation(this, x, y, z) result(res)

Return 1 if the energy density is nonpositive or if the specific energy is nonpositive, or if the pressure is nonpositive at the specified point; return 0 otherwise

FT 28.06.2022


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


Called by

proc~~is_hydro_positive_interpolation~~CalledByGraph proc~is_hydro_positive_interpolation is_hydro_positive_interpolation interface~is_hydro_positive_interpolation is_hydro_positive_interpolation interface~is_hydro_positive_interpolation->proc~is_hydro_positive_interpolation

Contents


Variables

Type Visibility Attributes Name Initial
logical, private :: outside_y
logical, private :: outside_z