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
PetscConvEst
objectsolver - The solver
Note#
The solver MUST have an attached DM
/DS
, so that we know the 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