#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 DfCellType = CellType; using CellInfoType = CellType; using CellData = CellData< Member, Member >; } int main(){ using namespace kel::lbm; saw::data lattice{512, 512}; return 0; }