Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dmatimpl.h335 struct _MatStash { struct
336 PetscInt nmax; /* maximum stash size */
337 PetscInt umax; /* user specified max-size */
338 PetscInt oldnmax; /* the nmax value used previously */
339 PetscInt n; /* stash size */
340 PetscInt bs; /* block size of the stash */
341 PetscInt reallocs; /* preserve the no of mallocs invoked */
342 …ce space_head, space; /* linked list to hold stashed global row/column numbers and matrix values */
344 PetscErrorCode (*ScatterBegin)(Mat, MatStash *, PetscInt *);
345 …(*ScatterGetMesg)(MatStash *, PetscMPIInt *, PetscInt **, PetscInt **, PetscScalar **, PetscInt *);
[all …]