aboutsummaryrefslogtreecommitdiff
path: root/ldc_2d/cpp/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ldc_2d/cpp/README.md')
-rw-r--r--ldc_2d/cpp/README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/ldc_2d/cpp/README.md b/ldc_2d/cpp/README.md
deleted file mode 100644
index 8e84c83..0000000
--- a/ldc_2d/cpp/README.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# Lid driven cavity
-
-This example models the common lid driven cavity example.
-Note that the actual optimized C++ implementation is generated using the _boltzgen_ library.
-
-See `config.py` for various configuration options. Both 2D and 3D are supported.
-
-## Build instructions
-
-```
-mkdir build
-cd build
-cmake ..
-make
-./ldc
-```
-
-This should result in some summarizing CLI output in addition to a `test.vtk` file for visualization in Paraview.