Searched refs:MatStashValuesRowBlocked_Private (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/utils/ |
| H A D | matstash.c | 338 PetscErrorCode MatStashValuesRowBlocked_Private(MatStash *stash, PetscInt row, PetscInt n, const Pe… in MatStashValuesRowBlocked_Private() function
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 478 PetscCall(MatStashValuesRowBlocked_Private(&mat->bstash, im[i], n, in, v, m, n, i)); in MatSetValuesBlocked_MPIBAIJ() 638 PetscCall(MatStashValuesRowBlocked_Private(&mat->bstash, im[i], n, in, v, m, n, i)); in MatSetValuesBlocked_MPIBAIJ_HT() 3510 PetscCall(MatStashValuesRowBlocked_Private(&mat->bstash, im[i], n, in, v, m, n, i)); in matmpibaijsetvaluesblocked_()
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 404 PETSC_INTERN PetscErrorCode MatStashValuesRowBlocked_Private(MatStash *, PetscInt, PetscInt, const …
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpisbaij.c | 640 PetscCall(MatStashValuesRowBlocked_Private(&mat->bstash, im[i], n, in, v, m, n, i)); in MatSetValuesBlocked_MPISBAIJ()
|