PCMultiLevelSetFields

his function sets the shape and test function fields for the gradient operator. It must be called prior to PCSetUp().

Synopsis

#include "pc.h" 
int PCMultiLevelSetFields(PC pc, int sField, int tField)
Collective on PC

Input Parameters

pc - The preconditioner context
sField - The shape function field
tField - The test function field

Keywords

multilevel, fields

See Also

PCMultiLevelSetGradientOperator, PCMultiLevelSetNonlinearIterate

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