TimeIntegration
TimeIntegration()Enumeration of time integration methods used for solving the Shallow Water Equations (SSSWE).
Attributes
| Name | Type | Description |
|---|---|---|
| EF | int | Euler Forward (1st order) time-stepping method. |
| RK2 | int | Runge-Kutta (2nd order) time-stepping method. |