Home
last modified time | relevance | path

Searched refs:ISBLOCK (Results 1 – 15 of 15) sorted by relevance

/petsc/src/vec/is/is/interface/
H A Disregall.c23 PetscCall(ISRegister(ISBLOCK, ISCreate_Block)); in ISRegisterAll()
H A Dindex.c60 PetscCall(PetscObjectTypeCompare((PetscObject)subset, ISBLOCK, &isblock)); in ISRenumber()
/petsc/src/vec/is/is/tutorials/
H A Dex3f90.F9054 PetscCallA(PetscObjectTypeCompare(PetscObjectCast(set), ISBLOCK, isablock, ierr))
H A Dex3.c45 PetscCall(PetscObjectTypeCompare((PetscObject)set, ISBLOCK, &isblock)); in main()
/petsc/src/mat/impls/localref/
H A Dmlocalref.c104 PetscCall(PetscObjectTypeCompare((PetscObject)is, ISBLOCK, &isblock)); in ISL2GCompose()
271 PetscCall(PetscObjectTypeCompare((PetscObject)isrow, ISBLOCK, &lr->rowisblock)); in MatCreateLocalRef()
272 PetscCall(PetscObjectTypeCompare((PetscObject)iscol, ISBLOCK, &lr->colisblock)); in MatCreateLocalRef()
/petsc/src/vec/is/is/tests/
H A Dex1f.F9075 PetscCallA(PetscObjectTypeCompare(is, ISBLOCK, flag, ierr))
H A Dex1.c93 PetscCall(PetscObjectTypeCompare((PetscObject)is, ISBLOCK, &flg)); in main()
/petsc/src/vec/is/is/utils/
H A Disblock.c49 PetscCall(PetscObjectTypeCompare((PetscObject)is_in[i], ISBLOCK, &isblock)); in ISCompressIndicesGeneral()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi6 PetscISType ISBLOCK
H A DIS.pyx6 BLOCK = S_(ISBLOCK)
/petsc/include/
H A Dpetscis.h38 #define ISBLOCK "block" macro
/petsc/src/vec/is/is/impls/block/
H A Dblock.c533 PetscCall(ISSetType(*is, ISBLOCK)); in ISCreateBlock()
/petsc/doc/changes/
H A D32.md65 PetscTypeCompare((PetscObject)is,ISBLOCK,&flag),
/petsc/src/vec/vec/utils/
H A Dvscat.c27 PetscCall(PetscObjectTypeCompare((PetscObject)is, ISBLOCK, &same)); in ISGetTypeID_Private()
/petsc/src/vec/is/utils/
H A Disltog.c520 PetscCall(PetscObjectTypeCompare((PetscObject)is, ISBLOCK, &isblock)); in ISLocalToGlobalMappingCreateIS()