Searched refs:approx_constant (Results 1 – 2 of 2) sorted by relevance
117 if (lgmres->approx_constant) it_arnoldi = max_k - lgmres->aug_ct; in KSPLGMRESCycle()375 if (lgmres->approx_constant) { in KSPLGMRESBuildSoln()568 …if (lgmres->approx_constant) PetscCall(PetscViewerASCIIPrintf(viewer, " approx. space size was ke… in KSPView_LGMRES()583 …ant approx. space size", "KSPGMRESSetConstant", lgmres->approx_constant, &lgmres->approx_constant,… in KSPSetFromOptions_LGMRES()595 lgmres->approx_constant = PETSC_TRUE; in KSPLGMRESSetConstant_LGMRES()709 lgmres->approx_constant = PETSC_FALSE; in KSPCreate_LGMRES()
26 PetscBool approx_constant; /* = 1 then the approx space at each restart will member