get_shift Module Procedure

module procedure get_shift pure module function get_shift(this) result(shift)

Returns the shift vector on the particles

FT 25.02.2022


Arguments

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

particles object which this PROCEDURE is a member of

Return Value double precision, DIMENSION(3,this% npart)

(shift_x,shift_y,shift_z)


Called by

proc~~get_shift~~CalledByGraph proc~get_shift get_shift interface~get_shift get_shift interface~get_shift->proc~get_shift

Contents