Home
last modified time | relevance | path

Searched refs:ISGetBlockSize (Results 1 – 25 of 26) sorted by relevance

12

/petsc/src/mat/impls/localref/
H A Dmlocalref.c108 PetscCall(ISGetBlockSize(is, &bs)); in ISL2GCompose()
123 PetscCall(ISGetBlockSize(is, &bs)); in ISL2GCompose()
278 PetscCall(ISGetBlockSize(isrow, &rbs)); in MatCreateLocalRef()
279 PetscCall(ISGetBlockSize(iscol, &cbs)); in MatCreateLocalRef()
/petsc/src/vec/is/is/tutorials/
H A Dex3f90.F9062 PetscCallA(ISGetBlockSize(set, bs, ierr))
H A Dex3.c51 PetscCall(ISGetBlockSize(set, &bs)); in main()
/petsc/src/mat/tests/
H A Dex211.c53 PetscCall(ISGetBlockSize(iscol, &i)); in ISGetSeqIS_SameColDist_Private()
65 PetscCall(ISGetBlockSize(isrow, &i)); in ISGetSeqIS_SameColDist_Private()
H A Dex241.c83 PetscCall(ISGetBlockSize(is[1], &bs)); in main()
/petsc/src/vec/is/is/utils/
H A Disblock.c51 PetscCall(ISGetBlockSize(is_in[i], &bbs)); in ISCompressIndicesGeneral()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5xdmf.c101 PetscCall(ISGetBlockSize(cells, &numCorners)); in DMPlexLoad_HDF5_Xdmf_Internal()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi28 PetscErrorCode ISGetBlockSize(PetscIS, PetscInt*)
H A DIS.pyx493 petsc.ISGetBlockSize
497 CHKERR(ISGetBlockSize(self.iset, &bs))
895 CHKERR(ISGetBlockSize(self.iset, &bs))
/petsc/src/vec/is/utils/
H A Disltog.c526 PetscCall(ISGetBlockSize(is, &bs)); in ISLocalToGlobalMappingCreateIS()
824 PetscCall(ISGetBlockSize(is, &bs)); in ISLocalToGlobalMappingApplyIS()
1030 PetscCall(ISGetBlockSize(is, &bs)); in ISGlobalToLocalMappingApplyIS()
/petsc/src/dm/impls/swarm/
H A Dswarmpic_view.c287 PetscCall(ISGetBlockSize(is, &bs)); in private_ISView_Swarm_XDMF()
/petsc/include/
H A Dpetscis.h113 PETSC_EXTERN PetscErrorCode ISGetBlockSize(IS, PetscInt *);
/petsc/src/vec/vec/utils/
H A Dvscat.c743 if (ixid == IS_BLOCK) PetscCall(ISGetBlockSize(ix, &bsx)); in VecScatterCreate()
746 if (iyid == IS_BLOCK) PetscCall(ISGetBlockSize(iy, &bsy)); in VecScatterCreate()
/petsc/src/vec/is/is/impls/block/
H A Dblock.c365 PetscCall(ISGetBlockSize(inis, &bs)); in ISToGeneral_Block()
/petsc/doc/changes/
H A D32.md83 - ISBlockGetBlockSize() is now ISGetBlockSize(). Block sizes can be
/petsc/src/vec/is/is/interface/
H A Dindex.c59 PetscCall(ISGetBlockSize(subset, &ibs)); in ISRenumber()
1981 PetscErrorCode ISGetBlockSize(IS is, PetscInt *size) in ISGetBlockSize() function
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c848 PetscCall(ISGetBlockSize(ISForDofs[i], &bs)); in PCBDDCGraphSetUp()
856 PetscCall(ISGetBlockSize(ISForDofs[i], &bs)); in PCBDDCGraphSetUp()
H A Dbddcprivate.c1855 PetscCall(ISGetBlockSize(pcbddc->ISForDofs[i], &bs)); in PCBDDCComputeLocalTopologyInfo()
1879 PetscCall(ISGetBlockSize(fields[i], &bs)); in PCBDDCComputeLocalTopologyInfo()
2834 if (blocked) PetscCall(ISGetBlockSize(pcbddc->ISForDofsLocal[pp[p]], &bs)); in PCBDDCBenignDetectSaddlePoint()
2843 if (blocked) PetscCall(ISGetBlockSize(pcbddc->ISForDofsLocal[pp[p]], &bs)); in PCBDDCBenignDetectSaddlePoint()
6114 PetscCall(ISGetBlockSize(pcbddc->is_R_local, &ibs)); in PCBDDCSetUpLocalSolvers()
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c310 PetscCall(ISGetBlockSize(is, &bs)); in ISView_General_HDF5()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c1602 PetscCall(ISGetBlockSize(isrow[0], &ib)); in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()
1603 PetscCall(ISGetBlockSize(iscol[0], &jb)); in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()
2517 PetscCall(ISGetBlockSize(isrow[i], &rbs)); in MatCreateSubMatrices_MPIAIJ_Local()
2518 PetscCall(ISGetBlockSize(iscol[i], &cbs)); in MatCreateSubMatrices_MPIAIJ_Local()
H A Dmpiaij.c3119 PetscCall(ISGetBlockSize(iscol, &cbs)); in ISGetSeqIS_Private()
3188 PetscCall(ISGetBlockSize(iscol, &i)); in ISGetSeqIS_SameColDist_Private()
3200 PetscCall(ISGetBlockSize(isrow, &i)); in ISGetSeqIS_SameColDist_Private()
3599 PetscCall(ISGetBlockSize(iscol, &cbs)); in MatCreateSubMatrix_MPIAIJ_SameRowDist()
3667 PetscCall(ISGetBlockSize(isrow, &bs)); in MatCreateSubMatrix_MPIAIJ_SameRowDist()
3668 PetscCall(ISGetBlockSize(iscol, &cbs)); in MatCreateSubMatrix_MPIAIJ_SameRowDist()
/petsc/src/mat/impls/is/
H A Dmatis.c1426 PetscCall(ISGetBlockSize(irow, &irbs)); in MatCreateSubMatrix_IS()
1427 PetscCall(ISGetBlockSize(icol, &icbs)); in MatCreateSubMatrix_IS()
3253 PetscCall(ISGetBlockSize(row, &rbs)); in MatGetLocalSubMatrix_IS()
3254 PetscCall(ISGetBlockSize(col, &cbs)); in MatGetLocalSubMatrix_IS()
/petsc/src/mat/impls/aij/seq/
H A Daij.c2445 PetscCall(ISGetBlockSize(isrow, &rbs)); in MatCreateSubMatrix_SeqAIJ()
2446 PetscCall(ISGetBlockSize(iscol, &cbs)); in MatCreateSubMatrix_SeqAIJ()
2504 PetscCall(ISGetBlockSize(isrow, &rbs)); in MatCreateSubMatrix_SeqAIJ()
2505 PetscCall(ISGetBlockSize(iscol, &cbs)); in MatCreateSubMatrix_SeqAIJ()
/petsc/src/vec/vec/interface/
H A Drvector.c1506 PetscCall(ISGetBlockSize(is, &ibs)); in VecGetSubVectorContiguityAndBS_Private()
/petsc/doc/manual/
H A Dvec.md926 `ISBlockGetLocalSize()`, `ISGetBlockSize()`.

12