PetscConvEstComputeInitialGuess#
Fill u with the initial guess to use on refinement level r of a convergence-estimation run
Synopsis#
#include "petscconvest.h"
PetscErrorCode PetscConvEstComputeInitialGuess(PetscConvEst ce, PetscInt r, DM dm, Vec u)
Collective
Input Parameters#
ce - the
PetscConvEstobjectr - the refinement level
dm - the
DMon whichuis defined (may beNULL)
Output Parameter#
u - the initial-guess vector
See Also#
PetscConvEst, PetscConvEstComputeError(), PetscConvEstGetConvRate()
Level#
developer
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages