Skip to content
Snippets Groups Projects

Make subexpressions optional for constructing an AssignmentCollection

Merged Stephan Seitz requested to merge seitz/pystencils:make-subexpressions-optional into master
  1. Jul 03, 2019
    • Stephan Seitz's avatar
      Make subexpressions optional for constructing an AssignmentCollection · 05119269
      Stephan Seitz authored
      When introducing new people to pystencils it's often simpler not to
      differentiate between `main_assignments` and `subexpressions` in the
      beginning.
      Also for simple kernels subexpressions are often not needed, since
      intermediate symbols can also be set in main_assignments.
      
      Subexpression should be kept for expert users.
      05119269