Home
last modified time | relevance | path

Searched refs:TSFunctionDomainError (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/impls/explicit/euler/
H A Deuler.c27 PetscCall(TSFunctionDomainError(ts, ts->ptime + ts->time_step, update, &stageok)); in TSStep_Euler()
/petsc/src/ts/impls/symplectic/basicsymplectic/
H A Dbasicsymplectic.c243 PetscCall(TSFunctionDomainError(ts, ptime, solution, &stageok)); in TSStep_BasicSymplectic()
/petsc/src/ts/adapt/interface/
H A Dtsadapt.c1075 PetscCall(TSFunctionDomainError(ts, t, Y, &func_accept)); in TSAdaptCheckStage()
/petsc/include/
H A Dpetscts.h808 PETSC_EXTERN PetscErrorCode TSFunctionDomainError(TS, PetscReal, Vec, PetscBool *);
/petsc/src/ts/interface/
H A Dts.c5679 PetscErrorCode TSFunctionDomainError(TS ts, PetscReal stagetime, Vec Y, PetscBool *accept) in TSFunctionDomainError() function