| /petsc/src/snes/impls/gs/ |
| H A D | snesgs.c | 33 PetscErrorCode SNESNGSSetTolerances(SNES snes, PetscReal abstol, PetscReal rtol, PetscReal stol, Pe… in SNESNGSSetTolerances() 79 PetscErrorCode SNESNGSGetTolerances(SNES snes, PetscReal *atol, PetscReal *rtol, PetscReal *stol, P… in SNESNGSGetTolerances() 172 PetscReal rtol = PETSC_CURRENT, atol = PETSC_CURRENT, stol = PETSC_CURRENT; in SNESSetFromOptions_NGS() local
|
| H A D | gsimpl.h | 9 PetscReal rtol; /* relative tolerance of the inner pointblock solver */ member
|
| H A D | gssecant.c | 18 PetscReal atol, rtol, stol; in SNESComputeNGSDefaultSecant() local
|
| /petsc/src/sys/utils/ |
| H A D | mathclose.c | 17 PetscBool PetscIsCloseAtTol(PetscReal a, PetscReal b, PetscReal rtol, PetscReal atol) in PetscIsCloseAtTol()
|
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex4.c | 45 #define CheckVals(a, b, rtol, atol, msg) \ argument 55 PetscReal rtol = PETSC_SMALL, atol = 0.0; in main() local
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex63.c | 7 const PetscReal rtol = 1e-10, atol = PETSC_SMALL; in CheckExp() local
|
| H A D | ex64.c | 7 const PetscReal rtol = 1e-10, atol = PETSC_SMALL; in CheckLog() local
|
| /petsc/src/ksp/ksp/impls/gmres/fgmres/ |
| H A D | modpcf.c | 76 PetscReal rtol, abstol, dtol; in KSPFlexibleModifyPCKSP() local
|
| /petsc/src/vec/vec/utils/tagger/impls/ |
| H A D | cdf.c | 18 PetscReal rtol; member 161 PetscReal rtol, atol; in VecTaggerComputeBox_CDF_SortedArray_Iterative() local 485 PetscErrorCode VecTaggerCDFIterativeSetTolerances(VecTagger tagger, PetscInt maxit, PetscReal rtol,… in VecTaggerCDFIterativeSetTolerances() 518 …ecTaggerCDFIterativeGetTolerances(VecTagger tagger, PetscInt *maxit, PetscReal *rtol, PetscReal *a… in VecTaggerCDFIterativeGetTolerances()
|
| /petsc/src/snes/linesearch/impls/bisection/ |
| H A D | linesearchbisection.c | 13 PetscReal rtol, atol, ltol; in SNESLineSearchApply_Bisection() local
|
| /petsc/src/binding/petsc4py/demo/legacy/petsc-examples/ksp/ |
| H A D | ex2.py | 169 rtol=1.e-2/((m+1)*(n+1)) variable
|
| /petsc/src/snes/linesearch/impls/cp/ |
| H A D | linesearchcp.c | 9 PetscReal xnorm, ynorm, gnorm, minlambda, maxlambda, rtol, atol, ltol; in SNESLineSearchApply_CP() local
|
| /petsc/src/mat/tests/ |
| H A D | ex261.c | 8 const PetscReal rtol = 1e-10, atol = PETSC_SMALL; in CheckDiagonal() local
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex13.c | 31 PetscReal rtol = PETSC_DEFAULT; in main() local
|
| /petsc/src/mat/impls/aij/mpi/strumpack/ |
| H A D | strumpack.c | 329 static PetscErrorCode MatSTRUMPACKSetCompRelTol_STRUMPACK(Mat F, PetscReal rtol) in MatSTRUMPACKSetCompRelTol_STRUMPACK() 337 static PetscErrorCode MatSTRUMPACKGetCompRelTol_STRUMPACK(Mat F, PetscReal *rtol) in MatSTRUMPACKGetCompRelTol_STRUMPACK() 362 PetscErrorCode MatSTRUMPACKSetCompRelTol(Mat F, PetscReal rtol) in MatSTRUMPACKSetCompRelTol() 385 PetscErrorCode MatSTRUMPACKGetCompRelTol(Mat F, PetscReal *rtol) in MatSTRUMPACKGetCompRelTol()
|
| /petsc/src/ksp/pc/tests/ |
| H A D | ex5.c | 220 PetscErrorCode gauss_seidel(PC pc, Vec bb, Vec xx, Vec w, PetscReal rtol, PetscReal abstol, PetscRe… in gauss_seidel() 245 PetscErrorCode jacobi_smoother(PC pc, Vec bb, Vec xx, Vec w, PetscReal rtol, PetscReal abstol, Pets… in jacobi_smoother()
|
| /petsc/src/snes/tests/ |
| H A D | ex5.c | 31 PetscReal abstol, rtol, stol, norm; in main() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex2.c | 41 PetscReal abstol, rtol, stol, norm; in main() local
|
| H A D | ex3k.kokkos.cxx | 228 PetscReal abstol, rtol, stol, norm; in main() local
|
| /petsc/src/tao/complementarity/impls/ssls/ |
| H A D | ssls.h | 61 PetscReal rtol; /* Solution tolerances */ member
|
| /petsc/src/tao/leastsquares/impls/pounders/ |
| H A D | gqt.c | 214 …tscInt n, PetscReal *a, PetscInt lda, PetscReal *b, PetscReal delta, PetscReal rtol, PetscReal ato… in gqt()
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | itcl.c | 346 PetscReal rtol, abstol, divtol; in KSPSetFromOptions() local
|
| /petsc/src/ksp/pc/impls/factor/ |
| H A D | factor.c | 412 PetscErrorCode PCFactorReorderForNonzeroDiagonal(PC pc, PetscReal rtol) in PCFactorReorderForNonzeroDiagonal()
|
| /petsc/include/petsc/private/ |
| H A D | taolinesearchimpl.h | 59 PetscReal rtol; /* relative tol for acceptable step (rtol>0) */ member
|
| H A D | linesearchimpl.h | 59 PetscReal rtol; member
|