Home
last modified time | relevance | path

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

/petsc/src/dm/impls/product/
H A Dproductutils.c22 PetscErrorCode DMProductGetDM(DM dm, PetscInt slot, DM *subdm) in DMProductGetDM()
54 PetscErrorCode DMProductSetDM(DM dm, PetscInt slot, DM subdm) in DMProductSetDM()
83 PetscErrorCode DMProductSetDimensionIndex(DM dm, PetscInt slot, PetscInt idx) in DMProductSetDimensionIndex()
112 PetscErrorCode DMProductGetDimensionIndex(DM dm, PetscInt slot, PetscInt *idx) in DMProductGetDimensionIndex()
/petsc/src/dm/impls/stag/
H A Dstagda.c334 PetscInt slot; in DMStagTransferCoordinatesToDMDA() local
352 PetscInt slot; in DMStagTransferCoordinatesToDMDA() local
379 PetscInt slot; in DMStagTransferCoordinatesToDMDA() local
H A Dstagstencil.c53 PetscInt slot; in DMStagCreateISFromStencils() local
H A Dstagutils.c189 …cErrorCode DMStagGetProductCoordinateLocationSlot(DM dm, DMStagStencilLocation loc, PetscInt *slot) in DMStagGetProductCoordinateLocationSlot()
741 PetscErrorCode DMStagGetLocationSlot(DM dm, DMStagStencilLocation loc, PetscInt c, PetscInt *slot) in DMStagGetLocationSlot()
/petsc/src/sys/classes/random/tests/
H A Dex3.c74 PetscInt64 slot; in main() local
/petsc/src/dm/impls/da/
H A Dfdda.c824 …PetscInt xs, ys, nx, ny, i, j, slot, gxs, gys, gnx, gny, m, n, dim, s, *cols = NULL,… in DMCreateMatrix_DA_2d_MPISELL() local
925 PetscInt xs, ys, nx, ny, i, j, slot, gxs, gys, gnx, gny; in DMCreateMatrix_DA_3d_MPISELL() local
1036 …PetscInt xs, ys, nx, ny, i, j, slot, gxs, gys, gnx, gny, m, n, dim, s, *cols = NULL,… in DMCreateMatrix_DA_2d_MPIAIJ() local
1147 PetscInt xs, ys, nx, ny, i, j, slot, gxs, gys, gnx, gny; in DMCreateMatrix_DA_2d_MPIAIJ_Fill() local
1271 PetscInt xs, ys, nx, ny, i, j, slot, gxs, gys, gnx, gny; in DMCreateMatrix_DA_3d_MPIAIJ() local
1556 PetscInt xs, nx, i, i1, slot, gxs, gnx; in DMCreateMatrix_DA_1d_MPIAIJ() local
1620 PetscInt xs, nx, i, i1, slot, gxs, gnx; in DMCreateMatrix_DA_1d_SeqAIJ_NoPreallocation() local
1683 PetscInt xs, ys, nx, ny, i, j, slot, gxs, gys, gnx, gny; in DMCreateMatrix_DA_2d_MPIBAIJ() local
1775 PetscInt xs, ys, nx, ny, i, j, slot, gxs, gys, gnx, gny; in DMCreateMatrix_DA_3d_MPIBAIJ() local
1900 PetscInt xs, ys, nx, ny, i, j, slot, gxs, gys, gnx, gny; in DMCreateMatrix_DA_2d_MPISBAIJ() local
[all …]
/petsc/src/mat/impls/aij/seq/
H A Dmatmatmult.c1139 PetscInt *PETSC_RESTRICT slot; in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Sorted() local
1150 PetscInt *PETSC_RESTRICT slot; in MatMatMultSymbolic_SeqAIJ_SeqAIJ_Sorted() local
/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c284 PetscInt *slot; in DMPlexCreateAdjacencySection_Static() local
H A Dplexsfc.c1123 PetscInt *slot; in DMPeriodicCoordinateSetUp_Internal() local
/petsc/src/mat/impls/dense/seq/
H A Ddense.c95 PetscScalar *slot, *bb, *v; in MatZeroRowsColumns_SeqDense() local
2042 PetscScalar *slot, *bb, *v; in MatZeroRows_SeqDense() local
/petsc/include/
H A Dpetscsys.h2654 …rorCode PetscSegBufferGetInts(PetscSegBuffer seg, PetscCount count, PetscInt *PETSC_RESTRICT *slot) in PetscSegBufferGetInts()