Skip to content
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

Need a RungeKutta3 time stepper abstraction #72

Closed
ali-ramadhan opened this issue Oct 2, 2020 · 0 comments · Fixed by #81
Closed

Need a RungeKutta3 time stepper abstraction #72

ali-ramadhan opened this issue Oct 2, 2020 · 0 comments · Fixed by #81

Comments

@ali-ramadhan
Copy link
Owner

Right now the CompressibleModel struct contains four collections of fields that clutter things up. Seems like it would be good to combine them into a time stepper struct.

             slow_forcings :: S
          right_hand_sides :: R
    intermediate_variables :: I
     acoustic_time_stepper :: W
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant