ianhinder / Kranc

A Mathematica package for generating code for solving time dependent partial differential equations
http://kranccode.org
GNU General Public License v2.0
28 stars 10 forks source link

CSE should identify expressions that are the same for each iteration #67

Open eschnett opened 12 years ago

eschnett commented 12 years ago

CSE should identify expressions that are the same for each iteration. It should calculate these outside the loop over all grid points.