#include "petscmat.h" PetscErrorCode MatFDColoringGetPerturbedColumns(MatFDColoring coloring,PetscInt *n,const PetscInt *cols[])Not Collective
n | - the number of local columns being perturbed | |
cols | - the column indices, in global numbering |
use petscisdef
PetscInt, pointer :: array(:)
PetscErrorCode ierr
MatFDColoring i
call MatFDColoringGetPerturbedColumnsF90(i,array,ierr)
use the entries of array ...
call MatFDColoringRestorePerturbedColumnsF90(i,array,ierr)
Level:intermediate
Location:src/mat/matfd/fdmatrix.c
Index of all MatFD routines
Table of Contents for all manual pages
Index of all manual pages