Skip to content

Commit b5d9d49

Browse files
authored
Merge pull request #302 from JX278/submodules
add two submodules
2 parents d83000d + 7a94d56 commit b5d9d49

5 files changed

Lines changed: 17 additions & 1 deletion

File tree

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "submodules/libROUNDSchemes"]
2+
path = submodules/libROUNDSchemes
3+
url = https://github.com/advanCFD/libROUNDSchemes.git
4+
[submodule "submodules/WENOEXT"]
5+
path = submodules/WENOEXT
6+
url = https://github.com/WENO-OF/WENOEXT.git

docs/source/qs/install.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@ Then source the bashrc file by:
8181
8282
git clone https://github.com/deepmodeling/deepflame-dev.git
8383
84+
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
85+
86+
.. code-block:: bash
87+
88+
git clone --recursive https://github.com/deepmodeling/deepflame-dev.git
89+
90+
Detailed instructions for compiling these two submodules can be found in their repositories.
91+
92+
8493
**3. Configure the DeepFlame environment:**
8594

8695
.. code-block:: bash

intelligent-combustion

Lines changed: 0 additions & 1 deletion
This file was deleted.

submodules/WENOEXT

Submodule WENOEXT added at f45593a

submodules/libROUNDSchemes

Submodule libROUNDSchemes added at 6230bae

0 commit comments

Comments
 (0)