Skip to content
Snippets Groups Projects
Commit c2f93de9 authored by Ann Almgren's avatar Ann Almgren
Browse files

Update directory structure

parent 24ff46c2
No related branches found
No related tags found
No related merge requests found
...@@ -3,27 +3,31 @@ ...@@ -3,27 +3,31 @@
Directory overview Directory overview
================== ==================
+--------------+--------------------------------------------------+ +---------------+--------------------------------------------------+
| File | Description | | File | Description |
+==============+==================================================+ +===============+==================================================+
| benchmarks | UC Benchmark cases (see benchmark/README.md) | | benchmarks | UC Benchmark cases (see benchmark/README.md) |
+--------------+--------------------------------------------------+ +---------------+--------------------------------------------------+
| doc | Source code for building the documentation | | doc | Source code for building the documentation |
+--------------+--------------------------------------------------+ +---------------+--------------------------------------------------+
| exec | Directory for building with gmake (optional) | | exec | Directory for building with gmake (optional) |
+--------------+--------------------------------------------------+ +---------------+--------------------------------------------------+
| exec_cc | Directory for building with gmake (optional) | | exec_cc | Directory for building with gmake (optional) |
+--------------+--------------------------------------------------+ +---------------+--------------------------------------------------+
| src | Source files for SIMPLE and projection algorithm | | src_des | Source files for particle-only operations |
| | with face-centered velocity components | +---------------+--------------------------------------------------+
+--------------+--------------------------------------------------+ | src_ebs | Source files for EB-only operations |
| src_cc | Source files for projection algorithms with | +---------------+--------------------------------------------------+
| | cell-centered velocity components | | src_staggered | Source files for SIMPLE and projection algorithm |
+--------------+--------------------------------------------------+ | | with face-centered velocity components |
| tests | Regression tests (see tests/README.md) | +---------------+--------------------------------------------------+
+--------------+--------------------------------------------------+ | src_cc | Source files for projection algorithms with |
| tools | CMake configuration files | | | cell-centered velocity components |
+--------------+--------------------------------------------------+ +---------------+--------------------------------------------------+
| tutorials | Set-ups for different EB geometries | | tests | Regression tests (see tests/README.md) |
+--------------+--------------------------------------------------+ +---------------+--------------------------------------------------+
| tools | CMake configuration files |
+---------------+--------------------------------------------------+
| tutorials | Set-ups for different EB geometries |
+---------------+--------------------------------------------------+
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment