Functions exported from FourierFlows:

Functions exported from FourierFlows:

Base.resize!Method.
resize!(diag, newnum)

Resize the Diagnostic data and time arrays to length newnum.

source
increment!(diag)
increment!(diags)

Increment the Diagnostic diag, or an array of Diagnostics diags.

source
savediagnostic(diag, diagname)

Save diagnostics to file, labeled by the string diagname.

source
saveoutput(out)

Save current output fields for file in out.filename.

source
saveproblem(prob, filename)

Save certain aspects of a problem timestepper, grid, and params. Functions that are fields in params are not saved.

source
stepforward!(prob, diags, nsteps)

Step forward prob for nsteps, incrementing diagnostics in the array diags along the way.

source
stepforward!(prob, nsteps)

Step forward prob for nsteps.

source
stepforward!(prob)

Step forward the Problem prob for one timestep.

source
update!(diag)

Update diag with its current value.

source

Private types in module FourierFlows:

ZeroDGrid()

Constructs a placeholder grid object for "0D" problems (in other words, systems of ODEs).

source