petsc-3.9.4 2018-09-11
PetscConvEstSetSolver
Sets the solver used to produce discrete solutions
Synopsis
#include "petscconvest.h"
PetscErrorCode PetscConvEstSetSolver(PetscConvEst ce, SNES snes)
Not collective
Input Parameters
| ce | - The PetscConvEst object
|
| snes | - The solver
|
Note: The solver MUST have an attached DM/DS, so that we know the exact solution
Keywords
PetscConvEst, convergence
See Also
PetscConvEstGetSolver(), PetscConvEstCreate(), PetscConvEstGetConvRate()
Level
intermediate
Location
src/snes/utils/convest.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages