Searched refs:stepresize (Results 1 – 3 of 3) sorted by relevance
296 PetscBool stepresize; /* flag to indicate that the discretization was resized */ member
3529 ts->stepresize = PETSC_FALSE; in TSStep()3985 …setup", (*ts->resizesetup)(ts, ts->steps, ts->ptime, ts->vec_sol, &ts->stepresize, ts->resizectx)); in TSResize()3987 if (ts->stepresize) { in TSResize()4111 ts->stepresize = PETSC_FALSE; in TSSolve()4183 if (!ts->steprollback || (ts->stepresize && ts->resizerollback)) PetscCall(TSPreStep(ts)); in TSSolve()5504 *flg = ts->stepresize; in TSGetStepResize()
1379 if (dirk && tab->explicit_first_stage && (ts->steprestart || ts->stepresize)) { in TSStep_ARKIMEX()