#include "../descriptor.h" #include namespace schema { using namespace kel::lbm::schema; /** * Basic distribution function * Base type * D * Q * Scalar factor * D factor * Q factor */ using DfCell2DType = CellType; using CellInfo2DType = CellType; /** * Basic type for simulation */ using CellData = CellData< Member, Member >; } int main(){ using namespace kel::lbm; saw::data, saw::encode::Native> lattice{512, 512}; return 0; }