Home
last modified time | relevance | path

Searched defs:nstash (Results 1 – 15 of 15) sorted by relevance

/petsc/src/mat/impls/aij/mpi/
H A Dmpihashmat.h59 PetscInt nstash, reallocs; in MatAssemblyBegin_MPI_Hash() local
H A Dmpiaij.c762 PetscInt nstash, reallocs; in MatAssemblyBegin_MPIAIJ() local
/petsc/src/vec/vec/utils/
H A Dvecstash.c138 PetscErrorCode VecStashGetInfo_Private(VecStash *stash, PetscInt *nstash, PetscInt *reallocs) in VecStashGetInfo_Private()
/petsc/src/mat/impls/preallocator/
H A Dmatpreallocator.c85 PetscInt nstash, reallocs; in MatAssemblyBegin_Preallocator() local
/petsc/src/vec/vec/impls/mpi/
H A Dpbvec.c279 PetscInt nstash, reallocs; in VecAssemblyBegin_MPI_BTS() local
H A Dpdvec.c819 PetscInt *owners = xin->map->range, *bowners, i, bs, nstash, reallocs; in VecAssemblyBegin_MPI() local
/petsc/src/mat/utils/
H A Dmatstash.c180 PetscErrorCode MatStashGetInfo_Private(MatStash *stash, PetscInt *nstash, PetscInt *reallocs) in MatStashGetInfo_Private()
/petsc/src/mat/impls/adj/mpi/
H A Dmpiadj.c487 PetscInt nstash, reallocs; in MatAssemblyBegin_MPIAdj() local
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c285 PetscInt nstash, reallocs; in MatAssemblyBegin_MPISELL() local
/petsc/src/vec/vec/interface/
H A Dvector.c39 PetscErrorCode VecStashGetInfo(Vec vec, PetscInt *nstash, PetscInt *reallocs, PetscInt *bnstash, Pe… in VecStashGetInfo()
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c1309 PetscInt nstash, reallocs; in MatAssemblyBegin_ScaLAPACK() local
/petsc/src/mat/impls/sbaij/mpi/
H A Dmpisbaij.c771 PetscInt nstash, reallocs; in MatAssemblyBegin_MPISBAIJ() local
/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c382 PetscInt nstash, reallocs; in MatAssemblyBegin_MPIDense() local
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c886 PetscInt nstash, reallocs; in MatAssemblyBegin_MPIBAIJ() local
/petsc/src/mat/interface/
H A Dmatrix.c9623 PetscErrorCode MatStashGetInfo(Mat mat, PetscInt *nstash, PetscInt *reallocs, PetscInt *bnstash, Pe… in MatStashGetInfo()