Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/ibcgs/
H A Dibcgs.c227 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()
/petsc/include/petsc/private/
H A Dkspimpl.h121 PetscBool lagnorm; /* Lag the residual norm calculation so that it is computed as part of the member
/petsc/src/ksp/ksp/interface/
H A Ditcreate.c358 ksp->lagnorm = flg; in KSPSetLagNorm()
H A Ditcl.c480 …ag_norm", "Lag the calculation of the residual norm", "KSPSetLagNorm", ksp->lagnorm, &flag, &flg)); in KSPSetFromOptions()