Searched refs:initial_time_step (Results 1 – 3 of 3) sorted by relevance
45 t->initial_time_step = t->time_step; in TSCreate()
1925 …tscCall(PetscViewerASCIIPrintf(viewer, " initial time step=%g\n", (double)ts->initial_time_step)); in TSView()2163 if (ts->setupcalled == PETSC_FALSE) ts->initial_time_step = time_step; in TSSetTimeStep()
301 …PetscReal initial_time_step; /* proposed time step at start of TSSolve(), actual time step used … member