Searched refs:tot_its (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex19.c | 375 PetscInt max_its, tot_its; in NonlinearGS() local 396 tot_its = 0; in NonlinearGS() 618 tot_its++; in NonlinearGS() 635 PetscCall(PetscLogFlops(tot_its * (84.0 + 41.0 + 26.0))); in NonlinearGS()
|
| H A D | ex5.c | 517 PetscInt i, j, k, Mx, My, xs, ys, xm, ym, its, tot_its, sweeps, l; in NonlinearGS() local 526 tot_its = 0; in NonlinearGS() 590 tot_its++; in NonlinearGS() 605 PetscCall(PetscLogFlops(tot_its * (21.0))); in NonlinearGS()
|
| H A D | ex55.c | 461 PetscInt i, j, k, Mx, My, xs, ys, xm, ym, its, tot_its, sweeps, l; in NonlinearGS() local 470 tot_its = 0; in NonlinearGS() 534 tot_its++; in NonlinearGS() 549 PetscCall(PetscLogFlops(tot_its * (21.0))); in NonlinearGS()
|
| H A D | ex15.c | 728 PetscInt i, j, k, xs, ys, xm, ym, its, tot_its, sweeps, l, m; in NonlinearGS() local 749 tot_its = 0; in NonlinearGS() 794 tot_its++; in NonlinearGS() 809 PetscCall(PetscLogFlops(tot_its * (118.0))); in NonlinearGS()
|