Home
last modified time | relevance | path

Searched refs:PCMGGetSmootherUp (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ksp/pc/impls/mg/
H A Dmgfunc.c572 PetscErrorCode PCMGGetSmootherUp(PC pc, PetscInt l, KSP *ksp) in PCMGGetSmootherUp() function
648 if (l) PetscCall(PCMGGetSmootherUp(pc, l, NULL)); in PCMGGetSmootherDown()
H A Dmg.c1834 PetscCall(PCMGGetSmootherUp(pc, i, &subksp)); in PCMGSetDistinctSmoothUp()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi262 PetscErrorCode PCMGGetSmootherUp(PetscPC, PetscInt, PetscKSP*)
H A DPC.pyx1994 getMGSmootherDown, getMGSmoother, petsc.PCMGGetSmootherUp
1999 CHKERR(PCMGGetSmootherUp(self.pc, clevel, &ksp.ksp))
/petsc/include/
H A Dpetscksp.h269 PETSC_EXTERN PetscErrorCode PCMGGetSmootherUp(PC, PetscInt, KSP *);
/petsc/doc/manual/
H A Dksp.md1871 PCMGGetSmootherUp(PC pc,PetscInt level,KSP *upksp);