-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
time integration methods and multirate infinitesimal split methods (#43)
* add RootedTrees API reference * use RungeKuttaMethod, AdditiveRungeKuttaMethod * update CI * WIP: MultirateInfinitesimalSplitMethod * fix some type instabilities * another type stability fix * polynomial multiplication is fast * reexport Polynomial and add first tests * test for MIS methods Co-authored-by: OsKnoth <[email protected]> * update CI to use parallel coveralls * fix typo * fix typo * increase test coverage * mode=PKGMODE_MANIFEST for Pkg.status in the docs * fix typo * fix typo * add TODO note Co-authored-by: OsKnoth <[email protected]>
- Loading branch information
Showing
7 changed files
with
761 additions
and
38 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
Oops, something went wrong.