DedalusProject / dedalus

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

Linearization issues with Component operators #179

Open kburns opened 2 years ago

kburns commented 2 years ago

It seems there are currently some issues with linearizing component operators when e.g. doing stress-free boundary conditions in Cartesian domains. This can currently be worked around by creating constant unit-vector fields in Cartesian problems, and taking dot products with these, but the underlying issue should be addressed.