#include "petscmat.h" PetscErrorCode MatCreateLocalRef(Mat A,IS isrow,IS iscol,Mat *newmat)Not Collective
A | - Full matrix, generally parallel | |
isrow | - Local index set for the rows | |
iscol | - Local index set for the columns |
The new matrix forwards MatSetValuesLocal() and MatSetValuesBlockedLocal() to the global system. In general, it does not define MatMult() or any other functions. Local submatrices can be nested.
Level:developer
Location:src/mat/impls/localref/mlocalref.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages