Home
last modified time | relevance | path

Searched refs:PCPostSolve_SchurPreLeastSquares (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1727 static PetscErrorCode PCPostSolve_SchurPreLeastSquares(PC, KSP, Vec, Vec x) in PCPostSolve_SchurPreLeastSquares() function
2224 …pc->ops->postsolve = PCPostSolve_SchurPreLeastSquares; /* PCFIELDSPLIT expect a KSP for (P11 - A1… in PCSetUp_HPDDM()