Home
last modified time | relevance | path

Searched refs:minres (Results 1 – 8 of 8) sorted by relevance

/petsc/src/ksp/ksp/impls/minres/
H A Dminres.c39 KSP_MINRES *minres = (KSP_MINRES *)ksp->data; in KSPSetUp_MINRES() local
41 PetscCall(PetscFree4(minres->e, minres->d, minres->ee, minres->dd)); in KSPSetUp_MINRES()
42 …PetscCall(PetscMalloc4(maxit + 1, &minres->e, maxit, &minres->d, maxit, &minres->ee, maxit, &minre… in KSPSetUp_MINRES()
96 KSP_MINRES *minres = (KSP_MINRES *)ksp->data; in KSPSolve_MINRES() local
123 e = minres->e; in KSPSolve_MINRES()
124 d = minres->d; in KSPSolve_MINRES()
238 if (ksp->its > 2 && minres->nutol > 0.0) { in KSPSolve_MINRES()
244 if (tmp < minres->nutol) { in KSPSolve_MINRES()
283 if (PetscAbsReal(gama) > realmin && xnorm_tmp < minres->maxxnorm) { in KSPSolve_MINRES()
285 if (Norm3(xnorm_tmp, u, zero) > minres->maxxnorm) { in KSPSolve_MINRES()
[all …]
/petsc/src/ksp/ksp/tests/output/
H A Dex48_1.out5 type: minres
H A Dex85_minres_jacobi.out7 type: minres
H A Dex85_minres_none.out9 type: minres
H A Dex48_2.out16 type: minres
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out81 … (one of) fetidp pipefgmres stcg tsirm tcqmr groppcg nash fcg symmlq lcd minres cgs preonly lgmres…
/petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/
H A Dproject.pbxproj444 …D89D1E35207AA1AB00FACC19 /* minres.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D1B4D207AA1…
1196 …B4D207AA1AA00FACC19 /* minres.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1967 D89D1B4D207AA1AA00FACC19 /* minres.c */,
2567 D89D1E35207AA1AB00FACC19 /* minres.c in Sources */,
/petsc/doc/manual/
H A Dksp.md377 - ``minres``