petsc-3.5.4 2015-05-23
Report Typos and Errors

PCBDDCMatFETIDPGetRHS

Compute the right-hand side 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 matrix object obtained by calling PCBDDCCreateFETIDPOperators
standard_rhs - the right-hand side for your linear system
fetidp_flux_rhs - the right-hand side for the FETIDP linear system

Notes

See Also

PCBDDC,PCBDDCCreateFETIDPOperators

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