Home
last modified time | relevance | path

Searched refs:ISGeneralSetIndices (Results 1 – 14 of 14) sorted by relevance

/petsc/src/vec/is/utils/
H A Disio.c52 PetscCall(ISGeneralSetIndices(is, is->map->n, ind, PETSC_OWN_POINTER)); in ISLoad_HDF5()
98 PetscCall(ISGeneralSetIndices(is, n, idx, PETSC_OWN_POINTER)); in ISLoad_Binary()
H A Disltog.c117 PetscCall(ISGeneralSetIndices(subpointIS, pEnd - pStart, &points[pStart], PETSC_USE_POINTER)); in ISGetPointSubrange()
/petsc/src/vec/is/is/tests/
H A Dex6.c43 PetscCall(ISGeneralSetIndices(is[1], n, indices, PETSC_COPY_VALUES)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi50 PetscErrorCode ISGeneralSetIndices(PetscIS, PetscInt, PetscInt[], PetscCopyMode)
H A DIS.pyx830 petsc.ISGeneralSetIndices
836 CHKERR(ISGeneralSetIndices(self.iset, nidx, idx, cm))
/petsc/src/vec/is/is/impls/block/
H A Dblock.c372 PetscCall(ISGeneralSetIndices(inis, n, idx, mode)); in ISToGeneral_Block()
375 PetscCall(ISGeneralSetIndices(inis, n, idx, PETSC_OWN_POINTER)); in ISToGeneral_Block()
/petsc/src/ksp/ksp/tutorials/
H A Dex87.c244 PetscCall(ISGeneralSetIndices(is, m, idx, PETSC_COPY_VALUES)); in MatAndISLoad()
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c665 PetscCall(ISGeneralSetIndices(*is, n, idx, mode)); in ISCreateGeneral()
687 PetscErrorCode ISGeneralSetIndices(IS is, PetscInt n, const PetscInt idx[], PetscCopyMode mode) in ISGeneralSetIndices() function
/petsc/src/vec/is/is/impls/stride/
H A Dstride.c123 PetscCall(ISGeneralSetIndices(inis, n, idx, PETSC_OWN_POINTER)); in ISToGeneral_Stride()
/petsc/include/
H A Dpetscis.h136 PETSC_EXTERN PetscErrorCode ISGeneralSetIndices(IS, PetscInt, const PetscInt[], PetscCopyMode);
/petsc/doc/changes/
H A D32.md68 other PETSc objects. Also added ISGeneralSetIndices(),
/petsc/src/dm/interface/
H A Ddm.c5995 PetscCall(ISGeneralSetIndices(fields, nf, fld, PETSC_OWN_POINTER)); in DMCreateDS()
6043 PetscCall(ISGeneralSetIndices(fieldIS, nf, fields, PETSC_OWN_POINTER)); in DMCreateDS()
6072 PetscCall(ISGeneralSetIndices(fields, nf, fld, PETSC_OWN_POINTER)); in DMCreateDS()
/petsc/src/dm/impls/plex/
H A Dplexfem.c5734 PetscCall(ISGeneralSetIndices(chunkISF, 2 * cellChunkSize, faces, PETSC_USE_POINTER)); in DMPlexComputeResidualHybridByKey()
5735 PetscCall(ISGeneralSetIndices(chunkISN, 2 * cellChunkSize, neighbors, PETSC_USE_POINTER)); in DMPlexComputeResidualHybridByKey()
6815 PetscCall(ISGeneralSetIndices(chunkISF, 2 * cellChunkSize, faces, PETSC_USE_POINTER)); in DMPlexComputeJacobianHybridByKey()
6816 PetscCall(ISGeneralSetIndices(chunkISN, 2 * cellChunkSize, neighbors, PETSC_USE_POINTER)); in DMPlexComputeJacobianHybridByKey()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1675 …PetscCall(ISGeneralSetIndices(cells, numCells, (const PetscInt *)newCellsArray, PETSC_OWN_POINTER)… in PCPatchCreateCellPatchDiscretisationInfo()