You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/dev/report_gen.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Verifying Correctness
2
2
3
-
The `IMEXAlgorithm` supports problems that specify any combination of the following: an implicit tendency `T_imp!`, an explicit tendency `T_exp!`, a limited tendency `T_lim!`, a function `dss!` that applies a direct stiffness summation, and a function `lim!` that applies a monotonicity-preserving limiter.
3
+
The `ARKAlgorithm` supports problems that specify any combination of the following: an implicit tendency `T_imp!`, an explicit tendency `T_exp!`, a limited tendency `T_lim!`, a function `dss!` that applies a direct stiffness summation, and a function `lim!` that applies a monotonicity-preserving limiter.
4
4
5
5
## Convergence without a Limiter
6
6
@@ -12,7 +12,9 @@ The test cases we use for this analysis are:
12
12
- `ark_analytic`, which uses a nonlinear `T_exp!` and a linear `T_imp!`
13
13
- `ark_analytic_sys` and `ark_onewaycouple_mri`, which use a linear `T_imp!`
14
14
- `ark_analytic_nonlin`, which uses a nonlinear `T_imp!`
15
-
- `1d_heat_equation` and `2d_heat_equation`, which use a nonlinear `T_exp!` and `dss!`, where the spatial discretization is implemented using `ClimaCore`
15
+
- `1d_heat_equation`, which uses a nonlinear `T_exp!` implemented with `ClimaCore`
16
+
- `2d_heat_equation`, which uses a nonlinear `T_exp!` and `dss!` implemented with `ClimaCore`
17
+
- `1d_heat_equation_implicit`, which uses a nonlinear `T_imp!` implemented with `ClimaCore`
0 commit comments