Assignments and AssignmentCollection

Assignments and AssignmentCollection#

class pystencils.Assignment#

Monkeypatched variant of sympy.codegen.ast.Assignment. Represents an assignment of an expression to a symbol.

pystencils.AssignmentCollection

A collection of equations with subexpression definitions, also represented as assignments, that are used in the main equations.