Home
last modified time | relevance | path

Searched refs:PCASMGetSubKSP (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ksp/pc/impls/asm/ftn-custom/
H A Dzasmf.c96 *ierr = PCASMGetSubKSP(*pc, &nloc, &flocal, &tksp); in pcasmgetsubksp_()
/petsc/src/ksp/ksp/tutorials/
H A Dex8.c240 PetscCall(PCASMGetSubKSP(pc, &nlocal, &first, &subksp)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi194 PetscErrorCode PCASMGetSubKSP(PetscPC, PetscInt*, PetscInt*, PetscKSP*[])
H A DPC.pyx993 petsc.PCASMGetSubKSP
998 CHKERR(PCASMGetSubKSP(self.pc, &n, NULL, &p))
/petsc/include/
H A Dpetscksp.h262 PETSC_EXTERN PetscErrorCode PCASMGetSubKSP(PC, PetscInt *, PetscInt *, KSP *[]);
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c1242 PetscErrorCode PCASMGetSubKSP(PC pc, PetscInt *n_local, PetscInt *first_local, KSP *ksp[]) in PCASMGetSubKSP() function
/petsc/doc/manual/
H A Dksp.md929 PCASMGetSubKSP(PC pc,PetscInt *n_local,PetscInt *first_local,KSP **subksp);
941 `PCBJacobiGetSubKSP()` or `PCASMGetSubKSP(`). For further details,