Skip to content

Distinguish between SymPy and pystencils Assignement better

Markus Holzer requested to merge holzer/pystencils:Sum into master

This MR clears the usage of SympyAssignement in contrast to the sympy assignement.

In the backend of pystencils only SympyAssignements are used now that inherit from pystencils base Node class

fixes #61 (closed)

Additionally, AddAugumentedAssignement is introduced for convenience

Merge request reports