Searched refs:dscalefix (Results 1 – 2 of 2) sorted by relevance
751 …PetscCheck(!ksp->dscale || ksp->dscalefix, PetscObjectComm((PetscObject)ksp), PETSC_ERR_ARG_WRONGS… in KSPViewFinalResidual_Internal()865 if (ksp->dscalefix && ksp->dscalefix2) { in KSPSolve_Private()940 if (ksp->dscalefix) { in KSPSolve_Private()2981 ksp->dscalefix = fix; in KSPSetDiagonalScaleFix()3006 *fix = ksp->dscalefix; in KSPGetDiagonalScaleFix()
180 PetscBool dscalefix; /* unscale system after solve */ member