int MatMerge(MPI_Comm comm,Mat inmat, Mat *outmat)Collective on MPI_Comm
comm | - the communicators the parallel matrix will live on | |
inmat | - the input sequential matrices |
Notes: The number of columns of the matrix in EACH of the seperate files MUST be the same.
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