GMatMatMultUzawa

This function applies B^T A^{-1} B to a vector, which is the Schur complement matrix.

Synopsis

#include "petscsles.h" 
#include "gsolver.h" 
int GMatMatMultUzawa(GMat mat, GVec x, GVec y)

Input Parameters

mat - The grid matrix
x - The input grid vector

Output Parameter

y -The output grid vector B^T A^{-1} B x

See Also

GMatEvaluateOperatorGalerkin

Level:advanced
Location:
src/gsolver/interface/gsles.c
Index of all GSolver routines
Table of Contents for all manual pages
Index of all manual pages