-
Notifications
You must be signed in to change notification settings - Fork 15
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
Forward solver adapted for automatic differentiation. #124
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #124 +/- ##
==========================================
+ Coverage 83.69% 83.86% +0.16%
==========================================
Files 47 49 +2
Lines 3361 3439 +78
==========================================
+ Hits 2813 2884 +71
- Misses 548 555 +7 ☔ View full report in Codecov by Sentry. |
Spyro needs to update the firedrake version to have the checkpointing test pass. |
I can install the latest version on the runner. We're currently using the version from 2024-07-19. Please let me know which version we should target for this update. |
The latest. |
Ok, I have already installed everything in the runner and changed the firedrake location in the .yml workflow file |
This PR seeks to update the acoustic forward and FWI code using the automated adjoint solver.
New tools:
firedrake.adjoint.EnsembleReducedFunctional
What is missing: a proper absorbing boundary condition.