petsc-3.13.0 2020-03-29
PetscConvEstGetSolver
Gets the solver used to produce discrete solutions
Synopsis
#include "petscconvest.h"
PetscErrorCode PetscConvEstGetSolver(PetscConvEst ce, PetscObject *solver)
Not collective
Input Parameter
ce -The PetscConvEst object
Output Parameter
solver -The solver
See Also
PetscConvEstSetSolver(), 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