Searched refs:base_try (Results 1 – 1 of 1) sorted by relevance
112 static PetscReal base_try[5] = {10.0, 5.0, 2.0, 1.0, 0.5}; in PetscAGetBase() local133 if (base >= base_try[i]) { in PetscAGetBase()135 base = base_try[i - 1] * e10; in PetscAGetBase()