Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c110 PetscBool use_online; member
1858 …SC_UNUSED static PetscErrorCode TSTrajectorySetRevolveOnline(TSTrajectory tj, PetscBool use_online) in TSTrajectorySetRevolveOnline() argument
1863 tjsch->use_online = use_online; in TSTrajectorySetRevolveOnline()
2017 …ine mode of revolve", "TSTrajectorySetRevolveOnline", tjsch->use_online, &tjsch->use_online, NULL)… in TSTrajectorySetFromOptions_Memory()
2089 …if (tjsch->use_online) tjsch->stype = REVOLVE_ONLINE; /* trick into online (for testing purpose on… in TSTrajectorySetUp_Memory()
2274 tjsch->use_online = PETSC_FALSE; in TSTrajectoryCreate_Memory()