summaryrefslogtreecommitdiff
path: root/c++/examples/cavity_2d.cpp
blob: bb21e96b72581bcacdf59717fe02432063ff6661 (plain)
1
2
3
4
5
6
7
8
9
#include "../lattice.h"

#include <forstio/codec/data.h>

int main(){
	saw::data<schema::Lattice2D<saw::schema::Float32>, saw::encode::Native> lattice{512, 512};

	return 0;
}