OOF2: The Manual

Name

Range (RangeOutput) — Print the min and max values of the data over the domain.

Synopsis

RangeOutput()

Details

Description

Compute the minimum and maximum values of the given data over the computational domain. The data must be scalar. The destination must be an MessageWindowStream or a OutputStream.

A header will be printed to identify the data. Each line of the header will begin with a comment character, which can be set by OOF.Settings.Output_Formatting.Comment_Character. Multiple columns of data will be separated by a separator character, which can be set by OOF.Settings.Output_Formatting.Separator.

The output line will include the current Mesh time if OOF.Settings.Output_Formatting.Show_Time is set.