DedalusProject / dedalus

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

Adds scipy.special.erf as supported ufunc #257

Closed bpbrown closed 1 year ago

bpbrown commented 1 year ago

Adds scipy.special.erf as supported ufunc.

This allows NLBVP with erf() on the RHS. Useful in phase transition applications (e.g., Rainy-Benard) or in other places where tanh functions are typically used.