Searched defs:is_local (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/ksp/pc/impls/asm/ |
| H A D | asm.c | 752 static PetscErrorCode PCASMSetLocalSubdomains_ASM(PC pc, PetscInt n, IS is[], IS is_local[]) in PCASMSetLocalSubdomains_ASM() 804 static PetscErrorCode PCASMSetTotalSubdomains_ASM(PC pc, PetscInt N, IS *is, IS *is_local) in PCASMSetTotalSubdomains_ASM() 963 PetscErrorCode PCASMSetLocalSubdomains(PC pc, PetscInt n, IS is[], IS is_local[]) in PCASMSetLocalSubdomains() 1005 PetscErrorCode PCASMSetTotalSubdomains(PC pc, PetscInt N, IS is[], IS is_local[]) in PCASMSetTotalSubdomains() 1524 PetscErrorCode PCASMDestroySubdomains(PetscInt n, IS *is[], IS *is_local[]) in PCASMDestroySubdomains() 1572 …, PetscInt M, PetscInt N, PetscInt dof, PetscInt overlap, PetscInt *Nsub, IS *is[], IS *is_local[]) in PCASMCreateSubdomains2D() 1650 PetscErrorCode PCASMGetLocalSubdomains(PC pc, PetscInt *n, IS *is[], IS *is_local[]) in PCASMGetLocalSubdomains()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex8.c | 40 IS *is, *is_local; /* array of index sets that define the subdomains */ in main() local
|
| /petsc/include/petsc/private/ |
| H A D | pcasmimpl.h | 16 …IS *is_local; /* index set that defines each non-overlapping subdomain, may be NU… member
|
| /petsc/src/ksp/pc/impls/asm/ftn-custom/ |
| H A D | zasmf.c | 44 …oid pcasmgetlocalsubdomains_(PC *pc, PetscInt *n, F90Array1d *is, F90Array1d *is_local, int *ierr … in pcasmgetlocalsubdomains_()
|
| /petsc/src/ksp/pc/impls/telescope/ |
| H A D | telescope_dmda.c | 129 IS is_fine, is_local; in PCTelescopeSetUp_dmda_repart_coors2d() local 220 IS is_fine, is_local; in PCTelescopeSetUp_dmda_repart_coors3d() local
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 1629 IS **xis = NULL, **is = ois, **is_local = iis; in PCGASMCreateSubdomains2D() local
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 1422 static PetscErrorCode PCHPDDMCheckInclusion_Private(PC pc, IS is, IS is_local, PetscBool check) in PCHPDDMCheckInclusion_Private()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 5581 IS is_local, is_global; in PCBDDCComputeLocalMatrix() local
|