Home
last modified time | relevance | path

Searched refs:truncation (Results 1 – 17 of 17) sorted by relevance

/petsc/src/ksp/ksp/tests/output/
H A Dex85_fcg_jacobi.out10 Using Notay's truncation strategy
H A Dex85_fcg_none.out12 Using Notay's truncation strategy
H A Dex3_hypre.out18 Interpolation truncation factor 0.
H A Dex3_hypre_alt.out18 Interpolation truncation factor 0.
/petsc/src/ts/tutorials/phasefield/
H A Dbiharmonic.c60 PetscInt truncation; member
97 ctx.truncation = 1; in main()
98 PetscCall(PetscOptionsGetInt(NULL, NULL, "-truncation", &ctx.truncation, NULL)); in main()
259 …if (ctx->truncation == 2) { /* log function with approximated with a quadratic polynomial outside … in FormFunction()
273 if (ctx->truncation == 2) { /* quadratic */ in FormFunction()
582 if (ctx->truncation == 2) { /* quadratic */ in MyMonitor()
596 if (ctx->truncation == 2) { in MyMonitor()
682 if (ctx->truncation == 2) { /* quadratic */ in MyMonitor()
701 if (ctx->truncation == 2) { /* quadratic */ in MyMonitor()
/petsc/src/ksp/ksp/tutorials/output/
H A Dex55_hypre_device.out32 Interpolation truncation factor 0.
H A Dex55_hypre_device_alt.out30 Interpolation truncation factor 0.
H A Dex49_hypre_nullspace_alt.out25 Interpolation truncation factor 0.
H A Dex49_hypre_nullspace.out26 Interpolation truncation factor 0.
H A Dex43_5.out39 Using Notay's truncation strategy
H A Dex43_4.out43 Using Notay's truncation strategy
/petsc/src/ksp/pc/tests/output/
H A Dex10_1.out9 Interpolation truncation factor 0.
/petsc/doc/changes/
H A D37.md177 estimating the local truncation error with a BDF-2 formula.
H A D320.md113 - Add `VecErrorWeightedNorms()` to unify weighted local truncation error norms used in `TS`
/petsc/doc/manual/
H A Dts.md1009 and `-ts_rtol`. The error estimate is based on the local truncation
1011 truncation error satisfies the tolerances provided by the user and
1013 truncation is obtained by comparing the solution $y$ to a lower
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DTS.pyx2030 """Set tolerances for local truncation error when using an adaptive controller.
2073 """Return the tolerances for local truncation error.
H A DMat.pyx5132 The absolute truncation threshold.