Searched refs:PetscMatStashSpace (Results 1 – 6 of 6) sorted by relevance
/dports/science/PETSc/petsc-3.14.1/src/mat/utils/ |
H A D | matstashspace.c | 5 PetscErrorCode PetscMatStashSpaceGet(PetscInt bs2,PetscInt n,PetscMatStashSpace *space) in PetscMatStashSpaceGet() 7 PetscMatStashSpace a; in PetscMatStashSpaceGet() 32 PetscErrorCode PetscMatStashSpaceContiguous(PetscInt bs2,PetscMatStashSpace *space,PetscScalar *val… in PetscMatStashSpaceContiguous() 34 PetscMatStashSpace a; in PetscMatStashSpaceContiguous() 54 PetscErrorCode PetscMatStashSpaceDestroy(PetscMatStashSpace *space) in PetscMatStashSpaceDestroy() 56 PetscMatStashSpace a; in PetscMatStashSpaceDestroy()
|
H A D | matstash.c | 270 PetscMatStashSpace space=stash->space; in MatStashValuesRow_Private() 311 PetscMatStashSpace space=stash->space; in MatStashValuesCol_Private() 358 PetscMatStashSpace space=stash->space; in MatStashValuesRowBlocked_Private() 412 PetscMatStashSpace space=stash->space; in MatStashValuesColBlocked_Private() 478 PetscMatStashSpace space,space_next; in MatStashScatterBegin_Ref() 712 PetscMatStashSpace space; in MatStashSortCompress_Private()
|
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/ |
H A D | matimpl.h | 276 typedef struct _MatStashSpace *PetscMatStashSpace; typedef 279 PetscMatStashSpace next; 287 PETSC_EXTERN PetscErrorCode PetscMatStashSpaceGet(PetscInt,PetscInt,PetscMatStashSpace *); 288 PETSC_EXTERN PetscErrorCode PetscMatStashSpaceContiguous(PetscInt,PetscMatStashSpace *,PetscScalar … 289 PETSC_EXTERN PetscErrorCode PetscMatStashSpaceDestroy(PetscMatStashSpace*); 309 …PetscMatStashSpace space_head,space; /* linked list to hold stashed global row/column numbers and…
|
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/scalapack/ |
H A D | matscalapack.c | 1475 PetscMatStashSpace space,space_next; in MatStashScatterBegin_ScaLAPACK()
|
/dports/science/PETSc/petsc-3.14.1/ |
H A D | TAGS | 10205 typedef struct _MatStashSpace *PetscMatStashSpace;PetscMatStashSpace276,13393 10207 PetscMatStashSpace next;279,13469 10229 PetscMatStashSpace space_head,309,14666 10230 PetscMatStashSpace space_head,space;309,14666
|
H A D | CTAGS | 25850 PetscMatStashSpace include/petsc/private/matimpl.h /^typedef struct _MatStashSpace *PetscMatStashSp… 25851 …space.c /^PetscErrorCode PetscMatStashSpaceContiguous(PetscInt bs2,PetscMatStashSpace *space,Petsc… 25852 …t/utils/matstashspace.c /^PetscErrorCode PetscMatStashSpaceDestroy(PetscMatStashSpace *space)$/;" … 25853 …e.c /^PetscErrorCode PetscMatStashSpaceGet(PetscInt bs2,PetscInt n,PetscMatStashSpace *space)$/;" … 72296 next include/petsc/private/matimpl.h /^ PetscMatStashSpace next;$/;" m language:C++ struct:_MatSta… 78453 space include/petsc/private/matimpl.h /^ PetscMatStashSpace space_head,space; \/* linked list to … 78454 space_head include/petsc/private/matimpl.h /^ PetscMatStashSpace space_head,space; \/* linked lis…
|