Reports

<< Click to Display Table of Contents >>

Navigation:  Problem Descriptor Reference > The Sections of a Descriptor > Monitors and Plots >

Reports

Previous pageReturn to chapter overviewNext page

Any display specification can be followed by one or more of the following clauses to add report quantities to the plot page:

 

REPORT  expression

REPORT (expression)

Adds to the bottom of a display the text 'expression = value_of_expression'.  Any valid expression is accepted, including integrals.  Multiple REPORT clauses may be used. REPORT is especially useful for reporting boundary and area integrals and functions thereof.        

 

REPORT (expression1, expression2, ...)

A report of multiple items. Equivalent to REPORT (expression1) REPORT (expression2).

 

REPORT expression  AS 'string'        

A labeled REPORT of the form  'string = value_of_expression'.        

 

REPORT  'string'

REPORT ('string')        

Inserts 'string' into the REPORT sequence.