summaryrefslogtreecommitdiff
path: root/tangle/ldc-2d.cu
diff options
context:
space:
mode:
Diffstat (limited to 'tangle/ldc-2d.cu')
-rw-r--r--tangle/ldc-2d.cu5
1 files changed, 0 insertions, 5 deletions
diff --git a/tangle/ldc-2d.cu b/tangle/ldc-2d.cu
index 8989374..acba98f 100644
--- a/tangle/ldc-2d.cu
+++ b/tangle/ldc-2d.cu
@@ -32,11 +32,6 @@ auto bulk_mask = materials.mask_of_material(1);
auto wall_mask = materials.mask_of_material(2);
auto lid_mask = materials.mask_of_material(3);
-lattice.apply(Operator(InitializeO(), bulk_mask),
- Operator(InitializeO(), wall_mask),
- Operator(InitializeO(), lid_mask));
-cudaDeviceSynchronize();
-
const float tau = 0.51;
const float u_lid = 0.05;