-
Notifications
You must be signed in to change notification settings - Fork 114
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
Adapt jacobian_ad_forward
for hyperbolic-parabolic semidiscretizations
#1589
Adapt jacobian_ad_forward
for hyperbolic-parabolic semidiscretizations
#1589
Conversation
src/semidiscretization/semidiscretization_hyperbolic_parabolic.jl
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #1589 +/- ##
==========================================
- Coverage 85.63% 82.90% -2.73%
==========================================
Files 401 402 +1
Lines 33004 33052 +48
==========================================
- Hits 28260 27399 -861
- Misses 4744 5653 +909
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Could you please post some plots of the spectra computed for linear advection diffusion? Do the Jacobians agree well with what you get from linear_structure
?
src/semidiscretization/semidiscretization_hyperbolic_parabolic.jl
Outdated
Show resolved
Hide resolved
examples/tree_2d_dgsem/elixir_navierstokes_taylor_green_vortex.jl
Outdated
Show resolved
Hide resolved
src/semidiscretization/semidiscretization_hyperbolic_parabolic.jl
Outdated
Show resolved
Hide resolved
Sure, for 1D, DGSEM(3), Local Lax-Friedrichs, Domain
I thought about implementing Trixi.jl/src/semidiscretization/semidiscretization.jl Lines 170 to 177 in e1e680c
decided to omit it for the moment. |
Co-authored-by: Hendrik Ranocha <[email protected]>
Thanks |
examples/tree_2d_dgsem/elixir_navierstokes_taylor_green_vortex.jl
Outdated
Show resolved
Hide resolved
examples/tree_3d_dgsem/elixir_navierstokes_taylor_green_vortex.jl
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
macOS MPI CI seems to time out again - see #1590. I will merge this manually. |
Related to #1147.