Searched defs:_MatStash (Results 1 – 1 of 1) sorted by relevance
335 struct _MatStash { struct336 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 …]