diff options
Diffstat (limited to 'tangle')
-rw-r--r-- | tangle/taylor-couette.cu | 2 |
1 files changed, 1 insertions, 1 deletions
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<DESCRIPTOR> cuboid(320, 96, 96); +const descriptor::Cuboid<DESCRIPTOR> cuboid(500, 96, 96); Lattice<DESCRIPTOR,T> lattice(cuboid); CellMaterials<DESCRIPTOR> materials(cuboid, [&cuboid](uint3 p) -> int { |