OOF2: The Manual

Name

Absolute (AbsoluteOutputSchedule) — Output schedule times are absolute.

Synopsis

AbsoluteOutputSchedule()

Details

Description

Using an AbsoluteOutputSchedule in OOF.Mesh.Scheduled_Output.Schedule.Set means that the times produced by the Schedule are interpreted as absolute times, and do not depend on the starting time of the current computation.

For example, if the Schedule is Periodic with delay=0 and interval=0.1, the output times will be multiples of 0.1, even if the initial time for the simulation was 0.05.

Compare to RelativeOutputSchedule.