petsc-3.10.5 2019-03-28
Report Typos and Errors
MatISSetUpSF
Setup star forest objects used by MatIS.
Synopsis
#include "petscmat.h"
PetscErrorCode
MatISSetUpSF
(
Mat
A)
Collective on
Mat
Input Parameters
A
- the matrix
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.c
Implementations
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