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

Scheduling should be documented #89

Open ianhinder opened 11 years ago

ianhinder commented 11 years ago

The way that Kranc schedules functions is not obvious. It is quite complicated, and is not currently documented well.

The complexity comes from the fact that scheduling in Cactus with AMR is difficult to get right, and Kranc has to get it right in an automated way for all thorns.

It may happen that once we have documented the way that Kranc currently works, it might be clearer how to improve this and make things easier to understand.