From c2f93de9d053e0d3016b877a14d1ec018a74ac77 Mon Sep 17 00:00:00 2001 From: Ann Almgren <asalmgren@lbl.gov> Date: Wed, 17 Oct 2018 17:45:08 -0700 Subject: [PATCH] Update directory structure --- docs/source/Structure.rst | 50 +++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/docs/source/Structure.rst b/docs/source/Structure.rst index 6aa3a89..c106641 100644 --- a/docs/source/Structure.rst +++ b/docs/source/Structure.rst @@ -3,27 +3,31 @@ Directory overview ================== -+--------------+--------------------------------------------------+ -| File | Description | -+==============+==================================================+ -| benchmarks | UC Benchmark cases (see benchmark/README.md) | -+--------------+--------------------------------------------------+ -| 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) | -+--------------+--------------------------------------------------+ -| tools | CMake configuration files | -+--------------+--------------------------------------------------+ -| tutorials | Set-ups for different EB geometries | -+--------------+--------------------------------------------------+ ++---------------+--------------------------------------------------+ +| File | Description | ++===============+==================================================+ +| benchmarks | UC Benchmark cases (see benchmark/README.md) | ++---------------+--------------------------------------------------+ +| doc | Source code for building the documentation | ++---------------+--------------------------------------------------+ +| exec | Directory for building with gmake (optional) | ++---------------+--------------------------------------------------+ +| exec_cc | Directory for building with gmake (optional) | ++---------------+--------------------------------------------------+ +| src_des | Source files for particle-only operations | ++---------------+--------------------------------------------------+ +| src_ebs | Source files for EB-only operations | ++---------------+--------------------------------------------------+ +| src_staggered | 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) | ++---------------+--------------------------------------------------+ +| tools | CMake configuration files | ++---------------+--------------------------------------------------+ +| tutorials | Set-ups for different EB geometries | ++---------------+--------------------------------------------------+ -- GitLab