| /petsc/src/sys/utils/ |
| H A D | segbuffer.c | 188 PetscErrorCode PetscSegBufferExtractAlloc(PetscSegBuffer seg, void *contiguous) in PetscSegBufferExtractAlloc() argument 198 *(void **)contiguous = contig; in PetscSegBufferExtractAlloc()
|
| /petsc/src/sys/yaml/ |
| H A D | README.md | 21 the removals and minor modifications occur in large contiguous blocks
|
| /petsc/include/petsc/private/ |
| H A D | isimpl.h | 32 PetscErrorCode (*contiguous)(IS, PetscInt, PetscInt, PetscInt *, PetscBool *); member
|
| /petsc/doc/manual/ |
| H A D | dmnetwork.md | 112 contiguous chunk of memory. As such, it does not do any
|
| H A D | streams.md | 285 …g the cube's natural ordering, and then each MPI process is assigned a contiguous subset of the ve… 287 …ed to generate the matrix, it would be appropriate to have each OpenMP thread assigned a contiguous
|
| H A D | vec.md | 1087 (where each process has a contiguous set of indices in the numbering). 1266 routines (often contiguous ranges) may not correspond to the “natural” 1476 ## Non-contiguous storage of leafdata 1478 In the example above we treated the `leafdata` as sitting in a contiguous array with entries from 0…
|
| H A D | section.md | 111 Note that dofs are always contiguous, regardless of the outer dimensional ordering.
|
| H A D | dmplex.md | 335 around it which returns the values in a contiguous array, correctly
|
| H A D | mat.md | 197 PETSc vectors always have a contiguous range of vector entries stored on each MPI rank. The first r…
|
| /petsc/src/vec/is/is/impls/stride/ |
| H A D | stride.c | 316 PetscDesignatedInitializer(contiguous, ISContiguousLocal_Stride),
|
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 458 PetscBool unique, contiguous; in PetscSFSetGraph() local 510 contiguous = (PetscBool)(unique && ilocal[0] == 0 && ilocal[nleaves - 1] == nleaves - 1); in PetscSFSetGraph() 515 contiguous = PETSC_TRUE; in PetscSFSetGraph() 518 if (contiguous) { in PetscSFSetGraph()
|
| /petsc/doc/changes/ |
| H A D | 38.md | 24 - Added ISRenumber to renumber an IS into a contiguous set.
|
| H A D | 314.md | 147 contiguous subset of columns of a dense matrix as a Mat
|
| H A D | 318.md | 185 - Change `MatDenseGetSubMatrix()` to be able to retrieve only selected contiguous rows instead of a…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 968 "expecting a C-contiguous array") 973 "expecting a C-contiguous array") 978 "expecting a C-contiguous array")
|
| H A D | SF.pyx | 204 Locations of leaves in leafdata buffers, pass `None` for contiguous
|
| H A D | IS.pyx | 1318 Star forest mapping contiguous local indices to (rank, offset).
|
| H A D | Vec.pyx | 556 should be used with contiguous tensors only. If the tensor is stored in 967 Defaults to contiguous ordering.
|
| H A D | Mat.pyx | 1471 Index set for each nested row block, defaults to contiguous 1474 Index set for each nested column block, defaults to contiguous
|
| /petsc/src/vec/is/is/impls/block/ |
| H A D | block.c | 396 PetscDesignatedInitializer(contiguous, NULL),
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 594 PetscDesignatedInitializer(contiguous, ISContiguousLocal_General),
|
| /petsc/src/vec/is/is/interface/ |
| H A D | index.c | 938 PetscTryTypeMethod(is, contiguous, gstart, gend, start, contig); in ISContiguousLocal()
|