Lines Matching refs:state
180 PetscObjectState state; in TSTrajectoryGetVecs() local
182 PetscCall(PetscObjectStateGet((PetscObject)U, &state)); in TSTrajectoryGetVecs()
185 …id == tj->lag.Ucached.id && *time == tj->lag.Ucached.time && state == tj->lag.Ucached.state) U = N… in TSTrajectoryGetVecs()
187 … == tj->lag.Ucached.id && stepnum == tj->lag.Ucached.step && state == tj->lag.Ucached.state) U = N… in TSTrajectoryGetVecs()
198 PetscObjectState state; in TSTrajectoryGetVecs() local
200 PetscCall(PetscObjectStateGet((PetscObject)Udot, &state)); in TSTrajectoryGetVecs()
203 …j->lag.Udotcached.id && *time == tj->lag.Udotcached.time && state == tj->lag.Udotcached.state) Udo… in TSTrajectoryGetVecs()
205 …>lag.Udotcached.id && stepnum == tj->lag.Udotcached.step && state == tj->lag.Udotcached.state) Udo… in TSTrajectoryGetVecs()
246 PetscCall(PetscObjectStateGet((PetscObject)U, &tj->lag.Ucached.state)); in TSTrajectoryGetVecs()
416 t->lag.Ucached.state = -1; in TSTrajectoryCreate()
420 t->lag.Udotcached.state = -1; in TSTrajectoryCreate()