Skip to content

Commit c2d81b6

Browse files
committed
Reformulate IMEX ARK to correctly account for Newton residuals and DSS
1 parent 16fb851 commit c2d81b6

18 files changed

+910
-979
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
1616
NVTX = "5da4648a-3479-48b8-97b9-01cb529c0a1f"
1717
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1818
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
19+
UnrolledUtilities = "0fe1646c-419e-43be-ac14-22321958931b"
1920

2021
[compat]
2122
ClimaComms = "0.4, 0.5"
@@ -30,4 +31,5 @@ LinearOperators = "2"
3031
NVTX = "0.3"
3132
SciMLBase = "1, 2"
3233
StaticArrays = "1"
34+
UnrolledUtilities = "0.1"
3335
julia = "1.8"

0 commit comments

Comments
 (0)