Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsys.h2314 static inline PetscErrorCode PetscIntSumError(PetscInt a, PetscInt b, PetscInt *result) in PetscIntSumError() function
/petsc/src/mat/impls/sell/seq/
H A Dsell.c160 PetscCall(PetscIntSumError(b->sliidx[i - 1], b->sliceheight * b->sliidx[i], &b->sliidx[i])); in MatSeqSELLSetPreallocation_SeqSELL()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c5861 PetscCall(PetscIntSumError(rowlen[j], len, &len)); in MatGetBrowsOfAoCols_MPIAIJ()