Home
last modified time | relevance | path

Searched refs:PCASMGetLocalSubdomains (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/pc/impls/asm/ftn-custom/ !
H A Dzasmf.c52 *ierr = PCASMGetLocalSubdomains(*pc, &nloc, &tis, &tis_local); in pcasmgetlocalsubdomains_()
/petsc/include/ !
H A Dpetscpc.h250 PETSC_EXTERN PetscErrorCode PCASMGetLocalSubdomains(PC, PetscInt *, IS *[], IS *[]);
/petsc/src/ksp/pc/impls/asm/ !
H A Dasm.c1650 PetscErrorCode PCASMGetLocalSubdomains(PC pc, PetscInt *n, IS *is[], IS *is_local[]) in PCASMGetLocalSubdomains() function
/petsc/src/ksp/pc/impls/hpddm/ !
H A Dpchpddm.cxx2667 PetscCall(PCASMGetLocalSubdomains(data_00->levels[0]->pc, &n, &is_00, nullptr)); in PCSetUp_HPDDM()