Searched refs:dtInitial (Results 1 – 1 of 1) sorted by relevance
64 PetscReal dtInitial; /* Override the choice for first timestep */ member1500 options->dtInitial = -1.0; in ProcessOptions()1507 …nitial", "Override the initial timestep", "ex53.c", options->dtInitial, &options->dtInitial, NULL)… in ProcessOptions()2088 PetscReal dtInitial; in TSAdaptChoose_Terzaghi() local2097 dtInitial = ctx->dtInitial < 0.0 ? 1.0e-4 * ctx->t_r : ctx->dtInitial; in TSAdaptChoose_Terzaghi()2099 if (PetscAbsReal(dtInitial - h) > PETSC_SMALL) { in TSAdaptChoose_Terzaghi()2101 *next_h = dtInitial; in TSAdaptChoose_Terzaghi()2105 *next_h = dtTarget < 0.0 ? dtInitial : dtTarget; in TSAdaptChoose_Terzaghi()