Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/deflation/
H A Ddeflation.c120 def->correctfact = fact; in PCDeflationSetCorrectionFactor_Deflation()
121 if (def->correctfact == 0.0) def->correct = PETSC_FALSE; in PCDeflationSetCorrectionFactor_Deflation()
444 PetscCall(VecAXPY(w1, -1.0 * def->correctfact, w2)); /* w1 <- w1 - l*w2 */ in PCApply_Deflation()
603 ((PC_Deflation *)pcinner->data)->correctfact = def->correctfact; in PCSetUp_Deflation()
721 … factor = %g+%gi\n", (double)PetscRealPart(def->correctfact), (double)PetscImaginaryPart(def->corr… in PCView_Deflation()
749 … problem correction", "PCDeflationSetCorrectionFactor", def->correctfact, &def->correctfact, NULL)… in PCSetFromOptions_Deflation()
847 def->correctfact = 1.0; in PCCreate_Deflation()
H A Ddeflation.h9 PetscScalar correctfact; member