| /petsc/src/ksp/ksp/impls/gmres/fgmres/ |
| H A D | modpcf.c | 76 PetscReal rtol, abstol, dtol; in KSPFlexibleModifyPCKSP() local 91 PetscCall(KSPGetTolerances(sub_ksp, &rtol, &abstol, &dtol, &maxits)); in KSPFlexibleModifyPCKSP() 94 PetscCall(KSPSetTolerances(sub_ksp, rtol, abstol, dtol, maxits)); in KSPFlexibleModifyPCKSP()
|
| /petsc/src/mat/tutorials/ |
| H A D | ex16.c | 19 PetscReal norm, percent, val, dtol = 1.e-16; in main() local 70 if (val > dtol) { in main()
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_snes.py | 72 dtol = self.snes.getDivergenceTolerance() 73 self.assertTrue(dtol > 0) 75 dtol = self.snes.getDivergenceTolerance() 76 self.assertEqual(dtol, PETSc.UNLIMITED) 78 self.assertEqual(dtol, PETSc.UNLIMITED)
|
| /petsc/src/ksp/pc/impls/shell/ftn-custom/ |
| H A D | zshellpcf.c | 64 …n(PC pc, Vec x, Vec y, Vec w, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt m, PetscB… in ourapplyrichardson() argument 66 …cObject)pc)->fortran_func_pointers[2]))(&pc, &x, &y, &w, &rtol, &abstol, &dtol, &m, &guesszero, ou… in ourapplyrichardson()
|
| /petsc/include/petsc/private/ |
| H A D | pcmgimpl.h | 72 …PetscReal rtol, abstol, dtol, ttol; /* tolerances for when running with PCApplyRichardson_MG … member
|
| /petsc/src/ksp/pc/impls/bjacobi/bjkokkos/ |
| H A D | bjkokkos.kokkos.cxx | 88 …hared, const int stride_shared, PetscReal rtol, PetscReal atol, PetscReal dtol, PetscInt maxit, Ba… in BJSolve_TFQMR() argument 261 if (dpest / r0 > dtol) { in BJSolve_TFQMR() 267 if (dpest / r0 > dtol) { in BJSolve_TFQMR() 330 …hared, const int stride_shared, PetscReal rtol, PetscReal atol, PetscReal dtol, PetscInt maxit, Ba… in BJSolve_BICG() argument 482 if (dp / r0 > dtol) { in BJSolve_BICG() 488 if (dp / r0 > dtol) { in BJSolve_BICG() 541 PetscReal rtol = jac->ksp->rtol, atol = jac->ksp->abstol, dtol = jac->ksp->divtol; in PCApply_BJKOKKOS() local 640 …l, stride_global, nShareVec, work_buff_shared, stride_shared, rtol, atol, dtol, maxit, &d_metadata… in PCApply_BJKOKKOS() 643 …l, stride_global, nShareVec, work_buff_shared, stride_shared, rtol, atol, dtol, maxit, &d_metadata… in PCApply_BJKOKKOS()
|
| /petsc/src/ts/tutorials/output/ |
| H A D | ex20opt_ic_2.out | 41 dtol: 0
|
| H A D | ex20opt_ic_3.out | 41 dtol: 0
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | itfunc.c | 1641 …es(KSP ksp, PeOp PetscReal *rtol, PeOp PetscReal *abstol, PeOp PetscReal *dtol, PeOp PetscInt *max… in KSPGetTolerances() argument 1647 if (dtol) *dtol = ksp->divtol; in KSPGetTolerances() 1693 PetscErrorCode KSPSetTolerances(KSP ksp, PetscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt… in KSPSetTolerances() argument 1699 PetscValidLogicalCollectiveReal(ksp, dtol, 4); in KSPSetTolerances() 1714 if (dtol == (PetscReal)PETSC_DETERMINE) { in KSPSetTolerances() 1716 } else if (dtol == (PetscReal)PETSC_UNLIMITED) { in KSPSetTolerances() 1718 } else if (dtol != (PetscReal)PETSC_CURRENT) { in KSPSetTolerances() 1719 …scCheck(dtol >= 0.0, PetscObjectComm((PetscObject)ksp), PETSC_ERR_ARG_OUTOFRANGE, "Divergence tole… in KSPSetTolerances() 1720 ksp->divtol = dtol; in KSPSetTolerances()
|
| /petsc/src/mat/impls/aij/seq/superlu/ |
| H A D | superlu.c | 461 static PetscErrorCode MatSuperluSetILUDropTol_SuperLU(Mat F, PetscReal dtol) in MatSuperluSetILUDropTol_SuperLU() argument 466 lu->options.ILU_DropTol = dtol; in MatSuperluSetILUDropTol_SuperLU() 486 PetscErrorCode MatSuperluSetILUDropTol(Mat F, PetscReal dtol) in MatSuperluSetILUDropTol() argument 490 PetscValidLogicalCollectiveReal(F, dtol, 2); in MatSuperluSetILUDropTol() 491 PetscTryMethod(F, "MatSuperluSetILUDropTol_C", (Mat, PetscReal), (F, dtol)); in MatSuperluSetILUDropTol()
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mgfunc.c | 591 PetscReal rtol, abstol, dtol; in PCMGGetSmootherUp() local 596 PetscCall(KSPGetTolerances(mglevels[l]->smoothd, &rtol, &abstol, &dtol, &maxits)); in PCMGGetSmootherUp() 607 PetscCall(KSPSetTolerances(mglevels[l]->smoothu, rtol, abstol, dtol, maxits)); in PCMGGetSmootherUp()
|
| /petsc/src/ts/tutorials/optimal_control/output/ |
| H A D | ex1_3.out | 44 dtol: 0
|
| H A D | ex1_2.out | 44 dtol: 0
|
| /petsc/src/tao/bound/tutorials/output/ |
| H A D | plate2_20_alt.out | 46 dtol: 0
|
| H A D | plate2_10.out | 45 dtol: 0
|
| H A D | plate2_11.out | 46 dtol: 0
|
| H A D | plate2_12.out | 46 dtol: 0
|
| H A D | plate2_18.out | 45 dtol: 0
|
| H A D | plate2_20.out | 46 dtol: 0
|
| H A D | plate2_19.out | 46 dtol: 0
|
| H A D | jbearing2_17.out | 58 dtol: 0
|
| /petsc/src/tao/leastsquares/tutorials/output/ |
| H A D | cs1_view_l1dict_alt.out | 41 dtol: 0
|
| H A D | cs1_view_l1dict.out | 41 dtol: 0
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvmimpl.c | 289 PetscReal rtol, atol, dtol; in MatDuplicate_LMVM() local 292 PetscCall(KSPGetTolerances(bctx->J0ksp, &rtol, &atol, &dtol, &max_it)); in MatDuplicate_LMVM() 293 PetscCall(KSPSetTolerances(mctx->J0ksp, rtol, atol, dtol, max_it)); in MatDuplicate_LMVM()
|
| /petsc/src/ml/regressor/tests/output/ |
| H A D | ex2_prefix_tao_alt.out | 44 dtol: 0
|