Lines Matching defs:ce
27 PetscErrorCode PetscConvEstDestroy(PetscConvEst *ce) in PetscConvEstDestroy()
54 PetscErrorCode PetscConvEstSetFromOptions(PetscConvEst ce) in PetscConvEstSetFromOptions()
79 PetscErrorCode PetscConvEstView(PetscConvEst ce, PetscViewer viewer) in PetscConvEstView()
102 PetscErrorCode PetscConvEstGetSolver(PetscConvEst ce, PetscObject *solver) in PetscConvEstGetSolver()
124 PetscErrorCode PetscConvEstSetSolver(PetscConvEst ce, PetscObject solver) in PetscConvEstSetSolver()
146 PetscErrorCode PetscConvEstSetUp(PetscConvEst ce) in PetscConvEstSetUp()
177 PetscErrorCode PetscConvEstComputeInitialGuess(PetscConvEst ce, PetscInt r, DM dm, Vec u) in PetscConvEstComputeInitialGuess()
187 PetscErrorCode PetscConvEstComputeError(PetscConvEst ce, PetscInt r, DM dm, Vec u, PetscReal errors… in PetscConvEstComputeError()
214 PetscErrorCode PetscConvEstMonitorDefault(PetscConvEst ce, PetscInt r) in PetscConvEstMonitorDefault()
246 static PetscErrorCode PetscConvEstSetSNES_Private(PetscConvEst ce, PetscObject solver) in PetscConvEstSetSNES_Private()
257 static PetscErrorCode PetscConvEstInitGuessSNES_Private(PetscConvEst ce, PetscInt r, DM dm, Vec u) in PetscConvEstInitGuessSNES_Private()
264 static PetscErrorCode PetscConvEstComputeErrorSNES_Private(PetscConvEst ce, PetscInt r, DM dm, Vec … in PetscConvEstComputeErrorSNES_Private()
307 static PetscErrorCode PetscConvEstSetJacobianNullSpace_Private(PetscConvEst ce, SNES snes) in PetscConvEstSetJacobianNullSpace_Private()
333 static PetscErrorCode PetscConvEstGetConvRateSNES_Private(PetscConvEst ce, PetscReal alpha[]) in PetscConvEstGetConvRateSNES_Private()
497 PetscErrorCode PetscConvEstGetConvRate(PetscConvEst ce, PetscReal alpha[]) in PetscConvEstGetConvRate()
525 PetscErrorCode PetscConvEstRateView(PetscConvEst ce, const PetscReal alpha[], PetscViewer viewer) in PetscConvEstRateView()
563 PetscErrorCode PetscConvEstCreate(MPI_Comm comm, PetscConvEst *ce) in PetscConvEstCreate()