MatScatterSetVecScatter#
sets the scatter that the matrix is to apply as its linear operator in a MATSCATTER
Synopsis#
#include "petscmat.h"
PetscErrorCode MatScatterSetVecScatter(Mat mat, VecScatter scatter)
Logically Collective
Input Parameters#
mat - the
MATSCATTER
matrixscatter - the scatter context create with
VecScatterCreate()
See Also#
Level#
advanced
Location#
src/mat/impls/scatter/mscatter.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages