-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Piro/ROL: Adding and testing Hessian support to thyra adapters (#7534)
* Piro: modified gradient checks added Hessian checks * Piro/ROL: Thyra adapter, finite difference Hessian implemented second-order FD Hessian * Piro: modified Tpetra Analysis test A added Hessian derivatives modified test to make constraint Hessian non trivial. * ROL: Thyra adapters, added Hessian implementation * Piro: Using ROL Primal vector space for testing purposes * Piro: use the setHessianSupports function * Piro: remove double spaces * ROL: update the Doxygen to be consistent with the function arguments. * Piro: update Hessian related names * ROL: update Hessian related names * ROL: use finite diff. if derivatives are not supported * Piro: resolves a compatibility issue when Np > 1 * Piro: resolves a compatibility issue when Np > 1 Co-authored-by: kliegeois <kimliegeois@ymail.com>
- Loading branch information
Showing
7 changed files
with
1,048 additions
and
173 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.