Skip to content

Commit

Permalink
Merge pull request #497 from firedrakeproject/SDC_to_push
Browse files Browse the repository at this point in the history
Spectral Deferred Correction
  • Loading branch information
jshipton authored Jul 24, 2024
2 parents 6a87088 + 32adafd commit 3832773
Show file tree
Hide file tree
Showing 4 changed files with 620 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gusto/time_discretisation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
from gusto.time_discretisation.implicit_runge_kutta import * # noqa
from gusto.time_discretisation.imex_runge_kutta import * # noqa
from gusto.time_discretisation.multi_level_schemes import * # noqa
from gusto.time_discretisation.wrappers import * # noqa
from gusto.time_discretisation.wrappers import * # noqa
from gusto.time_discretisation.sdc import * # noqa
Loading

0 comments on commit 3832773

Please sign in to comment.