You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.