Searched refs:lagnorm (Results 1 – 4 of 4) sorted by relevance
227 if (ksp->lagnorm && ksp->its > 1) { in KSPSolve_IBCGS()233 if (ksp->lagnorm && ksp->its > 1 && ksp->normtype != KSP_NORM_NONE) { in KSPSolve_IBCGS()246 …if (ksp->lagnorm && ksp->its > 1 && ksp->normtype != KSP_NORM_NONE) rnorm = PetscSqrtReal(PetscRea… in KSPSolve_IBCGS()276 if (!ksp->lagnorm && ksp->chknorm < ksp->its && ksp->normtype != KSP_NORM_NONE) { in KSPSolve_IBCGS()
121 PetscBool lagnorm; /* Lag the residual norm calculation so that it is computed as part of the member
358 ksp->lagnorm = flg; in KSPSetLagNorm()
480 …ag_norm", "Lag the calculation of the residual norm", "KSPSetLagNorm", ksp->lagnorm, &flag, &flg)); in KSPSetFromOptions()