swiftest_util_rescale_system Interface

interface
public module subroutine swiftest_util_rescale_system(self, param, mscale, dscale, tscale)

Arguments

Type IntentOptional Attributes Name
class(swiftest_nbody_system), intent(inout) :: self

Swiftest nbody system object

class(swiftest_parameters), intent(inout) :: param

Current run configuration parameters. Returns with new values of the scale vactors and GU

real(kind=DP), intent(in) :: mscale

Scale factors for mass, distance, and time units, respectively.

real(kind=DP), intent(in) :: dscale

Scale factors for mass, distance, and time units, respectively.

real(kind=DP), intent(in) :: tscale

Scale factors for mass, distance, and time units, respectively.