swiftest_obl_rot_matrix Interface

interface
public module module subroutine swiftest_obl_rot_matrix(n, rot, rot_matrix, rot_matrix_inv)

Arguments

TypeIntentOptionalAttributesName
integer(kind=I4B), intent(in) :: n

Number of bodies

real(kind=DP), intent(in), dimension(NDIM):: rot

Central body rotation vector

real(kind=DP), intent(inout), dimension(NDIM, NDIM):: rot_matrix

rotation matrix

real(kind=DP), intent(inout), dimension(NDIM, NDIM):: rot_matrix_inv

inverse of the rotation matrix