Home
last modified time | relevance | path

Searched refs:ISSetType (Results 1 – 16 of 16) sorted by relevance

/petsc/src/vec/vec/tests/
H A Dex44.c74 PetscCall(ISSetType(toISStrided, ISSTRIDE)); in main()
75 PetscCall(ISSetType(fromISStrided, ISSTRIDE)); in main()
/petsc/src/vec/is/is/interface/
H A Disreg.c62 PetscErrorCode ISSetType(IS is, ISType method) in ISSetType() function
H A Dindex.c1669 if (!((PetscObject)is)->type_name) PetscCall(ISSetType(is, ISGENERAL)); in ISLoad()
/petsc/src/vec/is/is/tests/
H A Dex6.c23 PetscCall(ISSetType(is[i], ISGENERAL)); in main()
/petsc/src/vec/is/is/impls/block/
H A Dblock.c371 PetscCall(ISSetType(inis, ISGENERAL)); in ISToGeneral_Block()
374 PetscCall(ISSetType(inis, ISGENERAL)); in ISToGeneral_Block()
533 PetscCall(ISSetType(*is, ISBLOCK)); in ISCreateBlock()
/petsc/src/vec/is/is/impls/stride/
H A Dstride.c122 PetscCall(ISSetType(inis, ISGENERAL)); in ISToGeneral_Stride()
412 PetscCall(ISSetType(*is, ISSTRIDE)); in ISCreateStride()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi11 PetscErrorCode ISSetType(PetscIS, PetscISType)
H A DIS.pyx121 petsc.ISSetType
126 CHKERR(ISSetType(self.iset, cval))
/petsc/src/ksp/ksp/tutorials/
H A Dex87.c243 PetscCall(ISSetType(is, ISGENERAL)); in MatAndISLoad()
/petsc/include/
H A Dpetscis.h42 PETSC_EXTERN PetscErrorCode ISSetType(IS, ISType);
/petsc/src/vec/is/utils/
H A Disltog.c116 PetscCall(ISSetType(subpointIS, ISGENERAL)); in ISGetPointSubrange()
119 PetscCall(ISSetType(subpointIS, ISSTRIDE)); in ISGetPointSubrange()
/petsc/doc/changes/
H A D32.md67 - Added ISCreate(), ISSetType(), ISRegister() etc to match style of
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c664 PetscCall(ISSetType(*is, ISGENERAL)); in ISCreateGeneral()
/petsc/src/dm/interface/
H A Ddm.c5994 PetscCall(ISSetType(fields, ISGENERAL)); in DMCreateDS()
6042 PetscCall(ISSetType(fieldIS, ISGENERAL)); in DMCreateDS()
6071 PetscCall(ISSetType(fields, ISGENERAL)); in DMCreateDS()
/petsc/src/mat/impls/is/
H A Dmatis.c2462 PetscCall(ISSetType(is, ISGENERAL)); in MatLoad_IS()
2471 PetscCall(ISSetType(is, ISGENERAL)); in MatLoad_IS()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1831 PetscCall(ISSetType(*newStratumIS, ISGENERAL)); in ReadLabelStratumHDF5_Distribute_Private()