summaryrefslogtreecommitdiff
path: root/tangle/nozzle.cu
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-06-14 00:06:52 +0200
committerAdrian Kummerlaender2021-06-14 00:06:52 +0200
commit74ec92324ed32a08c9117ab437e5c10845f85081 (patch)
tree7ddae006dceb5d9bd7d04b5cd3d905f39b5aa8d2 /tangle/nozzle.cu
parentad2f632fb355c9bc91246552d97c7c1a4304ec99 (diff)
downloadLiterateLB-74ec92324ed32a08c9117ab437e5c10845f85081.tar
LiterateLB-74ec92324ed32a08c9117ab437e5c10845f85081.tar.gz
LiterateLB-74ec92324ed32a08c9117ab437e5c10845f85081.tar.bz2
LiterateLB-74ec92324ed32a08c9117ab437e5c10845f85081.tar.lz
LiterateLB-74ec92324ed32a08c9117ab437e5c10845f85081.tar.xz
LiterateLB-74ec92324ed32a08c9117ab437e5c10845f85081.tar.zst
LiterateLB-74ec92324ed32a08c9117ab437e5c10845f85081.zip
Add basic how to / literate programming section
Diffstat (limited to 'tangle/nozzle.cu')
-rw-r--r--tangle/nozzle.cu2
1 files changed, 1 insertions, 1 deletions
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<DESCRIPTOR> cuboid(448, 64, 64);
+const descriptor::Cuboid<DESCRIPTOR> cuboid(400, 80, 80);
Lattice<DESCRIPTOR,T> lattice(cuboid);
CellMaterials<DESCRIPTOR> materials(cuboid, [&cuboid](uint3 p) -> int {