Searched refs:TSSetComputeExactError (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex4.c | 499 PetscCall(TSSetComputeExactError(ts, ComputeError)); in main()
|
| H A D | ex5.c | 553 PetscCall(TSSetComputeExactError(ts, ComputeError)); in main()
|
| H A D | ex6.c | 1127 PetscCall(TSSetComputeExactError(ts, ComputeError)); in main()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex77.c | 930 PetscCall(TSSetComputeExactError(sts, ComputeParticleError)); in main()
|
| /petsc/include/ |
| H A D | petscts.h | 1596 PETSC_EXTERN PetscErrorCode TSSetComputeExactError(TS, PetscErrorCode (*)(TS, Vec, Vec));
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 3736 PetscErrorCode TSSetComputeExactError(TS ts, PetscErrorCode (*exactError)(TS ts, Vec u, Vec e)) in TSSetComputeExactError() function
|