Home
last modified time | relevance | path

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

/petsc/share/petsc/suppressions/
H A Dubsan33 function:TSComputeSolutionFunction
/petsc/src/ts/interface/
H A Dtsmon.c783 PetscCall(TSComputeSolutionFunction(ts, ptime, work)); in TSMonitorDrawSolutionFunction()
822 PetscCall(TSComputeSolutionFunction(ts, ptime, work)); in TSMonitorDrawError()
1359 PetscCall(TSComputeSolutionFunction(ts, ptime, y)); in TSMonitorLGError()
1597 PetscCall(TSComputeSolutionFunction(ts, ptime, y)); in TSMonitorError()
H A Dts.c673 PetscErrorCode TSComputeSolutionFunction(TS ts, PetscReal t, Vec U) in TSComputeSolutionFunction() function
/petsc/include/
H A Dpetscts.h779 PETSC_EXTERN PetscErrorCode TSComputeSolutionFunction(TS, PetscReal, Vec);