Searched refs:TS_FunctionEval (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/interface/ |
| H A D | dlregists.c | 62 PetscCall(PetscLogEventRegister("TSFunctionEval", TS_CLASSID, &TS_FunctionEval)); in TSInitializePackage()
|
| H A D | ts.c | 12 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 D | tsimpl.h | 520 PETSC_EXTERN PetscLogEvent TS_FunctionEval; variable
|
| /petsc/src/ts/interface/sensitivity/ |
| H A D | tssen.c | 381 PetscCall(PetscLogEventBegin(TS_FunctionEval, ts, U, Q, 0)); in TSComputeCostIntegrand() 384 PetscCall(PetscLogEventEnd(TS_FunctionEval, ts, U, Q, 0)); in TSComputeCostIntegrand()
|