| /petsc/src/ksp/pc/impls/ksp/ |
| H A D | pcksp.c | 7 PetscInt its; /* total number of iterations KSP uses */ member 34 PetscInt its; in PCApply_KSP() local 52 PetscInt its; in PCMatApply_KSP() local 70 PetscInt its; in PCApplyTranspose_KSP() local 88 PetscInt its; in PCMatApplyTranspose_KSP() local
|
| /petsc/src/ksp/pc/impls/sor/ |
| H A D | sor.c | 7 PetscInt its; /* inner iterations, number of sweeps */ member 52 …ec b, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its, PetscBool gues… in PCApplyRichardson_SOR() 140 static PetscErrorCode PCSORSetIterations_SOR(PC pc, PetscInt its, PetscInt lits) in PCSORSetIterations_SOR() 168 static PetscErrorCode PCSORGetIterations_SOR(PC pc, PetscInt *its, PetscInt *lits) in PCSORGetIterations_SOR() 273 PetscErrorCode PCSORGetIterations(PC pc, PetscInt *its, PetscInt *lits) in PCSORGetIterations() 376 PetscErrorCode PCSORSetIterations(PC pc, PetscInt its, PetscInt lits) in PCSORSetIterations()
|
| /petsc/src/snes/interface/ |
| H A D | snesut.c | 29 PetscErrorCode SNESMonitorSolution(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat … in SNESMonitorSolution() 66 PetscErrorCode SNESMonitorResidual(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat … in SNESMonitorResidual() 102 PetscErrorCode SNESMonitorSolutionUpdate(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndF… in SNESMonitorSolutionUpdate() 298 PetscErrorCode SNESMonitorDefault(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat *… in SNESMonitorDefault() 376 PetscErrorCode SNESMonitorScaling(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat *… in SNESMonitorScaling() 566 PetscErrorCode SNESMonitorRatio(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat *vf) in SNESMonitorRatio() 619 PetscErrorCode SNESMonitorDefaultShort(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFor… in SNESMonitorDefaultShort() 663 PetscErrorCode SNESMonitorDefaultField(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFor… in SNESMonitorDefaultField()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscksp.pxi | 253 PetscInt its, 271 PetscInt its,
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_ksp.py | 144 def monitor(ksp, its, rnorm): argument 165 def converged(ksp, its, rnorm): argument 177 def converged(ksp, its, rnorm): argument
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex9.c | 31 PetscInt Ii, J, i, j, m = 3, n = 2, its, t; in main() local 407 PetscErrorCode CheckError(Vec u, Vec x, Vec b, PetscInt its, PetscReal tol, PetscLogEvent CHECK_ERR… in CheckError()
|
| H A D | ex1.c | 22 PetscInt i, n = 10, col[3], its; in main() local
|
| H A D | ex100.c | 7 PetscInt N = 100, its = 0; in RunTest() local
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex43.c | 20 PetscInt m, its; in main() local
|
| H A D | ex18.c | 10 PetscInt its, m, n, mvec; in main() local
|
| H A D | ex15.c | 10 PetscInt i, n = 10, col[3], its, i1, i2; in main() local
|
| H A D | ex25.c | 10 PetscInt its, k; in main() local
|
| H A D | ex48.c | 18 PetscInt i, n = 2, col[3], its; in main() local
|
| H A D | ex50.c | 12 PetscInt i, j, k, l, n = 27, its, bs = 2, Ii, J; in main() local
|
| /petsc/src/tao/snes/ |
| H A D | taosnes.c | 11 PetscInt its; in TaoSolve_SNES() local 60 static PetscErrorCode TAOSNESMonitor(SNES snes, PetscInt its, PetscReal fnorm, PetscCtx ctx) in TAOSNESMonitor()
|
| /petsc/src/binding/petsc4py/demo/legacy/kspsolve/ |
| H A D | test_mat_cg.py | 35 its, norm = cg(A,b,x,100,1e-5) variable
|
| /petsc/src/ksp/pc/tutorials/ |
| H A D | ex1.c | 29 PetscInt i, j, its; in main() local
|
| H A D | ex2.c | 27 PetscInt i, j, its; in main() local
|
| /petsc/src/ksp/pc/tests/ |
| H A D | ex3.c | 14 PetscInt n = 10, i, its, col[3]; in main() local
|
| H A D | ex2.c | 12 PetscInt n = 10, i, its, col[3]; in main() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex2.c | 38 PetscInt its, n = 5, i, maxit, maxf; in main() local 341 PetscErrorCode Monitor(SNES snes, PetscInt its, PetscReal fnorm, PetscCtx ctx) in Monitor()
|
| H A D | ex21.c | 51 PetscInt its; in main() local 166 PetscErrorCode Monitor(SNES snes, PetscInt its, PetscReal rnorm, void *dummy) in Monitor()
|
| H A D | ex35.c | 65 PetscInt its; /* iterations for convergence */ in main() local 247 PetscInt i, j, Mx, My, xs, ys, xm, ym, its, l; in NonlinearGS() local
|
| /petsc/src/snes/interface/ftn-custom/ |
| H A D | zsnesf90.c | 15 PetscInt *its, N; in snesgetconvergencehistory_() local
|
| /petsc/src/mat/tests/ |
| H A D | ex238.c | 9 PetscInt m = 50000, bs = 12, i, j, k, l, row, col, M, its = 25; in main() local
|