The Finalize_Multi_Mesh procedure deallocates and finalizes a Multi_Mesh object.
Calling syntax:
call Finalize (Mesh, status) |
Input variables:
Mesh | The Multi_Mesh object to be finalized. |
Output variables:
Mesh | The Multi_Mesh object has been finalized and is no longer valid. | ||
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:
consolidated_status | Consolidated Status. | ||
deallocate_status | Deallocation Status vector. |
The Finalize_Multi_Mesh code listing contains additional documentation.
Michael L. Hall