Searched refs:ISSetType (Results 1 – 16 of 16) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex44.c | 74 PetscCall(ISSetType(toISStrided, ISSTRIDE)); in main() 75 PetscCall(ISSetType(fromISStrided, ISSTRIDE)); in main()
|
| /petsc/src/vec/is/is/interface/ |
| H A D | isreg.c | 62 PetscErrorCode ISSetType(IS is, ISType method) in ISSetType() function
|
| H A D | index.c | 1669 if (!((PetscObject)is)->type_name) PetscCall(ISSetType(is, ISGENERAL)); in ISLoad()
|
| /petsc/src/vec/is/is/tests/ |
| H A D | ex6.c | 23 PetscCall(ISSetType(is[i], ISGENERAL)); in main()
|
| /petsc/src/vec/is/is/impls/block/ |
| H A D | block.c | 371 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 D | stride.c | 122 PetscCall(ISSetType(inis, ISGENERAL)); in ISToGeneral_Stride() 412 PetscCall(ISSetType(*is, ISSTRIDE)); in ISCreateStride()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscis.pxi | 11 PetscErrorCode ISSetType(PetscIS, PetscISType)
|
| H A D | IS.pyx | 121 petsc.ISSetType 126 CHKERR(ISSetType(self.iset, cval))
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex87.c | 243 PetscCall(ISSetType(is, ISGENERAL)); in MatAndISLoad()
|
| /petsc/include/ |
| H A D | petscis.h | 42 PETSC_EXTERN PetscErrorCode ISSetType(IS, ISType);
|
| /petsc/src/vec/is/utils/ |
| H A D | isltog.c | 116 PetscCall(ISSetType(subpointIS, ISGENERAL)); in ISGetPointSubrange() 119 PetscCall(ISSetType(subpointIS, ISSTRIDE)); in ISGetPointSubrange()
|
| /petsc/doc/changes/ |
| H A D | 32.md | 67 - Added ISCreate(), ISSetType(), ISRegister() etc to match style of
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 664 PetscCall(ISSetType(*is, ISGENERAL)); in ISCreateGeneral()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 5994 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 D | matis.c | 2462 PetscCall(ISSetType(is, ISGENERAL)); in MatLoad_IS() 2471 PetscCall(ISSetType(is, ISGENERAL)); in MatLoad_IS()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1831 PetscCall(ISSetType(*newStratumIS, ISGENERAL)); in ReadLabelStratumHDF5_Distribute_Private()
|