summaryrefslogtreecommitdiff
path: root/tangle/nozzle.cu
diff options
context:
space:
mode:
Diffstat (limited to 'tangle/nozzle.cu')
-rw-r--r--tangle/nozzle.cu5
1 files changed, 0 insertions, 5 deletions
diff --git a/tangle/nozzle.cu b/tangle/nozzle.cu
index 5a1b1f3..03c18f9 100644
--- a/tangle/nozzle.cu
+++ b/tangle/nozzle.cu
@@ -46,11 +46,6 @@ auto boundary_mask = materials.mask_of_material(2);
auto inflow_mask = materials.mask_of_material(3);
auto outflow_mask = materials.mask_of_material(4);
-lattice.apply(Operator(InitializeO(), bulk_mask),
- Operator(InitializeO(), boundary_mask),
- Operator(InitializeO(), inflow_mask),
- Operator(InitializeO(), outflow_mask));
-
cudaDeviceSynchronize();
VolumetricExample renderer(cuboid);