OOF2: The Manual

Name

Relative (RelativeOutputSchedule) — Output schedule times are relative to the start time.

Synopsis

RelativeOutputSchedule()

Details

Description

Using an RelativeOutputSchedule in OOF.Mesh.Scheduled_Output.Schedule.Set means that the times produced by the Schedule are interpreted as relative times, and are offset by the starting time of the time evolution calculation.

For example, if the Schedule is Periodic with delay=0 and interval=0.1, the initial time for the simulation is 0.05, then the output times will be 0.15, 0.25, 0.35, and so on.

Compare to AbsoluteOutputSchedule.