Searched refs:maxxnorm (Results 1 – 1 of 1) sorted by relevance
20 PetscReal maxxnorm; member283 if (PetscAbsReal(gama) > realmin && xnorm_tmp < minres->maxxnorm) { in KSPSolve_MINRES()285 if (Norm3(xnorm_tmp, u, zero) > minres->maxxnorm) { in KSPSolve_MINRES()308 if (xnorm < minres->maxxnorm) { in KSPSolve_MINRES()408 if (xnorm >= minres->maxxnorm) flag = 6; // xnorm exceeded its limit in KSPSolve_MINRES()698 minres->maxxnorm = radius; in KSPMINRESSetRadius_MINRES()724 …ximum allowed norm of solution", "KSPMINRESSetRadius", minres->maxxnorm, &minres->maxxnorm, NULL)); in KSPSetFromOptions_MINRES()854 minres->maxxnorm = 1.0 / PETSC_SQRT_MACHINE_EPSILON; in KSPCreate_MINRES()