-
Notifications
You must be signed in to change notification settings - Fork 572
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tempus: Adjustments to the AppAction Interface
* 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.
- Loading branch information
Showing
17 changed files
with
364 additions
and
89 deletions.
There are no files selected for viewing
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
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
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.