Home
last modified time | relevance | path

Searched refs:ISGENERAL (Results 1 – 17 of 17) sorted by relevance

/petsc/src/vec/is/is/interface/
H A Disregall.c21 PetscCall(ISRegister(ISGENERAL, ISCreate_General)); in ISRegisterAll()
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/utils/
H A Disio.c65 PetscCall(PetscObjectTypeCompare((PetscObject)is, ISGENERAL, &isgeneral)); in ISLoad_Binary()
H A Disltog.c116 PetscCall(ISSetType(subpointIS, ISGENERAL)); in ISGetPointSubrange()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi4 PetscISType ISGENERAL
H A DIS.pyx5 GENERAL = S_(ISGENERAL)
/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()
/petsc/src/ksp/ksp/tutorials/
H A Dex87.c243 PetscCall(ISSetType(is, ISGENERAL)); in MatAndISLoad()
/petsc/src/vec/is/is/impls/stride/
H A Dstride.c122 PetscCall(ISSetType(inis, ISGENERAL)); in ISToGeneral_Stride()
/petsc/include/
H A Dpetscis.h36 #define ISGENERAL "general" macro
/petsc/doc/changes/
H A D32.md84 set for conforming ISGENERAL and ISSTRIDE using ISSetBlockSize().
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c664 PetscCall(ISSetType(*is, ISGENERAL)); in ISCreateGeneral()
/petsc/src/vec/vec/utils/
H A Dvscat.c22 PetscCall(PetscObjectTypeCompare((PetscObject)is, ISGENERAL, &same)); in ISGetTypeID_Private()
/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()