Skip to content

Commit 6bc1569

Browse files
Merge pull request #13 from gismo/perpendicular-flap
PR for perpendicular-flap example with OpenFOAM
2 parents 12fba21 + 3c7ee36 commit 6bc1569

File tree

30 files changed

+1082
-831
lines changed

30 files changed

+1082
-831
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [macos-latest, ubuntu-latest]
24+
os: [ubuntu-latest]
2525
steps:
2626
- uses: actions/checkout@master
2727
with:

examples/partitioned-heat-conduction/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,9 @@ In the G+Smo build folder, build the tutorial file.
2424

2525
```
2626
make <participant file> -j <#threads>
27+
make install <participant file>
2728
```
2829

29-
Go to the gismo-executable folder and link the compiled executable to the gismo_executable.
30-
31-
```
32-
cd gismo-executable
33-
chmod +x create_symlink.sh
34-
./create_symlink.sh
35-
```
3630

3731
You can find the corresponding `run.sh` script for running the case in the folders corresponding to the participant you want to use:
3832

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
set -e -u
33

4-
../gismo-executable/gismo-executable-dirichlet -c ../precice-config.xml
4+
partitioned-heat-conduction-IGA-Dirichlet -c ../precice-config.xml

examples/partitioned-heat-conduction/partitioned-heat-conduction-IGA-IGA/gismo-executable/creat_symlink.sh

Lines changed: 0 additions & 48 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
set -e -u
33

4-
../gismo-executable/gismo-executable-neumann -c ../precice-config.xml
4+
partitioned-heat-conduction-IGA-Neumann -c ../precice-config.xml
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
set -e -u
33

4-
../gismo-executable/gismo-executable -c ../precice-config.xml --plot -s 0
4+
partitioned-heat-conduction -c ../precice-config.xml --plot -s 0

examples/partitioned-heat-conduction/partitioned-heat-conduction-vertex-vertex/gismo-executable/creat_symlink.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
set -e -u
33

4-
../gismo-executable/gismo-executable -c ../precice-config.xml --plot -s 1
4+
partitioned-heat-conduction -c ../precice-config.xml --plot -s 1

0 commit comments

Comments
 (0)