Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "submodules/libROUNDSchemes"]
path = submodules/libROUNDSchemes
url = https://github.com/advanCFD/libROUNDSchemes.git
[submodule "submodules/WENOEXT"]
path = submodules/WENOEXT
url = https://github.com/WENO-OF/WENOEXT.git
9 changes: 9 additions & 0 deletions docs/source/qs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ Then source the bashrc file by:

git clone https://github.com/deepmodeling/deepflame-dev.git

If the user want to use the submodules inluded in DeepFlame: the `WENO scheme <https://github.com/WENO-OF/WENOEXT>`_ and the `libROUNDSchemes <https://github.com/advanCFD/libROUNDSchemes>`_, run

.. code-block:: bash

git clone --recursive https://github.com/deepmodeling/deepflame-dev.git

Detailed instructions for compiling these two submodules can be found in their repositories.


**3. Configure the DeepFlame environment:**

.. code-block:: bash
Expand Down
1 change: 0 additions & 1 deletion intelligent-combustion
Submodule intelligent-combustion deleted from 64890e
1 change: 1 addition & 0 deletions submodules/WENOEXT
Submodule WENOEXT added at f45593
1 change: 1 addition & 0 deletions submodules/libROUNDSchemes
Submodule libROUNDSchemes added at 6230ba