Home
last modified time | relevance | path

Searched refs:PetscMatStashSpace (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/utils/
H A Dmatstashspace.c4 PetscErrorCode PetscMatStashSpaceGet(PetscInt bs2, PetscInt n, PetscMatStashSpace *space) in PetscMatStashSpaceGet()
6 PetscMatStashSpace a; in PetscMatStashSpaceGet()
30 PetscErrorCode PetscMatStashSpaceContiguous(PetscInt bs2, PetscMatStashSpace *space, PetscScalar *v… in PetscMatStashSpaceContiguous()
32 PetscMatStashSpace a; in PetscMatStashSpaceContiguous()
51 PetscErrorCode PetscMatStashSpaceDestroy(PetscMatStashSpace *space) in PetscMatStashSpaceDestroy()
53 PetscMatStashSpace a; in PetscMatStashSpaceDestroy()
H A Dmatstash.c261 PetscMatStashSpace space = stash->space; in MatStashValuesRow_Private()
299 PetscMatStashSpace space = stash->space; in MatStashValuesCol_Private()
343 PetscMatStashSpace space = stash->space; in MatStashValuesRowBlocked_Private()
394 PetscMatStashSpace space = stash->space; in MatStashValuesColBlocked_Private()
455 PetscMatStashSpace space, space_next; in MatStashScatterBegin_Ref()
686 PetscMatStashSpace space; in MatStashSortCompress_Private()
/petsc/include/petsc/private/
H A Dmatimpl.h309 typedef struct _MatStashSpace *PetscMatStashSpace; typedef
312 PetscMatStashSpace next;
320 PETSC_EXTERN PetscErrorCode PetscMatStashSpaceGet(PetscInt, PetscInt, PetscMatStashSpace *);
321 PETSC_EXTERN PetscErrorCode PetscMatStashSpaceContiguous(PetscInt, PetscMatStashSpace *, PetscScala…
322 PETSC_EXTERN PetscErrorCode PetscMatStashSpaceDestroy(PetscMatStashSpace *);
342PetscMatStashSpace space_head, space; /* linked list to hold stashed global row/column numbers and…
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c1525 PetscMatStashSpace space, space_next; in MatStashScatterBegin_ScaLAPACK()