| /petsc/src/vec/is/is/interface/ |
| H A D | index.c | 232 PetscErrorCode ISCreateSubIS(IS is, IS comps, IS *subis) in ISCreateSubIS() 299 PetscErrorCode ISClearInfoCache(IS is, PetscBool clear_permanent_local) in ISClearInfoCache() 315 static PetscErrorCode ISSetInfo_Internal(IS is, ISInfo info, ISInfoType type, ISInfoBool ipermanent… in ISSetInfo_Internal() 459 PetscErrorCode ISSetInfo(IS is, ISInfo info, ISInfoType type, PetscBool permanent, PetscBool flg) in ISSetInfo() 486 static PetscErrorCode ISGetInfo_Sorted_Private(IS is, ISInfoType type, PetscBool *flg) in ISGetInfo_Sorted_Private() 539 static PetscErrorCode ISGetInfo_Unique_Private(IS is, ISInfoType type, PetscBool *flg) in ISGetInfo_Unique_Private() 606 static PetscErrorCode ISGetInfo_Permutation(IS is, ISInfoType type, PetscBool *flg) in ISGetInfo_Permutation() 648 static PetscErrorCode ISGetInfo_Interval(IS is, ISInfoType type, PetscBool *flg) in ISGetInfo_Interval() 702 static PetscErrorCode ISGetInfo_Identity(IS is, ISInfoType type, PetscBool *flg) in ISGetInfo_Identity() 779 PetscErrorCode ISGetInfo(IS is, ISInfo info, ISInfoType type, PetscBool compute, PetscBool *flg) in ISGetInfo() [all …]
|
| H A D | isreg.c | 27 PetscErrorCode ISCreate(MPI_Comm comm, IS *is) in ISCreate() 62 PetscErrorCode ISSetType(IS is, ISType method) in ISSetType() 98 PetscErrorCode ISGetType(IS is, ISType *type) in ISGetType()
|
| /petsc/src/vec/is/is/impls/stride/ |
| H A D | stride.c | 12 static PetscErrorCode ISCopy_Stride(IS is, IS isy) in ISCopy_Stride() 21 static PetscErrorCode ISShift_Stride(IS is, PetscInt shift, IS isy) in ISShift_Stride() 31 static PetscErrorCode ISDuplicate_Stride(IS is, IS *newIS) in ISDuplicate_Stride() 40 static PetscErrorCode ISInvertPermutation_Stride(IS is, PetscInt nlocal, IS *perm) in ISInvertPermutation_Stride() 87 PetscErrorCode ISStrideGetInfo(IS is, PetscInt *first, PetscInt *step) in ISStrideGetInfo() 105 static PetscErrorCode ISDestroy_Stride(IS is) in ISDestroy_Stride() 127 static PetscErrorCode ISLocate_Stride(IS is, PetscInt key, PetscInt *location) in ISLocate_Stride() 145 static PetscErrorCode ISGetIndices_Stride(IS is, const PetscInt *idx[]) in ISGetIndices_Stride() 166 static PetscErrorCode ISView_Stride(IS is, PetscViewer viewer) in ISView_Stride() 215 static PetscErrorCode ISSort_Stride(IS is) in ISSort_Stride() [all …]
|
| /petsc/src/vec/is/is/impls/block/ |
| H A D | block.c | 14 static PetscErrorCode ISDestroy_Block(IS is) in ISDestroy_Block() 30 static PetscErrorCode ISLocate_Block(IS is, PetscInt key, PetscInt *location) in ISLocate_Block() 90 static PetscErrorCode ISRestoreIndices_Block(IS is, const PetscInt *idx[]) in ISRestoreIndices_Block() 106 static PetscErrorCode ISInvertPermutation_Block(IS is, PetscInt nlocal, IS *isout) in ISInvertPermutation_Block() 125 static PetscErrorCode ISView_Block(IS is, PetscViewer viewer) in ISView_Block() 172 static PetscErrorCode ISSort_Block(IS is) in ISSort_Block() 184 static PetscErrorCode ISSortRemoveDups_Block(IS is) in ISSortRemoveDups_Block() 205 static PetscErrorCode ISSorted_Block(IS is, PetscBool *flg) in ISSorted_Block() 212 static PetscErrorCode ISSortedLocal_Block(IS is, PetscBool *flg) in ISSortedLocal_Block() 229 static PetscErrorCode ISUniqueLocal_Block(IS is, PetscBool *flg) in ISUniqueLocal_Block() [all …]
|
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex17.c | 36 IS is; in main() local 46 IS is; in main() local 56 IS is; in main() local 68 IS is; in main() local 86 IS is; in main() local 100 IS is; in main() local
|
| H A D | ex43.c | 107 IS is[2]; in main() local 162 IS is[2]; in main() local 213 IS is[2]; in main() local 258 IS is[2]; in main() local
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 7 static PetscErrorCode ISDuplicate_General(IS is, IS *newIS) in ISDuplicate_General() 20 static PetscErrorCode ISDestroy_General(IS is) in ISDestroy_General() 34 static PetscErrorCode ISCopy_General(IS is, IS isy) in ISCopy_General() 45 static PetscErrorCode ISShift_General(IS is, PetscInt shift, IS isy) in ISShift_General() 56 static PetscErrorCode ISOnComm_General(IS is, MPI_Comm comm, PetscCopyMode mode, IS *newis) in ISOnComm_General() 68 static PetscErrorCode ISSetBlockSize_General(IS is, PetscInt bs) in ISSetBlockSize_General() 75 static PetscErrorCode ISContiguousLocal_General(IS is, PetscInt gstart, PetscInt gend, PetscInt *st… in ISContiguousLocal_General() 99 static PetscErrorCode ISLocate_General(IS is, PetscInt key, PetscInt *location) in ISLocate_General() 142 static PetscErrorCode ISInvertPermutation_General(IS is, PetscInt nlocal, IS *isout) in ISInvertPermutation_General() 221 static PetscErrorCode ISGeneralCheckCompress(IS is, PetscBool *compress) in ISGeneralCheckCompress() [all …]
|
| /petsc/src/vec/is/utils/ |
| H A D | isio.c | 6 PetscErrorCode ISView_Binary(IS is, PetscViewer viewer) in ISView_Binary() 39 static PetscErrorCode ISLoad_HDF5(IS is, PetscViewer viewer) in ISLoad_HDF5() 58 static PetscErrorCode ISLoad_Binary(IS is, PetscViewer viewer) in ISLoad_Binary() 102 PetscErrorCode ISLoad_Default(IS is, PetscViewer viewer) in ISLoad_Default()
|
| /petsc/src/mat/tests/ |
| H A D | ex12.c | 15 IS is; in main() local 111 PetscErrorCode TestMatZeroRows_Basic(Mat A, IS is, PetscScalar diag) in TestMatZeroRows_Basic() 129 PetscErrorCode TestMatZeroRows_with_no_allocation(Mat A, IS is, PetscScalar diag) in TestMatZeroRows_with_no_allocation()
|
| H A D | ex40.c | 10 IS *is2, is; in ISAllGatherDisjoint() local 117 IS *is; in main() local
|
| /petsc/src/vec/is/is/tests/ |
| H A D | ex7.c | 10 IS is; in TestGeneral() local 34 IS is; in TestBlock() local 56 IS is; in TestStride() local
|
| H A D | ex10.c | 6 static PetscErrorCode CreateIS(MPI_Comm comm, PetscInt n, PetscInt first, PetscInt step, IS *is) in CreateIS() 23 IS is; in main() local
|
| H A D | ex13.c | 11 …ErrorCode CreateIS(MPI_Comm comm, PetscInt type, PetscInt n, PetscInt first, PetscInt step, IS *is) in CreateIS() 39 IS is[128]; in main() local
|
| H A D | ex4.c | 8 IS is; in main() local
|
| H A D | ex3.c | 14 IS is, newis; in main() local
|
| H A D | ex2.c | 14 IS is; in main() local
|
| /petsc/src/vec/is/tests/ |
| H A D | ex6.c | 5 PetscErrorCode TestRenumber(IS is, IS mult) in TestRenumber() 28 IS is; in main() local
|
| H A D | ex3.c | 10 IS is; in main() local
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 317 IS is; in MatConvert_SeqXAIJ_IS() local 419 IS is, ndmap, ndsub; in MatMPIXAIJComputeLocalToGlobalMapping_Private() local 631 IS is; in MatConvert_XAIJ_IS() local 1287 Mat_IS *is = (Mat_IS *)A->data; in MatDiagonalSet_IS() local 1302 Mat_IS *is = (Mat_IS *)A->data; in MatShift_IS() local 1344 Mat_IS *is = (Mat_IS *)A->data; in MatZeroRowsLocal_SubMat_IS() local 1357 Mat_IS *is = (Mat_IS *)A->data; in MatZeroRowsColumnsLocal_SubMat_IS() local 1418 IS is; in MatCreateSubMatrix_IS() local 2154 Mat_IS *is = (Mat_IS *)A->data; in MatMult_IS() local 2192 Mat_IS *is = (Mat_IS *)A->data; in MatMultTranspose_IS() local [all …]
|
| /petsc/src/vec/is/is/utils/ |
| H A D | iscoloring.c | 148 IS *is; in ISColoringView() local 240 IS *is; in ISColoringGetIS() local 293 PetscErrorCode ISColoringRestoreIS(ISColoring iscoloring, PetscCopyMode mode, IS *is[]) in ISColoringRestoreIS() 515 PetscErrorCode ISPartitioningToNumbering(IS part, IS *is) in ISPartitioningToNumbering() 670 PetscErrorCode ISAllGather(IS is, IS *isout) in ISAllGather() 785 PetscErrorCode ISComplement(IS is, PetscInt nmin, PetscInt nmax, IS *isout) in ISComplement()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex87.c | 14 IS is[2]; in main() local 204 PetscErrorCode MatAndISLoad(const char *prefix, const char *identifier, Mat A, IS is, Mat aux, Pets… in MatAndISLoad()
|
| /petsc/src/binding/petsc4py/src/lib-petsc/compat/ |
| H A D | hpddm.h | 14 PetscErrorCode PCHPDDMSetAuxiliaryMat(PETSC_UNUSED PC pc,PETSC_UNUSED IS is,PETSC_UNUSED Mat aux,PE… in PCHPDDMSetAuxiliaryMat() 21 PetscErrorCode PCHPDDMSetDeflationMat(PETSC_UNUSED PC pc,PETSC_UNUSED IS is,PETSC_UNUSED Mat U){Pet… in PCHPDDMSetDeflationMat()
|
| /petsc/src/vec/is/is/tutorials/ |
| H A D | ex1.c | 15 IS is; in main() local
|
| /petsc/src/vec/vec/utils/tagger/tutorials/ |
| H A D | ex1.c | 5 static PetscErrorCode ISGetBlockGlobalIS(IS is, Vec vec, PetscInt bs, IS *isBlockGlobal) in ISGetBlockGlobalIS() 35 IS is, isBlockGlobal, isComp; in main() local
|
| /petsc/src/vec/vec/utils/ |
| H A D | vsection.c | 195 …tscSection sectionGlobal, Vec v, PetscInt field, PetscInt pStart, PetscInt pEnd, IS *is, Vec *subv) in PetscSectionGetField_Internal() 233 …tscSection sectionGlobal, Vec v, PetscInt field, PetscInt pStart, PetscInt pEnd, IS *is, Vec *subv) in PetscSectionRestoreField_Internal() 272 IS is; in PetscSectionVecNorm() local
|