Lines Matching defs:snes
16 PetscErrorCode SNESFASSetType(SNES snes, SNESFASType fastype) in SNESFASSetType()
44 PetscErrorCode SNESFASGetType(SNES snes, SNESFASType *fastype) in SNESFASGetType()
74 PetscErrorCode SNESFASSetLevels(SNES snes, PetscInt levels, MPI_Comm *comms) in SNESFASSetLevels()
139 PetscErrorCode SNESFASGetLevels(SNES snes, PetscInt *levels) in SNESFASGetLevels()
165 PetscErrorCode SNESFASGetCycleSNES(SNES snes, PetscInt level, SNES *lsnes) in SNESFASGetCycleSNES()
203 PetscErrorCode SNESFASSetNumberSmoothUp(SNES snes, PetscInt n) in SNESFASSetNumberSmoothUp()
234 PetscErrorCode SNESFASSetNumberSmoothDown(SNES snes, PetscInt n) in SNESFASSetNumberSmoothDown()
268 PetscErrorCode SNESFASSetContinuation(SNES snes, PetscBool continuation) in SNESFASSetContinuation()
306 PetscErrorCode SNESFASSetCycles(SNES snes, PetscInt cycles) in SNESFASSetCycles()
335 PetscErrorCode SNESFASSetMonitor(SNES snes, PetscViewerAndFormat *vf, PetscBool flg) in SNESFASSetMonitor()
378 PetscErrorCode SNESFASSetLog(SNES snes, PetscBool flg) in SNESFASSetLog()
420 PetscErrorCode SNESFASCycleCreateSmoother_Private(SNES snes, SNES *smooth) in SNESFASCycleCreateSmoother_Private()
469 PetscErrorCode SNESFASCycleSetCycles(SNES snes, PetscInt cycles) in SNESFASCycleSetCycles()
496 PetscErrorCode SNESFASCycleGetSmoother(SNES snes, SNES *smooth) in SNESFASCycleGetSmoother()
526 PetscErrorCode SNESFASCycleGetSmootherUp(SNES snes, SNES *smoothu) in SNESFASCycleGetSmootherUp()
554 PetscErrorCode SNESFASCycleGetSmootherDown(SNES snes, SNES *smoothd) in SNESFASCycleGetSmootherDown()
584 PetscErrorCode SNESFASCycleGetCorrection(SNES snes, SNES *correction) in SNESFASCycleGetCorrection()
611 PetscErrorCode SNESFASCycleGetInterpolation(SNES snes, Mat *mat) in SNESFASCycleGetInterpolation()
638 PetscErrorCode SNESFASCycleGetRestriction(SNES snes, Mat *mat) in SNESFASCycleGetRestriction()
665 PetscErrorCode SNESFASCycleGetInjection(SNES snes, Mat *mat) in SNESFASCycleGetInjection()
692 PetscErrorCode SNESFASCycleGetRScale(SNES snes, Vec *vec) in SNESFASCycleGetRScale()
719 PetscErrorCode SNESFASCycleIsFine(SNES snes, PetscBool *flg) in SNESFASCycleIsFine()
754 PetscErrorCode SNESFASSetInterpolation(SNES snes, PetscInt level, Mat mat) in SNESFASSetInterpolation()
785 PetscErrorCode SNESFASGetInterpolation(SNES snes, PetscInt level, Mat *mat) in SNESFASGetInterpolation()
822 PetscErrorCode SNESFASSetRestriction(SNES snes, PetscInt level, Mat mat) in SNESFASSetRestriction()
853 PetscErrorCode SNESFASGetRestriction(SNES snes, PetscInt level, Mat *mat) in SNESFASGetRestriction()
884 PetscErrorCode SNESFASSetInjection(SNES snes, PetscInt level, Mat mat) in SNESFASSetInjection()
916 PetscErrorCode SNESFASGetInjection(SNES snes, PetscInt level, Mat *mat) in SNESFASGetInjection()
946 PetscErrorCode SNESFASSetRScale(SNES snes, PetscInt level, Vec rscale) in SNESFASSetRScale()
976 PetscErrorCode SNESFASGetSmoother(SNES snes, PetscInt level, SNES *smooth) in SNESFASGetSmoother()
1005 PetscErrorCode SNESFASGetSmootherDown(SNES snes, PetscInt level, SNES *smooth) in SNESFASGetSmootherDown()
1036 PetscErrorCode SNESFASGetSmootherUp(SNES snes, PetscInt level, SNES *smooth) in SNESFASGetSmootherUp()
1066 PetscErrorCode SNESFASGetCoarseSolve(SNES snes, SNES *coarse) in SNESFASGetCoarseSolve()
1098 PetscErrorCode SNESFASFullSetDownSweep(SNES snes, PetscBool swp) in SNESFASFullSetDownSweep()
1130 PetscErrorCode SNESFASFullSetTotal(SNES snes, PetscBool total) in SNESFASFullSetTotal()
1157 PetscErrorCode SNESFASFullGetTotal(SNES snes, PetscBool *total) in SNESFASFullGetTotal()