Home
last modified time | relevance | path

Searched refs:TS_FunctionEval (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/interface/
H A Ddlregists.c62 PetscCall(PetscLogEventRegister("TSFunctionEval", TS_CLASSID, &TS_FunctionEval)); in TSInitializePackage()
H A Dts.c12 PetscLogEvent TS_Step, TS_PseudoComputeTimeStep, TS_FunctionEval, TS_JacobianEval; variable
647 PetscCall(PetscLogEventBegin(TS_FunctionEval, U, ts, y, 0)); in TSComputeRHSFunction()
652 PetscCall(PetscLogEventEnd(TS_FunctionEval, U, ts, y, 0)); in TSComputeRHSFunction()
813 PetscCall(PetscLogEventBegin(TS_FunctionEval, U, ts, Udot, Y)); in TSComputeIFunction()
833 PetscCall(PetscLogEventEnd(TS_FunctionEval, U, ts, Udot, Y)); in TSComputeIFunction()
1543 PetscCall(PetscLogEventBegin(TS_FunctionEval, U, ts, V, F)); in TSComputeI2Function()
1556 PetscCall(PetscLogEventEnd(TS_FunctionEval, U, ts, V, F)); in TSComputeI2Function()
/petsc/include/petsc/private/
H A Dtsimpl.h520 PETSC_EXTERN PetscLogEvent TS_FunctionEval; variable
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c381 PetscCall(PetscLogEventBegin(TS_FunctionEval, ts, U, Q, 0)); in TSComputeCostIntegrand()
384 PetscCall(PetscLogEventEnd(TS_FunctionEval, ts, U, Q, 0)); in TSComputeCostIntegrand()