Searched refs:fixedtimestep (Results 1 – 1 of 1) sorted by relevance
2038 PetscBool fixedtimestep; in TSTrajectorySetUp_Memory() local2042 PetscCall(PetscObjectTypeCompare((PetscObject)ts->adapt, TSADAPTNONE, &fixedtimestep)); in TSTrajectorySetUp_Memory()2044 fixedtimestep = PETSC_TRUE; in TSTrajectorySetUp_Memory()2048 if (fixedtimestep) tjsch->total_steps = PetscMin(ts->max_steps, total_steps); in TSTrajectorySetUp_Memory()2071 if (fixedtimestep) { in TSTrajectorySetUp_Memory()2185 …if (fixedtimestep) stack->stacksize = stack->solution_only ? tjsch->total_steps : tjsch->total_ste… in TSTrajectorySetUp_Memory()