Searched refs:TSSetFunctionDomainError (Results 1 – 5 of 5) sorted by relevance
279 PetscCall(TSSetFunctionDomainError(ts, DomainErrorFunction)); in main()
2320 PetscCall(TSSetFunctionDomainError(ts, FunctionDomainError)); in Run()
807 PETSC_EXTERN PetscErrorCode TSSetFunctionDomainError(TS, PetscErrorCode (*)(TS, PetscReal, Vec, Pet…
5650 PetscErrorCode TSSetFunctionDomainError(TS ts, PetscErrorCode (*func)(TS ts, PetscReal time, Vec st… in TSSetFunctionDomainError() function
1209 For `TS` call `TSSetFunctionDomainError()`. For both `TS` and `SNES` call