Home
last modified time | relevance | path

Searched defs:rindices (Results 1 – 7 of 7) sorted by relevance

/petsc/src/vec/is/ao/impls/memscalable/
H A Daomemscalable.c96 …PetscInt nmax, *sindices, *rindices, idx, lastidx, *sindices2, *rindices2, *sizes, *star… in AOMap_MemoryScalable_private() local
273 PetscInt nmax, count, *sindices, *rindices, idx, lastidx; in AOCreateMemoryScalable_private() local
/petsc/src/vec/vec/utils/
H A Dvecstash.c224 PetscInt nmax, *sindices, *rindices, idx, bs = stash->bs, lastidx; in VecStashScatterBegin_Private() local
/petsc/src/mat/utils/
H A Dmatstash.c448 PetscInt *sindices, **rindices, j, ii, idx, lastidx, l; in MatStashScatterBegin_Ref() local
/petsc/include/petsc/private/
H A Dvecimpl.h144 PetscInt *sindices, *rindices; member
H A Dmatimpl.h360 PetscInt **rindices; /* receiving data (indices) */ member
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c1518 PetscInt *sindices, **rindices, j, l; in MatStashScatterBegin_ScaLAPACK() local
/petsc/src/dm/impls/plex/
H A Dplex.c7576 …etscViewer viewer, Mat A, PetscInt point, PetscInt numRIndices, const PetscInt rindices[], PetscIn… in DMPlexPrintMatSetValues()