Searched refs:Ucached (Results 1 – 3 of 3) sorted by relevance
146 PetscCall(PetscObjectStateGet((PetscObject)U, &tj->lag.Ucached.state)); in TSTrajectoryReconstruct_Private()147 PetscCall(PetscObjectGetId((PetscObject)U, &tj->lag.Ucached.id)); in TSTrajectoryReconstruct_Private()148 tj->lag.Ucached.time = t; in TSTrajectoryReconstruct_Private()149 tj->lag.Ucached.step = tshhist_id[id]; in TSTrajectoryReconstruct_Private()157 PetscCall(PetscObjectStateGet((PetscObject)U, &tj->lag.Ucached.state)); in TSTrajectoryReconstruct_Private()158 PetscCall(PetscObjectGetId((PetscObject)U, &tj->lag.Ucached.id)); in TSTrajectoryReconstruct_Private()159 tj->lag.Ucached.time = t; in TSTrajectoryReconstruct_Private()160 tj->lag.Ucached.step = PETSC_INT_MIN; in TSTrajectoryReconstruct_Private()
185 …if (id == tj->lag.Ucached.id && *time == tj->lag.Ucached.time && state == tj->lag.Ucached.state) U… in TSTrajectoryGetVecs()187 …if (id == tj->lag.Ucached.id && stepnum == tj->lag.Ucached.step && state == tj->lag.Ucached.state)… in TSTrajectoryGetVecs()246 PetscCall(PetscObjectStateGet((PetscObject)U, &tj->lag.Ucached.state)); in TSTrajectoryGetVecs()247 PetscCall(PetscObjectGetId((PetscObject)U, &tj->lag.Ucached.id)); in TSTrajectoryGetVecs()248 tj->lag.Ucached.time = *time; in TSTrajectoryGetVecs()249 tj->lag.Ucached.step = stepnum; in TSTrajectoryGetVecs()415 t->lag.Ucached.id = 0; in TSTrajectoryCreate()416 t->lag.Ucached.state = -1; in TSTrajectoryCreate()417 t->lag.Ucached.time = PETSC_MIN_REAL; in TSTrajectoryCreate()418 t->lag.Ucached.step = PETSC_INT_MAX; in TSTrajectoryCreate()
112 } Ucached; member