| 7b69c783 | 12-Apr-2023 |
James Wright <james@jameswright.xyz> |
refactor(fluids): Make j, k consisitent
When doing double for loops, `j` should be components and `k` should be coordinate direction, such that Grad_v[k][j][i] indexes the gradient array coming from
refactor(fluids): Make j, k consisitent
When doing double for loops, `j` should be components and `k` should be coordinate direction, such that Grad_v[k][j][i] indexes the gradient array coming from libCEED
show more ...
|