Skip to content

Commit 8cf32d2

Browse files
example name
1 parent 503df76 commit 8cf32d2

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

kratos.gid/apps/Fluid/examples/examples.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
<Description></Description>
1616
</Example>
1717

18-
<Example id="CylinderInFlowP2P12D" app="Fluid" logo="CylinderInFlow2D.png" name="Cylinder in flow 2D with P2 P1 element" dim="2D" cmd="::Fluid::examples::CylinderInFlowP2P1::Init">
19-
<Description></Description>
18+
<Example id="CylinderInFlowP2P12D" app="Fluid" logo="CylinderInFlow2D.png" name="CFD 2D. P2-P1 elem" dim="2D" cmd="::Fluid::examples::CylinderInFlowP2P1::Init">
19+
<Description>This example uses a P2-P1 element to simulate the flow around a cylinder in 2D.
20+
- Quadratic mesh
21+
</Description>
2022
</Example>
2123
<!-- <Example id="CylinderInFlow3D" app="Fluid" logo="CylinderInFlow3D.png" name="Cylinder in flow 3D" dim="3D" cmd="::Fluid::examples::CylinderInFlow::Init">
2224
<Description></Description>

tools/create-release.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ set VERSION=9.5.1
77
@REM git checkout %BRANCH%
88

99

10+
git tag -f Release-%version%
11+
git push --tags --force
12+
1013
@REM run python prepare-release-files.py
1114
python prepare-release-files.py
1215

0 commit comments

Comments
 (0)