Home
last modified time | relevance | path

Searched refs:PETSC_REAL_MIN (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscmath.h893 #define PETSC_REAL_MIN 1.1754944e-38F macro
900 #define PETSC_REAL_MIN 2.225073858507201e-308 macro
907 #define PETSC_REAL_MIN FLT128_MIN macro
914 #define PETSC_REAL_MIN .00006103515625F macro
/petsc/src/ts/tests/
H A Dex30.c334 if (w > PETSC_REAL_MIN) { in gridToParticles_private()
430 if (w > PETSC_REAL_MIN) { in PostStep()
676 if (w > PETSC_REAL_MIN) { in go()
813 if (w > PETSC_REAL_MIN) { in go()
/petsc/doc/changes/
H A D319.md113 - Add `PETSC_REAL_MIN` for smallest normalized floating point number
/petsc/src/ksp/ksp/impls/minres/
H A Dminres.c106 PetscReal epsx, realmin = PETSC_REAL_MIN, eps = PETSC_MACHINE_EPSILON; in KSPSolve_MINRES()