Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex30.c2020 static PetscErrorCode FunctionDomainError(TS ts, PetscReal time, Vec X, PetscBool *accept) in FunctionDomainError() function
2320 PetscCall(TSSetFunctionDomainError(ts, FunctionDomainError)); in Run()