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
| Type | Intent | Optional | 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  | 
        
.TRUE. if the energy density or the specific energy or the pressure
 are negative, .FALSE. otherwise
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | private | :: | outside_y | ||||
| logical, | private | :: | outside_z |