From 1eb15a532461a3546c84da072aba13a5182da460 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 3 Jul 2021 16:39:53 +0200 Subject: Add Taylor-Couette video --- tangle/taylor-couette.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tangle') diff --git a/tangle/taylor-couette.cu b/tangle/taylor-couette.cu index 86f739e..48b0d87 100644 --- a/tangle/taylor-couette.cu +++ b/tangle/taylor-couette.cu @@ -17,7 +17,7 @@ using DESCRIPTOR = descriptor::D3Q19; int main() { cudaSetDevice(0); -const descriptor::Cuboid cuboid(320, 96, 96); +const descriptor::Cuboid cuboid(500, 96, 96); Lattice lattice(cuboid); CellMaterials materials(cuboid, [&cuboid](uint3 p) -> int { -- cgit v1.2.3