PCMultiLevelBuildSolution
his function recovers the solution of the global problem from the solution of the reduced system.
Synopsis
#include "pc.h"
int PCMultiLevelBuildSolution(PC pc, GVec u)
Collective on GVec
Input Parameters
| pc | - The preconditioner context
|
| u | - The solution of the reduced system
|
Output Parameter
u -The global solution
Keywords
multilevel, solution
See Also
PCMultiLevelApplyGradientGetMultiplier
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
Examples
src/gsolver/examples/tutorials/stokes.c.html