Searched refs:PETSC_REAL_MIN (Results 1 – 4 of 4) sorted by relevance
893 #define PETSC_REAL_MIN 1.1754944e-38F macro900 #define PETSC_REAL_MIN 2.225073858507201e-308 macro907 #define PETSC_REAL_MIN FLT128_MIN macro914 #define PETSC_REAL_MIN .00006103515625F macro
334 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()
113 - Add `PETSC_REAL_MIN` for smallest normalized floating point number
106 PetscReal epsx, realmin = PETSC_REAL_MIN, eps = PETSC_MACHINE_EPSILON; in KSPSolve_MINRES()