Searched refs:TS_Step (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/interface/ |
| H A D | dlregists.c | 61 PetscCall(PetscLogEventRegister("TSStep", TS_CLASSID, &TS_Step)); in TSInitializePackage()
|
| H A D | ts.c | 12 PetscLogEvent TS_Step, TS_PseudoComputeTimeStep, TS_FunctionEval, TS_JacobianEval; variable 3520 PetscCall(PetscLogEventBegin(TS_Step, ts, 0, 0, 0)); in TSStep() 3522 PetscCall(PetscLogEventEnd(TS_Step, ts, 0, 0, 0)); in TSStep()
|
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 518 PETSC_EXTERN PetscLogEvent TS_Step; variable
|
| /petsc/src/sys/logging/handler/impls/default/ |
| H A D | logdefault.c | 1281 …PetscLogEvent KSP_Solve, SNES_Solve, TS_Step, TAO_Solve; /* These need to be fixed to be some eve… in PetscLogHandlerView_Default_Info() local 1563 PetscCall(PetscLogStateGetEventFromName(state, "TSStep", &TS_Step)); in PetscLogHandlerView_Default_Info() 1641 …if (event_id != SNES_Solve && event_id != KSP_Solve && event_id != TS_Step && event_id != TAO_Solv… in PetscLogHandlerView_Default_Info()
|