lbm-dem
lbm-dem copied to clipboard
create grid class
class to hold a Nx x Ny x Nz
grid of LB nodes
- use
std::array<std::array<T,Nx>,Ny>
- shouldn't contain much else...