Home
last modified time | relevance | path

Searched refs:TSSetComputeExactError (Results 1 – 6 of 6) sorted by relevance

/petsc/src/dm/impls/swarm/tests/
H A Dex4.c499 PetscCall(TSSetComputeExactError(ts, ComputeError)); in main()
H A Dex5.c553 PetscCall(TSSetComputeExactError(ts, ComputeError)); in main()
H A Dex6.c1127 PetscCall(TSSetComputeExactError(ts, ComputeError)); in main()
/petsc/src/ts/tutorials/
H A Dex77.c930 PetscCall(TSSetComputeExactError(sts, ComputeParticleError)); in main()
/petsc/include/
H A Dpetscts.h1596 PETSC_EXTERN PetscErrorCode TSSetComputeExactError(TS, PetscErrorCode (*)(TS, Vec, Vec));
/petsc/src/ts/interface/
H A Dts.c3736 PetscErrorCode TSSetComputeExactError(TS ts, PetscErrorCode (*exactError)(TS ts, Vec u, Vec e)) in TSSetComputeExactError() function