Home
last modified time | relevance | path

Searched refs:fixedtimestep (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c2038 PetscBool fixedtimestep; in TSTrajectorySetUp_Memory() local
2042 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()