-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20200701_000611 branch to master #7611
Conversation
* Moved the RK Tableau in to RKBase, along with related accessors, to allow access from the base class. - IMEX steppers return the explicit tableau from getTableau(). * Moved getStageNumber() to RKBase. * Add stageNumber to the StepperRKModifierXBase interface. * Added RK stepper unit tests for stageNumber and stageX. The stageX tests were a little difficult to develop, because in explicit RK steppers stageX and workingState->getX are the same. So there is no stageX to test outside the stepper. Therefore direct comparisons against numerical values was used. * Added accessors to the IMEX and IMEX Partition tableaus, to both the explicit and implicit tableaus. * Added comparison operators for RKButcherTableau. * Added unit tests for these accessors. * Fix and add unit tests for StepperRKAppActionComposite. * Add a const version of StepperRKBase::getStageX(). * Switch StepperRKModifierXBase::XDOT_END_STAGE to StepperRKModifierXBase::X_END_STAGE as that is what EMPIRE is using. All tests pass on a Mac/GCC.
…-AppAction-Interface Tempus: Adjustments to the AppAction Interface
Automatically Merged using Trilinos Pull Request AutoTester PR Title: TrilinosCouplings: Upgrading STK example PR Author: csiefer2
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Zoltan2: Fix the configuration file name in the installation directory PR Author: seheracer
Automatically Merged using Trilinos Pull Request AutoTester PR Title: MueLu: fix for RegionVector unit test failing PR Author: pohm01
* 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>
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request. |
Status Flag 'Master Merge AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: Trilinos_pullrequest_gcc_4.8.4
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_7.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_9.0.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_9.2
Jenkins Parameters
Using Repos:
Pull Request Author: trilinos-autotester |
Status Flag 'Master Merge AutoTester' - Jenkins Testing: all Jobs PASSED Pull Request Auto Testing has PASSED (click to expand)Build InformationTest Name: Trilinos_pullrequest_gcc_4.8.4
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_7.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_9.0.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_9.2
Jenkins Parameters
|
Status Flag 'Pre-Merge Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request. |
Status Flag 'Master Merge AutoTester' - Pull Request will be Automerged |
Merge on Pull Request# 7611: IS A SUCCESS - Pull Request successfully merged |
Auto PR created to promote from master_merge_20200701_000611 branch to master