Assignments and AssignmentCollection#
- class pystencils.Assignment#
Monkeypatched variant of
sympy.codegen.ast.Assignment
. Represents an assignment of an expression to a symbol.
A collection of equations with subexpression definitions, also represented as assignments, that are used in the main equations. |