get_u Module Procedure

module procedure get_u pure module function get_u(this) result(u)

Returns the array of specific internal energy [c^2]

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

specific_energy


Called by

proc~~get_u~~CalledByGraph proc~get_u get_u interface~get_u get_u interface~get_u->proc~get_u

Contents