petsc-3.3-p7 2013-05-11

DMComputeInitialGuess

computes an initial guess vector entries for the KSP solvers

Synopsis

#include "petscdm.h"     
PetscErrorCode  DMComputeInitialGuess(DM dm,Vec x)
Collective on DM

Input Parameter

dm - the DM object to destroy
x - the vector to hold the initial guess values

See Also

DMView(), DMCreateGlobalVector(), DMCreateInterpolation(), DMCreateColoring(), DMCreateMatrix(), DMGetApplicationContext(), DMSetRhs(), DMSetMat()

Level:developer
Location:
src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages