From 74ec92324ed32a08c9117ab437e5c10845f85081 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 14 Jun 2021 00:06:52 +0200 Subject: Add basic how to / literate programming section --- tangle/nozzle.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tangle/nozzle.cu') diff --git a/tangle/nozzle.cu b/tangle/nozzle.cu index 43217dc..c3f343d 100644 --- a/tangle/nozzle.cu +++ b/tangle/nozzle.cu @@ -17,7 +17,7 @@ using DESCRIPTOR = descriptor::D3Q19; int main() { cudaSetDevice(0); -const descriptor::Cuboid cuboid(448, 64, 64); +const descriptor::Cuboid cuboid(400, 80, 80); Lattice lattice(cuboid); CellMaterials materials(cuboid, [&cuboid](uint3 p) -> int { -- cgit v1.2.3