GridTools / gtc

A stencil DSL toolchain written in Python.
GNU General Public License v3.0
0 stars 3 forks source link

Update code generator and test it with no mesh concept #77

Open mbianco opened 3 years ago

mbianco commented 3 years ago

Since lookup tables are passed by the user, and they cannot be generally generated, it makes little sense to have a concept for the mesh, and we can just take the mesh as parameter, as we do for the fields. We could treat mesh/neighbor tables as "state" of the computation.