Searched refs:ISGENERAL (Results 1 – 17 of 17) sorted by relevance
| /petsc/src/vec/is/is/interface/ |
| H A D | isregall.c | 21 PetscCall(ISRegister(ISGENERAL, ISCreate_General)); in ISRegisterAll()
|
| 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/utils/ |
| H A D | isio.c | 65 PetscCall(PetscObjectTypeCompare((PetscObject)is, ISGENERAL, &isgeneral)); in ISLoad_Binary()
|
| H A D | isltog.c | 116 PetscCall(ISSetType(subpointIS, ISGENERAL)); in ISGetPointSubrange()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscis.pxi | 4 PetscISType ISGENERAL
|
| H A D | IS.pyx | 5 GENERAL = S_(ISGENERAL)
|
| /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()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex87.c | 243 PetscCall(ISSetType(is, ISGENERAL)); in MatAndISLoad()
|
| /petsc/src/vec/is/is/impls/stride/ |
| H A D | stride.c | 122 PetscCall(ISSetType(inis, ISGENERAL)); in ISToGeneral_Stride()
|
| /petsc/include/ |
| H A D | petscis.h | 36 #define ISGENERAL "general" macro
|
| /petsc/doc/changes/ |
| H A D | 32.md | 84 set for conforming ISGENERAL and ISSTRIDE using ISSetBlockSize().
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 664 PetscCall(ISSetType(*is, ISGENERAL)); in ISCreateGeneral()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vscat.c | 22 PetscCall(PetscObjectTypeCompare((PetscObject)is, ISGENERAL, &same)); in ISGetTypeID_Private()
|
| /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()
|