-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revise integrator interface (again) (#185)
* Implement the new integrator interface for Euler, ERK, IRK, and VPRK methods. * Implement the new integrator interface for splitting and composition integrators. * Revise integrator interface in SPARK methods. * Remove obsolete integrate_step! methods. * Revise integrator interface in HPI methods. * Revise integrator interface in DVI methods. * Revise integrator interface in DIRK methods. * Revise integrator interface in partitioned Runge-Kutta methods. * Revise integrator interface in CGVI methods. * Refactor Runge-Kutta methods for implicit ODEs. * Revise integrator interface in partitioned Runge-Kutta methods for implicit ODEs. * Refactor integrator interface and projection methods, and remove storage of previous solution in cache. * Start to refactor extrapolation interface towards unification with integrator interface. * Minor fix. * Add minor comment in docs. * Refactor integrator, remove solstep, and completely revise initial guess handling and extrapolation methods.
- Loading branch information
1 parent
044c769
commit 27044cb
Showing
82 changed files
with
2,590 additions
and
2,814 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Projection Methods | ||
|
||
Projection methods are implemented in such a way that they can be combined with almost any one-step method in GeometricIntegrators. | ||
|
||
|
||
|
||
|
||
|
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.