Skip to content

Commit d952492

Browse files
Remove tutorials (#63)
Move the tutorials to https://github.com/precice/tutorials. See precice/tutorials#687, precice/tutorials#688 and precice/tutorials#714 --------- Co-authored-by: Ishaan Desai <ishaandesai@gmail.com>
1 parent 6290767 commit d952492

52 files changed

Lines changed: 2 additions & 2341 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/run-tutorials.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
add-apt-repository -y ppa:fenics-packages/fenics
2424
apt-get -qq install --no-install-recommends fenicsx
2525
rm -rf /var/lib/apt/lists/*
26+
- name: Get tutorials
27+
run: git clone -b develop https://github.com/precice/tutorials.git
2628
- name: Check FEniCSx version
2729
run: python3 -c "import dolfinx; print('FEniCS-X version '+dolfinx.__version__)"
2830
- name: Create venv for Dirichlet participants and install adapter
@@ -40,9 +42,6 @@ jobs:
4042
- name: Remove fenicsxadapter from requirements to avoid overwriting develop version
4143
run: |
4244
sed -i '/fenicsxprecice/d' tutorials/partitioned-heat-conduction/solver-fenicsx/requirements.txt
43-
# Tutorial is currently hosted under https://github.com/precice/fenicsx-adapter, should be moved to https://github.com/precice/tutorials when working. See https://github.com/precice/tutorials/issues/491
44-
# - name: Get tutorials
45-
# run: git clone -b develop https://github.com/precice/tutorials.git
4645
- name: Run tutorial
4746
run: |
4847
cd tutorials/partitioned-heat-conduction

tutorials/flow-over-heated-plate/README.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

tutorials/flow-over-heated-plate/fluid-openfoam/0/T

Lines changed: 0 additions & 49 deletions
This file was deleted.

tutorials/flow-over-heated-plate/fluid-openfoam/0/U

Lines changed: 0 additions & 44 deletions
This file was deleted.

tutorials/flow-over-heated-plate/fluid-openfoam/0/alphat

Lines changed: 0 additions & 49 deletions
This file was deleted.

tutorials/flow-over-heated-plate/fluid-openfoam/0/epsilon

Lines changed: 0 additions & 49 deletions
This file was deleted.

tutorials/flow-over-heated-plate/fluid-openfoam/0/k

Lines changed: 0 additions & 49 deletions
This file was deleted.

tutorials/flow-over-heated-plate/fluid-openfoam/0/nut

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)