-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add RKN-monitoring to EigenStepper (State and root) #1256
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1256 +/- ##
==========================================
- Coverage 47.64% 47.62% -0.02%
==========================================
Files 375 375
Lines 19624 19627 +3
Branches 9287 9291 +4
==========================================
- Hits 9350 9348 -2
- Misses 3885 3890 +5
Partials 6389 6389
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
This will need an update of the references, the implementation is simple and I think is good to go, the logging is done by the constrained step, which I think is a better idea than the State! |
ping @paulgessinger for the update of the reference hashes |
The GPU CI should be fixed by update to recent main. |
Hi, as @paulgessinger suggested, a rebase should fix the GPU CI, then we need to update the hashes and this can go in. |
This feature adds
int nStepTrials
to theState
.nStepTrials
tracks the number of iterations needed by the stepsize finder (e.g. Runge-Kutta) of the stepper. This should help us to see if the system is stable. Using a constant magnetic field we would expect only 1-2 calls of the RKN-algorithm in order to find the stepsize.