#include "petscmat.h" PetscErrorCode PETSCMAT_DLLEXPORT MatMerge_SeqsToMPINumeric(Mat seqmat,Mat mpimat)Collective on MPI_Comm
comm | - the communicators the parallel matrix will live on | |
seqmat | - the input sequential matrices | |
m | - number of local rows (or PETSC_DECIDE) | |
n | - number of local columns (or PETSC_DECIDE) | |
scall | - either MAT_INITIAL_MATRIX or MAT_REUSE_MATRIX |
Level:advanced
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