Additional Collocation Factors
- Dominant language
- C++
- Stars
- 65
- Forks
- 15
- Avg merge
- 8d 8h
- Merged PRs (30d)
- 2
Description
Currently Euler and Trapezoidal collocation factors are implemented. We may also desire Verlet and Semi-Implicit Euler Collocation factors, and to benchmark/compare/demo amongst the different methods.
See wikipedia's [verlet](https://en.wikipedia.org/wiki/Verlet_integration) and [semi-implicit euler](https://en.wikipedia.org/wiki/Semi-implicit_Euler_method), and Frank's [Hamiltonian colab notebook](https://colab.research.google.com/drive/1Kttq5w6Br39307qYj29CA_GAYAX0lU1-). Also see [this stack exchange](https://math.stackexchange.com/questions/1849304/are-s-i-euler-and-verlet-the-same-thing) about the difference between Verlet and Semi-implicit euler.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.