petsc-3.10.5 2019-03-28
MatISSetUpSF
Setup star forest objects used by MatIS.
Synopsis
#include "petscmat.h"
PetscErrorCode MatISSetUpSF(Mat A)
Collective on Mat
Input Parameters
Notes
This function does not need to be called by the user.
Keywords
matrix
See Also
MatCreate(), MatCreateIS(), MatISSetPreallocation(), MatISGetLocalMat()
Level
advanced
Location
src/mat/impls/is/matis.cImplementations
MatISSetUpSF_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