Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-02 | Restructure LBM model / lattice distinction | Adrian Kummerlaender | |
2019-10-31 | Call symbolic generator inside code templates | Adrian Kummerlaender | |
This paves the way for dropping in other LBM collision models. As a side benefit the default momenta calulcation is now fully inlined where possible. | |||
2019-10-29 | Unify AOS, SOA specific cell preshift between targets | Adrian Kummerlaender | |
SOA and AOS should not be target specific, neighbor offset calculation / bijection between gid and cell coordinates should be customizable. | |||
2019-10-27 | Separate functions into separate template files | Adrian Kummerlaender | |
Selection of the desired templates is possible via a new `functions` parameter. |