Added energy conservation test

This commit is contained in:
Connor Johnstone
2025-10-24 14:04:51 -04:00
parent 9b86e1d146
commit 56458a721e
4 changed files with 117 additions and 33 deletions

View File

@@ -36,9 +36,11 @@ Each feature below links to a detailed implementation plan in the `features/` di
- [x] **[Vern7 (Verner 7th order)](features/02-vern7-method.md)** ✅ COMPLETED
- 7th order explicit RK method for high-accuracy non-stiff problems
- Efficient for tight tolerances
- Efficient for tight tolerances (2.7-8.8x faster than DP5 at 1e-10)
- Full 7th order dense output with lazy computation
- **Dependencies**: None
- **Effort**: Medium
- **Status**: All success criteria met, comprehensive benchmarks completed
- [ ] **[Rosenbrock23](features/03-rosenbrock23.md)**
- L-stable 2nd/3rd order Rosenbrock-W method