Add OpenMP parallelization
Extend coverage of Python wrapper to level of channelflow/programs
Use Python wrapper to connect to visualization toolkit
Change order of FlowField data layout from i,y,x,z to i,x,z,y
Bring User's Manual up to version 1.2.x
Implement velocity-vorticity algorithm
-
Implement Boussinesq approximation
Implement other wall boundary conditions: free-slip, blowing/sucking
Simplify/unify setting of
DNS parameters
Write tecplot output function for FlowFields
Replace all error-and-exits with exceptions (for Python wrapping)
Simplify FlowField IO (always spectral)
Switch to 3/2 dealiasing
Implement 2D time integration (x,z periodic, no y variation)