Commit b7170f53 authored by Ann Almgren's avatar Ann Almgren
Browse files

Update directory structure

parent c10d8589
Loading
Loading
Loading
Loading
+13 −3
Original line number Diff line number Diff line
@@ -18,13 +18,23 @@ Directory overview
+==============+================================================+
| benchmarks   | UC Benchmark cases (see benchmark/README.md)   |
+--------------+------------------------------------------------+
| src          | Fortran source files                           |
| doc          |  Source code for building the documentation    |
+--------------+------------------------------------------------+
| exec          | Directory for building with gmake (optional)  |
+--------------+------------------------------------------------+
| exec_cc       | Directory for building with gmake (optional)  |
+--------------+------------------------------------------------+
| src          | Source files for SIMPLE and projection algorithm |
|              | with face-centered velocity components         |
+--------------+------------------------------------------------+
| src_cc       | Source files for projection algorithms with    |
|              | cell-centered velocity components              |
+--------------+------------------------------------------------+
| tests        | Regression tests (see tests/README.md)         |
+--------------+------------------------------------------------+
| ThirdParty   | External libraries sources                     |
| tools        | CMake configuration files                      |
+--------------+------------------------------------------------+
| Tools        | CMake configuration files                      |
| tutorials    | Set-ups for different EB geometries            |
+--------------+------------------------------------------------+

Building MFiX-Exa