Draft: Fix sparse lbm
2 unresolved threads
2 unresolved threads
This MR updates the sparse LBM by adding correct boundary handling and renewal of the API.
Merge request reports
Activity
Filter activity
203 if fa.field == f_out: 204 f_dir = 'out' 205 elif fa.field == f_in: 206 f_dir = 'in' 207 else: 208 continue 209 i = 1 if f_dir == "in" else 2 210 accessor_subs[fa] = pdf_field_sparse.absolute_access((index_field(i),), ()) 211 212 self.boundary_eqs = assignments.new_with_substitutions(accessor_subs) 213 self.boundary_eqs_orig = assignments 189 214 self.method = method 190 215 self.index_field_dtype = index_field_dtype 191 216 self.neighbor_offsets = neighbor_offsets 192 217 self.index_field = index_field 218 self.timesptep_indexing = indexing removed review request for @kuron
added 53 commits
-
e83dae0d...a991402e - 52 commits from branch
pycodegen:master
- 05cd4dac - Merge master
-
e83dae0d...a991402e - 52 commits from branch