Lines Matching refs:PetscReal
19 PetscReal *fnorms; /* the residual norm history */
20 PetscReal *xnorms; /* the solution norm history */
29 PetscReal descent_ls_test; /* restart GMRES when X_A -X_M is not a descent direction */
34 PetscReal gammaA; /* Criterion A residual tolerance */
35 PetscReal epsilonB; /* Criterion B difference tolerance */
36 PetscReal deltaB; /* Criterion B residual tolerance */
37 PetscReal gammaC; /* Restart residual tolerance */
40 PetscReal andersonBeta; /* Relaxation parameter for Anderson Mixing */
49 PetscReal *s; /* the singular values */
50 PetscReal rcond; /* the exit condition */
53 PetscReal *rwork; /* the real work vector used for complex */
64 …ERN PetscErrorCode SNESNGMRESUpdateSubspace_Private(SNES, PetscInt, PetscInt, Vec, PetscReal, Vec);
65 …ESNGMRESFormCombinedSolution_Private(SNES, PetscInt, PetscInt, Vec, Vec, PetscReal, Vec, Vec, Vec);
66 … Vec, Vec, Vec, Vec, Vec, PetscReal *, PetscReal *, PetscReal *, PetscReal *, PetscReal *, PetscRe…
67 …PetscReal, PetscReal, PetscReal, PetscReal, Vec, Vec, PetscReal, PetscReal, PetscReal, PetscReal, …
68 …NGMRESSelectRestart_Private(SNES, PetscInt, PetscReal, PetscReal, PetscReal, PetscReal, PetscReal,…