get_pressure Module Procedure

module procedure get_pressure pure module function get_pressure(this) result(pressure)

Returns the array of pressure from the \(\mathrm{ID}\)

FT


Arguments

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

particles object which this PROCEDURE is a member of

Return Value double precision, DIMENSION(:), ALLOCATABLE

pressure


Called by

proc~~get_pressure~~CalledByGraph proc~get_pressure get_pressure interface~get_pressure get_pressure interface~get_pressure->proc~get_pressure

Contents