petsc-3.11.4 2019-09-28
Report Typos and Errors

KSPFETIDPGetInnerKSP

Gets the KSP object for the Lagrange multipliers

Synopsis

#include <petscksp.h> 
PetscErrorCode KSPFETIDPGetInnerKSP(KSP ksp, KSP* innerksp)

Input Parameters

ksp - the FETI-DP KSP
innerksp - the KSP for the multipliers

Notes

See Also

MATIS, PCBDDC, KSPFETIDPSetInnerBDDC, KSPFETIDPGetInnerBDDC

Level

advanced

Location

src/ksp/ksp/impls/fetidp/fetidp.c

Implementations

KSPFETIDPGetInnerKSP_FETIDP in src/ksp/ksp/impls/fetidp/fetidp.c

Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages