Home
last modified time | relevance | path

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

/petsc/src/ts/utils/
H A Dtsconvest.c31 PetscCall(TSGetComputeExactError(ts, &exactError)); in PetscConvEstComputeErrorTS_Private()
/petsc/include/
H A Dpetscts.h1595 PETSC_EXTERN PetscErrorCode TSGetComputeExactError(TS, PetscErrorCode (**)(TS, Vec, Vec));
/petsc/src/ts/interface/
H A Dts.c3709 PetscErrorCode TSGetComputeExactError(TS ts, PetscErrorCode (**exactError)(TS ts, Vec u, Vec e)) in TSGetComputeExactError() function