Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/ts/trajectory/interface/
H A Dtraj.c75 if (tj->lag.caching) tj->lag.Udotcached.time = PETSC_MIN_REAL; in TSTrajectorySet()
218 …if (id == tj->lag.Udotcached.id && *time == tj->lag.Udotcached.time && state == tj->lag.Udotcached in TSTrajectoryGetVecs()
220 …if (id == tj->lag.Udotcached.id && stepnum == tj->lag.Udotcached.step && state == tj->lag.Udotcach… in TSTrajectoryGetVecs()
446 t->lag.Udotcached.id = 0; in TSTrajectoryCreate()
447 t->lag.Udotcached.state = -1; in TSTrajectoryCreate()
448 t->lag.Udotcached.time = PETSC_MIN_REAL; in TSTrajectoryCreate()
449 t->lag.Udotcached.step = PETSC_MAX_INT; in TSTrajectoryCreate()
/dports/science/PETSc/petsc-3.14.1/src/ts/trajectory/utils/
H A Dreconstruct.c183 ierr = PetscObjectStateGet((PetscObject)Udot,&tj->lag.Udotcached.state);CHKERRQ(ierr); in TSTrajectoryReconstruct_Private()
184 ierr = PetscObjectGetId((PetscObject)Udot,&tj->lag.Udotcached.id);CHKERRQ(ierr); in TSTrajectoryReconstruct_Private()
185 tj->lag.Udotcached.time = t; in TSTrajectoryReconstruct_Private()
186 tj->lag.Udotcached.step = PETSC_MIN_INT; in TSTrajectoryReconstruct_Private()
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dtsimpl.h115 } Udotcached; member
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS13170 } Udotcached;115,4119
H A DCTAGS35339 Udotcached include/petsc/private/tsimpl.h /^ } Udotcached;$/;" m language:C++ struct:_p_TSTrajec…