Searched refs:logT (Results 1 – 1 of 1) sorted by relevance
226 PetscInt printing = 0, logT; in Monitor() local232 logT = (PetscInt)PetscLog2Real(time / dt); in Monitor()233 if (logT < 0) logT = 0; in Monitor()234 ctx->verbose = PetscPowInt(2, logT) / 2; in Monitor()