Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-25 | Fix handling of outer boundary cellsstandalone | Adrian Kummerlaender | |
As we can only use a multiplicative mask to distinguish between cell types and streaming memory offsets are statically resolved the buffers have to provide a well-defined padding in both directions. Otherwise undefined data is accessed which may distort results. | |||
2019-07-25 | Use D3Q19, fix MLUPS calculation | Adrian Kummerlaender | |
2019-07-23 | Generate basic example in plain C++ | Adrian Kummerlaender | |
An attempt to produce a minimal LBM implementation to benchmark various memory and vectorization schemes on the CPU. |