Searched refs:TSFunctionDomainError (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/impls/explicit/euler/ |
| H A D | euler.c | 27 PetscCall(TSFunctionDomainError(ts, ts->ptime + ts->time_step, update, &stageok)); in TSStep_Euler()
|
| /petsc/src/ts/impls/symplectic/basicsymplectic/ |
| H A D | basicsymplectic.c | 243 PetscCall(TSFunctionDomainError(ts, ptime, solution, &stageok)); in TSStep_BasicSymplectic()
|
| /petsc/src/ts/adapt/interface/ |
| H A D | tsadapt.c | 1075 PetscCall(TSFunctionDomainError(ts, t, Y, &func_accept)); in TSAdaptCheckStage()
|
| /petsc/include/ |
| H A D | petscts.h | 808 PETSC_EXTERN PetscErrorCode TSFunctionDomainError(TS, PetscReal, Vec, PetscBool *);
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 5679 PetscErrorCode TSFunctionDomainError(TS ts, PetscReal stagetime, Vec Y, PetscBool *accept) in TSFunctionDomainError() function
|