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

Eliminate *_Body functions #91

Open eschnett opened 11 years ago

eschnett commented 11 years ago

Instead of generating the __Body functions, one can use the macros in cctk_Loop.h to loop over interior/boundary/everything. This would also make the functions GenericFDLoopOver redundant.