OOF2: The Manual

Name

Direct Output (DirectOutput) — Write the data values directly.

Synopsis

DirectOutput()

Details

Description

Output data points directly, either to the screen or to a file. destination must be a 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. If OOF.Settings.Output_Formatting.Show_Time is set, the header will include the current Mesh time.