petsc-3.14.6 2021-03-30
MatISRestoreLocalMat
Restores the local matrix obtained with MatISGetLocalMat()
Synopsis
#include "petscmat.h"
PetscErrorCode MatISRestoreLocalMat(Mat mat,Mat *local)
Input Parameter
Output Parameter
See Also
MATIS
Level
advanced
Location
src/mat/impls/is/matis.c
Examples
src/ksp/ksp/tutorials/ex71.c.html
Implementations
MatISRestoreLocalMat_IS in src/mat/impls/is/matis.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages