petsc-3.7.1 2016-05-15
Report Typos and Errors

MatMPIAIJGetLocalMatCondensed

Creates a SeqAIJ matrix from an MPIAIJ matrix by taking all its local rows and NON-ZERO columns

Synopsis

#include "petscmat.h" 
PetscErrorCode  MatMPIAIJGetLocalMatCondensed(Mat A,MatReuse scall,IS *row,IS *col,Mat *A_loc)
Not Collective Many br

Input Parameters

A - the matrix Many br
scall - either MAT_INITIAL_MATRIX or MAT_REUSE_MATRIX Many br
row, col - index sets of rows and columns to extract (or NULL) Many br

Output Parameter

A_loc -the local sequential matrix generated Many br

Many br

See Also

MatGetOwnershipRange(), MatMPIAIJGetLocalMat()

Level:developer
Location:
src/mat/impls/aij/mpi/mpiaij.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages