PCMultiLevelSetNonlinearIterate

his function sets the solution vector used in a Newton iteration. If the inner solve is preconditioned with ML, the current iterate is necessary to perform the reduction of the system.

Synopsis

#include "pc.h" 
int PCMultiLevelSetNonlinearIterate(PC pc, GVec u)
Collective on PC

Input Parameters

pc - The preconditioner context
u - The current iterate in a Newton solve

Keywords

multilevel, nonlinear

See Also

PCMultiLevelSetFields, PCMultiLevelSetGradientOperator

Level:intermediate
Location:
src/sles/pc/impls/ml/mlInterface.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages