This sparse utility subroutine deallocates space that is used for a global general sparse matrix A or a preconditioner data structure prcs.
Fortran | CALL PSPFREE (a, desc_a)
CALL PSPFREE (prcs, desc_a) |
Scope: local
Type: required
Specified as: the derived data type D_SPMAT.
Scope: local
Type: required
Specified as: the derived data type D_PRECN.
Type: required
Specified as: the derived data type DESC_TYPE.
Before you call this subroutine to deallocate the preconditioner data structure prcs, you must have called PSPGPR.
None
None.