The Dump_GMV_Multi_Mesh procedure writes a GMV plotting file for a mesh and any listed variables to the specified filename.
Calling syntax:
call Dump_GMV (Filename, Mesh, Variable1_MV, ..., VariableN_MV, Variable1_DV, ..., VariableN_DV, status) |
Input variables:
Filename | The filename for GMV dump output. | ||
Mesh | The Multi_Mesh object to be output to the GMV dump file. | ||
Variable#_MV | Mathematical vectors to be output along with the mesh. The pound sign may be replaced with a number from 1 to REP_NUMBER. | ||
Variable#_DV | Distributed vectors to be output along with the mesh. The pound sign may be replaced with a number from 1 to REP_NUMBER. |
Output variable:
status | If present, the status variable is set to either 'File Error', `Memory Error', `Multiple Error' or 'Success' depending on program execution. If not present, the procedure aborts if unsuccessful when the DEBUG_LEVEL is set high enough. |
The Dump_GMV_Multi_Mesh code listing contains additional documentation.
Michael L. Hall