Lines Matching defs:l

143 PetscErrorCode PCMGSetResidual(PC pc, PetscInt l, PetscErrorCode (*residual)(Mat, Vec, Vec, Vec), M…  in PCMGSetResidual()
177 PetscErrorCode PCMGSetResidualTranspose(PC pc, PetscInt l, PetscErrorCode (*residualt)(Mat, Vec, Ve… in PCMGSetResidualTranspose()
216 PetscErrorCode PCMGSetInterpolation(PC pc, PetscInt l, Mat mat) in PCMGSetInterpolation()
247 PetscErrorCode PCMGSetOperators(PC pc, PetscInt l, Mat Amat, Mat Pmat) in PCMGSetOperators()
278 PetscErrorCode PCMGGetInterpolation(PC pc, PetscInt l, Mat *mat) in PCMGGetInterpolation()
318 PetscErrorCode PCMGSetRestriction(PC pc, PetscInt l, Mat mat) in PCMGSetRestriction()
352 PetscErrorCode PCMGGetRestriction(PC pc, PetscInt l, Mat *mat) in PCMGGetRestriction()
385 PetscErrorCode PCMGSetRScale(PC pc, PetscInt l, Vec rscale) in PCMGSetRScale()
419 PetscErrorCode PCMGGetRScale(PC pc, PetscInt l, Vec *rscale) in PCMGGetRScale()
469 PetscErrorCode PCMGSetInjection(PC pc, PetscInt l, Mat mat) in PCMGSetInjection()
503 PetscErrorCode PCMGGetInjection(PC pc, PetscInt l, Mat *mat) in PCMGGetInjection()
541 PetscErrorCode PCMGGetSmoother(PC pc, PetscInt l, KSP *ksp) in PCMGGetSmoother()
572 PetscErrorCode PCMGGetSmootherUp(PC pc, PetscInt l, KSP *ksp) in PCMGGetSmootherUp()
640 PetscErrorCode PCMGGetSmootherDown(PC pc, PetscInt l, KSP *ksp) in PCMGGetSmootherDown()
667 PetscErrorCode PCMGSetCycleTypeOnLevel(PC pc, PetscInt l, PCMGCycleType c) in PCMGSetCycleTypeOnLevel()
698 PetscErrorCode PCMGSetRhs(PC pc, PetscInt l, Vec c) in PCMGSetRhs()
731 PetscErrorCode PCMGSetX(PC pc, PetscInt l, Vec c) in PCMGSetX()
764 PetscErrorCode PCMGSetR(PC pc, PetscInt l, Vec c) in PCMGSetR()