Searched defs:iis (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ksp/pc/impls/gasm/ ! |
| H A D | gasm.c | 25 …IS *iis; /* index sets that define the inner (conceptually, nonoverlapping) subdo… member 926 static PetscErrorCode PCGASMSetSubdomains_GASM(PC pc, PetscInt n, IS iis[], IS ois[]) in PCGASMSetSubdomains_GASM() 1087 PetscErrorCode PCGASMSetSubdomains(PC pc, PetscInt n, IS iis[], IS ois[]) in PCGASMSetSubdomains() 1319 PetscErrorCode PCGASMCreateLocalSubdomains(Mat A, PetscInt nloc, IS *iis[]) in PCGASMCreateLocalSubdomains() 1460 …C_INTERN PetscErrorCode PCGASMCreateStraddlingSubdomains(Mat A, PetscInt N, PetscInt *n, IS *iis[]) in PCGASMCreateStraddlingSubdomains() 1494 PetscErrorCode PCGASMCreateSubdomains(Mat A, PetscInt N, PetscInt *n, IS *iis[]) in PCGASMCreateSubdomains() 1534 PetscErrorCode PCGASMDestroySubdomains(PetscInt n, IS *iis[], IS *ois[]) in PCGASMDestroySubdomains() 1615 … Mdomains, PetscInt Ndomains, PetscInt dof, PetscInt overlap, PetscInt *nsub, IS *iis[], IS *ois[]) in PCGASMCreateSubdomains2D() 1792 PetscErrorCode PCGASMGetSubdomains(PC pc, PetscInt *n, IS *iis[], IS *ois[]) in PCGASMGetSubdomains()
|
| /petsc/src/mat/tests/ ! |
| H A D | ex40.c | 8 PetscErrorCode ISAllGatherDisjoint(IS iis, IS **ois) in ISAllGatherDisjoint()
|
| /petsc/src/ksp/pc/impls/gasm/ftn-custom/ ! |
| H A D | zgasmf.c | 33 IS *iis, *iisl; in pcgasmcreatesubdomains2d_() local
|
| /petsc/src/dm/tutorials/ ! |
| H A D | ex14.c | 65 IS *ois, *iis; in main() local
|
| /petsc/src/dm/impls/da/ ! |
| H A D | dadd.c | 503 static PetscErrorCode DMDASubDomainIS_Private(DM dm, PetscInt n, DM *subdm, IS **iis, IS **ois) in DMDASubDomainIS_Private() 542 PetscErrorCode DMCreateDomainDecomposition_DA(DM dm, PetscInt *len, char ***names, IS **iis, IS **o… in DMCreateDomainDecomposition_DA()
|
| /petsc/src/ksp/pc/impls/asm/ftn-custom/ ! |
| H A D | zasmf.c | 79 IS *iis, *iisl; in pcasmcreatesubdomains2d_() local
|
| /petsc/src/mat/impls/aij/mpi/ ! |
| H A D | mpiaij.c | 352 PetscInt n, *iis, nsis, ngis, rstart, i; in MatFindOffBlockDiagonalEntries_MPIAIJ() local
|