swiftest_obl_rot_matrix Interface

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

Arguments

Type IntentOptional Attributes Name
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