Searched refs:TSGetTimeError (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ts/adapt/impls/glee/ |
| H A D | adaptglee.c | 32 PetscCall(TSGetTimeError(ts, 0, &E)); in TSAdaptChoose_GLEE() 78 PetscCall(TSGetTimeError(ts, 0, &glee->Y)); in TSAdaptChoose_GLEE()
|
| /petsc/src/ts/impls/glee/ |
| H A D | glee.c | 574 PetscCall(TSGetTimeError(ts, 0, &glee->yGErr)); in TSStep_GLEE()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex31.c | 1235 PetscCall(TSGetTimeError(ts, 0, &Yerr)); in SolveODE()
|
| /petsc/doc/manual/ |
| H A D | ts.md | 767 - `TSGetTimeError`: Returns the estimated error vector 773 PetscCall(TSGetTimeError(TS, PetscInt n, Vec*))
|
| /petsc/include/ |
| H A D | petscts.h | 277 PETSC_EXTERN PetscErrorCode TSGetTimeError(TS, PetscInt, Vec *);
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 2354 PetscErrorCode TSGetTimeError(TS ts, PetscInt n, Vec *v) in TSGetTimeError() function
|