DedalusProject / dedalus

A flexible framework for solving PDEs with modern spectral methods.
http://dedalus-project.org/
GNU General Public License v3.0
492 stars 116 forks source link

Fixing .Integrate operator calls in flow_tools #181

Closed mabdulla99 closed 2 years ago

mabdulla99 commented 2 years ago

Fixed two instances of calls for the .Integrate operator in flow_tools.py.

kburns commented 2 years ago

Looks great, thanks!