Skip to content

v0.1.9

Compare
Choose a tag to compare
@fschuch fschuch released this 09 Oct 14:44
f17ee4e

Added

  • get_boundary_condition at class Parameters. It returns the appropriate boundary parameters that are
    expected by the derivative functions. by @fschuch.
  • First and second derivatives for stretched mesh in y, by @fschuch.

Changed

  • Syntax for <da,ds>.x3d.simps and <da,ds>.x3d.pencil_decomp. It is now possible to use them over multiple dimensions with just one call (for instance ds.x3d.simps('x', 'y', 'z')), by @fschuch.

Fixed

  • First derivative was incorrect when ncl1=1 and ncln=2. by @fschuch.