Home
last modified time | relevance | path

Searched refs:MatUpdateMPIAIJWithArrays (Results 1 – 3 of 3) sorted by relevance

/petsc/doc/changes/
H A D318.md8 - Replace `MatUpdateMPIAIJWithArrays()` with `MatUpdateMPIAIJWithArray()`
193 - Add `MatUpdateMPIAIJWithArray()` and deprecate `MatUpdateMPIAIJWithArrays()`
/petsc/include/
H A Dpetscmat.h441 PETSC_EXTERN PetscErrorCode MatUpdateMPIAIJWithArrays(Mat, PetscInt, PetscInt, PetscInt, PetscInt, …
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c4225 PetscErrorCode MatUpdateMPIAIJWithArrays(Mat mat, PetscInt m, PetscInt n, PetscInt M, PetscInt N, c… in MatUpdateMPIAIJWithArrays() function