GMatCreateUzawa

Creates a container matrix for the Uzawa system matrix B^T A^{-1} B.

Synopsis

#include "petscsles.h" 
#include "gsolver.h" 
int GMatCreateUzawa(GMat A, GMat B, SLES sles, GMat *gmat)

Input Parameter

A - The square (0,0) block of the original saddle-point matrix
B - The rectangular (0,1) block of the original saddle-point matrix
sles - The solver used to invert A

Output Parameter

gmat -The discrete operator

See Also

GVecCreate()

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