get_g3 Module Procedure

module procedure get_g3 pure module function get_g3(this) result(g3)

Returns the spatial metric 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(6,this% npart)

(g_xx,g_xy,g_xz,g_yy,g_yz,g_zz)


Called by

proc~~get_g3~~CalledByGraph proc~get_g3 get_g3 interface~get_g3 get_g3 interface~get_g3->proc~get_g3

Contents