| 6c6709e3 | 11-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
TSAdaptCheckStage: must call TSFunctionDomainError first
TS specific API must take precedence on internal solver handling. For example, TSFunctionDomainError may indicate too large of a time step tr
TSAdaptCheckStage: must call TSFunctionDomainError first
TS specific API must take precedence on internal solver handling. For example, TSFunctionDomainError may indicate too large of a time step triggered by a SNESSetFunctionDomainError. inside a SNESMF solve. In such a case, SNES error may be recoverable without the need of increasing the number of failures.
show more ...
|