NOX: allow for external fixed Jacobian in SingleStep solver #2394
Created by: rppawlo
We have a use case where an application externally computes the Jacobian and would like to reuse it in the SingelStep solver. We need the capability to set the Jacobian on the group and tell the group that it is already up to date wrt the solution vector. Then need the SingleStep solver to be aware of this "fixed Jacobian" that it should not update.
@trilinos/nox
Description
Motivation and Context
Related Issues
- Closes
- Blocks
- Is blocked by
- Follows
- Precedes
- Related to
- Part of
- Composed of
How Has This Been Tested?
Screenshots
Checklist
-
My commit messages mention the appropriate GitHub issue numbers. -
My code follows the code style of the affected package(s). -
My change requires a change to the documentation. -
I have updated the documentation accordingly. -
I have read the code contribution guidelines for this project. -
I have added tests to cover my changes. -
All new and existing tests passed. -
No new compiler warnings were introduced. -
These changes break backwards compatibility.