Home
last modified time | relevance | path

Searched defs:is_local (Results 1 – 8 of 8) sorted by relevance

/petsc/src/ksp/pc/impls/asm/
H A Dasm.c752 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 Dex8.c40 IS *is, *is_local; /* array of index sets that define the subdomains */ in main() local
/petsc/include/petsc/private/
H A Dpcasmimpl.h16 …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 Dzasmf.c44 …oid pcasmgetlocalsubdomains_(PC *pc, PetscInt *n, F90Array1d *is, F90Array1d *is_local, int *ierr … in pcasmgetlocalsubdomains_()
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope_dmda.c129 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 Dgasm.c1629 IS **xis = NULL, **is = ois, **is_local = iis; in PCGASMCreateSubdomains2D() local
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1422 static PetscErrorCode PCHPDDMCheckInclusion_Private(PC pc, IS is, IS is_local, PetscBool check) in PCHPDDMCheckInclusion_Private()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c5581 IS is_local, is_global; in PCBDDCComputeLocalMatrix() local