Searched refs:MatUpdateMPIAIJWithArrays (Results 1 – 3 of 3) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 318.md | 8 - Replace `MatUpdateMPIAIJWithArrays()` with `MatUpdateMPIAIJWithArray()` 193 - Add `MatUpdateMPIAIJWithArray()` and deprecate `MatUpdateMPIAIJWithArrays()`
|
| /petsc/include/ |
| H A D | petscmat.h | 441 PETSC_EXTERN PetscErrorCode MatUpdateMPIAIJWithArrays(Mat, PetscInt, PetscInt, PetscInt, PetscInt, …
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 4225 PetscErrorCode MatUpdateMPIAIJWithArrays(Mat mat, PetscInt m, PetscInt n, PetscInt M, PetscInt N, c… in MatUpdateMPIAIJWithArrays() function
|