swiftest_util_get_vals_storage Interface

interface
public module subroutine swiftest_util_get_vals_storage(self, idvals, tvals)

Arguments

Type IntentOptional Attributes Name
class(swiftest_storage), intent(in) :: self

Swiftest storage object

integer(kind=I4B), intent(out), dimension(:), allocatable :: idvals

Array of all id values in all snapshots

real(kind=DP), intent(out), dimension(:), allocatable :: tvals

Array of all time values in all snapshots