PCMultiLevelGetMultiplier

his function recovers the multiplier of the global problem from the solution of the reduced system.

Synopsis

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

Input Parameters

pc - The preconditioner context
u - The solution of the reduced system

Output Parameter

p -The global multiplier

Keywords

multilevel, solution, multiplier

See Also

PCMultiLevelBuildSolution

Level:beginner
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