Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c35 REVOLVE_ONLINE, enumerator
926 if (stype == REVOLVE_ONLINE && whattodo == 8) whattodo = 5; in ApplyRevolve()
927 if (stype == REVOLVE_ONLINE && whattodo == 7) whattodo = 2; in ApplyRevolve()
932 if (stype == REVOLVE_ONLINE && rctx->capo >= total_steps - 1) { in ApplyRevolve()
965 if (stype == REVOLVE_ONLINE && rctx->capo >= total_steps - 1) { in ApplyRevolve()
1724 case REVOLVE_ONLINE: in TSTrajectorySet_Memory()
1779 case REVOLVE_ONLINE: in TSTrajectoryGet_Memory()
2089 …if (tjsch->use_online) tjsch->stype = REVOLVE_ONLINE; /* trick into online (for testing purpose on… in TSTrajectorySetUp_Memory()
2151 case REVOLVE_ONLINE: in TSTrajectorySetUp_Memory()
2180 if (tjsch->stype == REVOLVE_ONLINE) rctx->fine = -1; in TSTrajectorySetUp_Memory()