The Output_Ortho_Diffusion procedure writes out a section of a Ortho_Diffusion object to the specified unit.
Calling syntax:
call Output (Diff_Term, First, Last, Unit, Indent, status) |
Input variables:
Diff_Term | The Ortho_Diffusion object to be queried. | ||
First | The first location to be output. [Optional] | ||
Last | The last location to be output. [Optional] | ||
Unit | The logical unit for output, which defaults to 6. | ||
Indent | Number of indentation characters. [Optional] |
Output variables:
status | If present, the status variable is set to either 'Memory Error' or 'Success' depending on program execution. If not present, the procedure aborts if unsuccessful when the DEBUG_LEVEL is set high enough. |
Internal variables:
Coefficient_MV | Temporary Mathematic Vector for the Coefficient. | ||
Phi_MV | Temporary Mathematic Vector for Phi. | ||
allocate_status | Allocation Status. | ||
consolidated_status | Consolidated Status. |
The Output_Ortho_Diffusion code listing contains additional documentation.
Michael L. Hall