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

PCBDDCMatFETIDPGetSolution

Compute the physical solution from the solution of the FETIDP linear system

Synopsis

#include "petscpc.h" 
PetscErrorCode PCBDDCMatFETIDPGetSolution(Mat fetidp_mat, Vec fetidp_flux_sol, Vec standard_sol)
Collective

Input Parameters

Output Parameters

fetidp_mat - the FETIDP matrix obtained by calling PCBDDCCreateFETIDPOperators
fetidp_flux_sol - the solution of the FETIDP linear system
standard_sol - the solution defined on the physical domain

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