Published January 2, 2019
| Version v0.3.0
Software
Open
FourierFlows/FourierFlows.jl: FourierFlows v0.3.0
- 1. Massachusetts Institute of Technology
- 2. Australian National University
- 3. Massey University
Description
This release introduces some major code refactors. In particular, AbstractType Clock
replaces AbstractType State
(see PR #96).
Some additional changes include:
- Allows for general
sol
, i.e., an array that consist of arrays of different size and type. - Generalizes time-steppers: no need for "dual" time-steppers.
- Moves all physics modules (except
Difffusion
) into eitherGeophysicalFlows.jl
orPassiveTracer.jl
. - Changes
Diagnostic.step
-->Diagnostic.i
. - Removes 2D wavenumber grids
K
,Kr
, andL
fromTwoDGrid
module.
Files
FourierFlows/FourierFlows.jl-v0.3.0.zip
Files
(2.3 MB)
Name | Size | Download all |
---|---|---|
md5:9d763069825298c258988b07cceb3e8b
|
2.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/FourierFlows/FourierFlows.jl/tree/v0.3.0 (URL)