Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex42.c279 PetscCall(TSSetFunctionDomainError(ts, DomainErrorFunction)); in main()
H A Dex30.c2320 PetscCall(TSSetFunctionDomainError(ts, FunctionDomainError)); in Run()
/petsc/include/
H A Dpetscts.h807 PETSC_EXTERN PetscErrorCode TSSetFunctionDomainError(TS, PetscErrorCode (*)(TS, PetscReal, Vec, Pet…
/petsc/src/ts/interface/
H A Dts.c5650 PetscErrorCode TSSetFunctionDomainError(TS ts, PetscErrorCode (*func)(TS ts, PetscReal time, Vec st… in TSSetFunctionDomainError() function
/petsc/doc/faq/
H A Dindex.md1209 For `TS` call `TSSetFunctionDomainError()`. For both `TS` and `SNES` call