Functions exported from FourierFlows
:
Base.resize!
— Method.resize!(diag, newnum)
Resize the Diagnostic data and time arrays to length newnum.
FourierFlows.increment!
— Method.increment!(diag)
increment!(diags)
Increment the Diagnostic diag, or an array of Diagnostics diags.
FourierFlows.savediagnostic
— Method.savediagnostic(diag, diagname)
Save diagnostics to file, labeled by the string diagname.
FourierFlows.saveoutput
— Method.saveoutput(out)
Save current output fields for file in out.filename.
FourierFlows.saveproblem
— Method.saveproblem(prob, filename)
Save certain aspects of a problem timestepper, grid, and params. Functions that are fields in params are not saved.
FourierFlows.stepforward!
— Method.stepforward!(prob, diags, nsteps)
Step forward prob
for nsteps
, incrementing diagnostics in the array diags
along the way.
FourierFlows.stepforward!
— Method.stepforward!(prob, nsteps)
Step forward prob
for nsteps
.
FourierFlows.stepforward!
— Method.stepforward!(prob)
Step forward the Problem prob
for one timestep.
FourierFlows.update!
— Method.update!(diag)
Update diag with its current value.
Private types in module FourierFlows
:
FourierFlows.ZeroDGrid
— Type.ZeroDGrid()
Constructs a placeholder grid object for "0D" problems (in other words, systems of ODEs).