Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Ddlregists.c71 PetscCall(PetscLogEventRegister("TSTrajDiskRead", TSTRAJECTORY_CLASSID, &TSTrajectory_DiskRead)); in TSInitializePackage()
/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c26 PetscLogEvent TSTrajectory_DiskWrite, TSTrajectory_DiskRead; variable
400 PetscCall(PetscLogEventBegin(TSTrajectory_DiskRead, tj, ts, 0, 0)); in StackLoadAll()
402 PetscCall(PetscLogEventEnd(TSTrajectory_DiskRead, tj, ts, 0, 0)); in StackLoadAll()
407 PetscCall(PetscLogEventBegin(TSTrajectory_DiskRead, tj, ts, 0, 0)); in StackLoadAll()
409 PetscCall(PetscLogEventEnd(TSTrajectory_DiskRead, tj, ts, 0, 0)); in StackLoadAll()
457 PetscCall(PetscLogEventBegin(TSTrajectory_DiskRead, tj, ts, 0, 0)); in StackLoadLast()
459 PetscCall(PetscLogEventEnd(TSTrajectory_DiskRead, tj, ts, 0, 0)); in StackLoadLast()
512 PetscCall(PetscLogEventBegin(TSTrajectory_DiskRead, tj, ts, 0, 0)); in LoadSingle()
514 PetscCall(PetscLogEventEnd(TSTrajectory_DiskRead, tj, ts, 0, 0)); in LoadSingle()
/petsc/include/petsc/private/
H A Dtsimpl.h592 PETSC_EXTERN PetscLogEvent TSTrajectory_DiskRead; variable