MatCreateMPIAIJSumSeqAIJNumeric#
Fill the numerical values of an MATMPIAIJ matrix previously created by MatCreateMPIAIJSumSeqAIJSymbolic() by summing the local MATSEQAIJ contributions from each process.
Synopsis#
#include "petscmat.h"
PetscErrorCode MatCreateMPIAIJSumSeqAIJNumeric(Mat seqmat, Mat mpimat)
Collective
Input Parameters#
seqmat - the local
MATSEQAIJcontribution from this processmpimat - the target
MATMPIAIJmatrix created byMatCreateMPIAIJSumSeqAIJSymbolic()
See Also#
Mat, MATMPIAIJ, MATSEQAIJ, MatCreateMPIAIJSumSeqAIJSymbolic(), MatCreateMPIAIJSumSeqAIJ()
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