MatMPIAIJRestoreSeqAIJF90#

call after MatMPIAIJGetSeqAIJF90() when you no longer need access to the matrices and colmap

Synopsis#

MatMPIAIJRestoreSeqAIJF90(Mat A, Mat Ad, Mat Ao, {PetscInt, pointer :: colmap(:)},integer ierr)

Not Collective

Input Parameters#

  • A - the MATMPIAIJ matrix

  • Ad - the diagonal portion of the matrix

  • Ao - the off-diagonal portion of the matrix

  • colmap - An array mapping local column numbers of Ao to global column numbers of the parallel matrix

  • ierr - error code

See Also#

Matrices, Mat, Routines that Return Fortran Allocatable Arrays, Mat, MATMPIAIJ, MatMPIAIJGetSeqAIJ(), MatMPIAIJGetSeqAIJF90()

Level#

advanced

Location#

src/mat/impls/aij/mpi/mpiaij.c


Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages