Home
last modified time | relevance | path

Searched defs:ttol (Results 1 – 4 of 4) sorted by relevance

/petsc/src/snes/impls/ntrdc/
H A Dntrdcimpl.h37 PetscReal rnorm0, ttol; /* used for KSP convergence test */ member
/petsc/include/petsc/private/
H A Dpcmgimpl.h72 …PetscReal rtol, abstol, dtol, ttol; /* tolerances for when running with PCApplyRichardson_MG … member
H A Dsnesimpl.h161 PetscReal ttol; /* rtol*initial_residual_norm */ member
/petsc/src/ksp/ksp/tests/
H A Dex14.c89 PetscReal ttol; /* convergence tolerance */ in main() local