Home
last modified time | relevance | path

Searched refs:MatStashValuesRowBlocked_Private (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/utils/
H A Dmatstash.c338 PetscErrorCode MatStashValuesRowBlocked_Private(MatStash *stash, PetscInt row, PetscInt n, const Pe… in MatStashValuesRowBlocked_Private() function
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c478 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 Dmatimpl.h404 PETSC_INTERN PetscErrorCode MatStashValuesRowBlocked_Private(MatStash *, PetscInt, PetscInt, const …
/petsc/src/mat/impls/sbaij/mpi/
H A Dmpisbaij.c640 PetscCall(MatStashValuesRowBlocked_Private(&mat->bstash, im[i], n, in, v, m, n, i)); in MatSetValuesBlocked_MPISBAIJ()