PetscConvEstSetSolver#
Sets the solver used to produce discrete solutions
Synopsis#
#include "petscconvest.h" 
PetscErrorCode PetscConvEstSetSolver(PetscConvEst ce, PetscObject solver)
Not Collective
Input Parameters#
- ce - The - PetscConvEstobject
- solver - The solver, must be a - KSP,- SNES, or- TSobject with an attached- DM/- DS, that can compute an exact solution
See Also#
PetscConvEst, PetscConvEstGetSNES(), PetscConvEstCreate(), PetscConvEstGetConvRate()
Level#
intermediate
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages