Skip to content
Snippets Groups Projects
Commit 27a131fb authored by Martin Bauer's avatar Martin Bauer
Browse files

Bugfix: For certain MRT methods the CSE failed

- replace_density_and_velocity simplification produced terms like
  0 * omega, because sympy's auto-eval is turned off
- sympys CSE routine can apparently only handle evaluated terms
- solution: evaluate multiplications with zero (i.e. replace them by 0)
parent 9bfd862f
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment