petsc-3.4.5 2014-06-29

PCBDDCMatFETIDPGetRHS

Get rhs for FETIDP linear system.

Synopsis

#include "petscpc.h" 
PetscErrorCode PCBDDCMatFETIDPGetRHS(Mat fetidp_mat, Vec standard_rhs, Vec fetidp_flux_rhs)
Collective

Input Parameters

Output Parameters

fetidp_mat - the FETIDP mat obtained by a call to PCBDDCCreateFETIDPOperators + standard_rhs - the rhs of your linear system

Notes

See Also

PCBDDC

Level:developer
Location:
src/ksp/pc/impls/bddc/bddc.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages

fetidp_flux_rhs - the rhs of the FETIDP linear system