Home
last modified time | relevance | path

Searched defs:its (Results 1 – 25 of 194) sorted by relevance

12345678

/petsc/src/ksp/pc/impls/ksp/
H A Dpcksp.c7 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 Dsor.c7 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 Dsnesut.c29 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 Dpetscksp.pxi253 PetscInt its,
271 PetscInt its,
/petsc/src/binding/petsc4py/test/
H A Dtest_ksp.py144 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 Dex9.c31 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 Dex1.c22 PetscInt i, n = 10, col[3], its; in main() local
H A Dex100.c7 PetscInt N = 100, its = 0; in RunTest() local
/petsc/src/ksp/ksp/tests/
H A Dex43.c20 PetscInt m, its; in main() local
H A Dex18.c10 PetscInt its, m, n, mvec; in main() local
H A Dex15.c10 PetscInt i, n = 10, col[3], its, i1, i2; in main() local
H A Dex25.c10 PetscInt its, k; in main() local
H A Dex48.c18 PetscInt i, n = 2, col[3], its; in main() local
H A Dex50.c12 PetscInt i, j, k, l, n = 27, its, bs = 2, Ii, J; in main() local
/petsc/src/tao/snes/
H A Dtaosnes.c11 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 Dtest_mat_cg.py35 its, norm = cg(A,b,x,100,1e-5) variable
/petsc/src/ksp/pc/tutorials/
H A Dex1.c29 PetscInt i, j, its; in main() local
H A Dex2.c27 PetscInt i, j, its; in main() local
/petsc/src/ksp/pc/tests/
H A Dex3.c14 PetscInt n = 10, i, its, col[3]; in main() local
H A Dex2.c12 PetscInt n = 10, i, its, col[3]; in main() local
/petsc/src/snes/tutorials/
H A Dex2.c38 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 Dex21.c51 PetscInt its; in main() local
166 PetscErrorCode Monitor(SNES snes, PetscInt its, PetscReal rnorm, void *dummy) in Monitor()
H A Dex35.c65 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 Dzsnesf90.c15 PetscInt *its, N; in snesgetconvergencehistory_() local
/petsc/src/mat/tests/
H A Dex238.c9 PetscInt m = 50000, bs = 12, i, j, k, l, row, col, M, its = 25; in main() local

12345678