read_snaps_last Subroutine

public subroutine read_snaps_last(self, comm_handler, isnaps, tau, vars)

Reads last available snapshot

Type Bound

snapshot_t

Arguments

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

Instance of the type

type(comm_handler_t), intent(in) :: comm_handler

MPI communicator

integer, intent(out) :: isnaps

Snapshot number

real(kind=GP), intent(out) :: tau

Time

type(variable_t), intent(inout), dimension(self%nvars) :: vars

Variables


Contents