Searched defs:isout (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/vec/is/is/utils/ |
| H A D | isdiff.c | 32 PetscErrorCode ISDifference(IS is1, IS is2, IS *isout) in ISDifference() 268 PetscErrorCode ISExpand(IS is1, IS is2, IS *isout) in ISExpand() 371 PetscErrorCode ISIntersect(IS is1, IS is2, IS *isout) in ISIntersect() 484 PetscErrorCode ISConcatenate(MPI_Comm comm, PetscInt len, const IS islist[], IS *isout) in ISConcatenate()
|
| H A D | iscoloring.c | 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/impls/fetidp/ |
| H A D | fetidp.c | 808 IS list[2], plP, isout; in KSPFETIDPSetUpOperators() local 820 IS list[2], isout; in KSPFETIDPSetUpOperators() local
|
| /petsc/src/vec/is/is/impls/block/ |
| H A D | block.c | 106 static PetscErrorCode ISInvertPermutation_Block(IS is, PetscInt nlocal, IS *isout) in ISInvertPermutation_Block()
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 142 static PetscErrorCode ISInvertPermutation_General(IS is, PetscInt nlocal, IS *isout) in ISInvertPermutation_General()
|
| /petsc/src/vec/is/is/interface/ |
| H A D | index.c | 1082 PetscErrorCode ISInvertPermutation(IS is, PetscInt nlocal, IS *isout) in ISInvertPermutation()
|