Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/interface/
H A Dtraj.c67 if (tj->lag.caching) tj->lag.Udotcached.time = PETSC_MIN_REAL; in TSTrajectorySet()
203 …if (id == tj->lag.Udotcached.id && *time == tj->lag.Udotcached.time && state == tj->lag.Udotcached in TSTrajectoryGetVecs()
205 …if (id == tj->lag.Udotcached.id && stepnum == tj->lag.Udotcached.step && state == tj->lag.Udotcach… in TSTrajectoryGetVecs()
419 t->lag.Udotcached.id = 0; in TSTrajectoryCreate()
420 t->lag.Udotcached.state = -1; in TSTrajectoryCreate()
421 t->lag.Udotcached.time = PETSC_MIN_REAL; in TSTrajectoryCreate()
422 t->lag.Udotcached.step = PETSC_INT_MAX; in TSTrajectoryCreate()
/petsc/src/ts/trajectory/utils/
H A Dreconstruct.c167 PetscCall(PetscObjectStateGet((PetscObject)Udot, &tj->lag.Udotcached.state)); in TSTrajectoryReconstruct_Private()
168 PetscCall(PetscObjectGetId((PetscObject)Udot, &tj->lag.Udotcached.id)); in TSTrajectoryReconstruct_Private()
169 tj->lag.Udotcached.time = t; in TSTrajectoryReconstruct_Private()
170 tj->lag.Udotcached.step = PETSC_INT_MIN; in TSTrajectoryReconstruct_Private()
/petsc/include/petsc/private/
H A Dtsimpl.h118 } Udotcached; member