Searched refs:PCMGGetSmootherUp (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mgfunc.c | 572 PetscErrorCode PCMGGetSmootherUp(PC pc, PetscInt l, KSP *ksp) in PCMGGetSmootherUp() function 648 if (l) PetscCall(PCMGGetSmootherUp(pc, l, NULL)); in PCMGGetSmootherDown()
|
| H A D | mg.c | 1834 PetscCall(PCMGGetSmootherUp(pc, i, &subksp)); in PCMGSetDistinctSmoothUp()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 262 PetscErrorCode PCMGGetSmootherUp(PetscPC, PetscInt, PetscKSP*)
|
| H A D | PC.pyx | 1994 getMGSmootherDown, getMGSmoother, petsc.PCMGGetSmootherUp 1999 CHKERR(PCMGGetSmootherUp(self.pc, clevel, &ksp.ksp))
|
| /petsc/include/ |
| H A D | petscksp.h | 269 PETSC_EXTERN PetscErrorCode PCMGGetSmootherUp(PC, PetscInt, KSP *);
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 1871 PCMGGetSmootherUp(PC pc,PetscInt level,KSP *upksp);
|