Searched refs:TSGetComputeExactError (Results 1 – 3 of 3) sorted by relevance
31 PetscCall(TSGetComputeExactError(ts, &exactError)); in PetscConvEstComputeErrorTS_Private()
1595 PETSC_EXTERN PetscErrorCode TSGetComputeExactError(TS, PetscErrorCode (**)(TS, Vec, Vec));
3709 PetscErrorCode TSGetComputeExactError(TS ts, PetscErrorCode (**exactError)(TS ts, Vec u, Vec e)) in TSGetComputeExactError() function