Skip to content

Commit b306b46

Browse files
committed
[DELIVERY] Update documentation for delivery
1 parent 036543a commit b306b46

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@ This software is OpenSource (BSD license).
1313

1414

1515

16-
# **How to install TrioCFD-1.9.4 version ?**
16+
# **How to install TrioCFD-1.9.5 version ?**
1717

18-
### If TRUST-1.9.4 is not already installed, [please follow TRUST install instructions](https://github.com/cea-trust-platform/trust-code#readme).
18+
### If TRUST-1.9.5 is not already installed, [please follow TRUST install instructions](https://github.com/cea-trust-platform/trust-code#readme).
1919

20-
### Once TRUST installed, install TrioCFD-1.9.4 using one of these methods:
20+
### Once TRUST installed, install TrioCFD-1.9.5 using one of these methods:
2121

2222
### **First method**
2323
```bash
24-
git clone https://github.com/cea-trust-platform/TrioCFD-code.git TrioCFD-1.9.4
25-
cd TrioCFD-1.9.4
26-
source PathToTRUST-1.9.4/env_TRUST.sh
24+
git clone https://github.com/cea-trust-platform/TrioCFD-code.git TrioCFD-1.9.5
25+
cd TrioCFD-1.9.5
26+
source PathToTRUST-1.9.5/env_TRUST.sh
2727
baltik_build_configure -execute
2828
make optim debug
2929
```
3030

3131
### **Second method**
3232
```bash
33-
wget ftp://ftp.cea.fr/pub/TRUST/TrioCFD/versions/v1.9.4/TrioCFD-1.9.4.tar.gz
34-
tar xzf TrioCFD-1.9.4.tar.gz
35-
mv TrioCFD TrioCFD-1.9.4
36-
cd TrioCFD-1.9.4
37-
source PathToTRUST-1.9.4/env_TRUST.sh
33+
wget ftp://ftp.cea.fr/pub/TRUST/TrioCFD/versions/v1.9.5/TrioCFD-1.9.5.tar.gz
34+
tar xzf TrioCFD-1.9.5.tar.gz
35+
mv TrioCFD TrioCFD-1.9.5
36+
cd TrioCFD-1.9.5
37+
source PathToTRUST-1.9.5/env_TRUST.sh
3838
baltik_build_configure -execute
3939
make optim debug
4040
```

share/RELEASE_NOTES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------------------------------------------------------------------------------------
2-
Release notes version 1.9.5_beta : Enhancements, modifications and corrected bugs since version 1.9.4 :
2+
Release notes version 1.9.5 : Enhancements, modifications and corrected bugs since version 1.9.4 :
33
--------------------------------------------------------------------------------------------------
44
06/12/24 (TrioCFD) New feature : Sensibility Analisis - module based on the Polynomial Chaos Method.
55
06/12/24 (TrioCFD) New feature : ALE - Interface with the MFront/MGIS C++ library (https://thelfer.github.io/mgis/web/index.html) to integrate a mechanical behaviour for ALE grid motion

share/doc/TrioCFD_PGC.pdf

139 Bytes
Binary file not shown.
149 KB
Binary file not shown.
-17.9 KB
Binary file not shown.
-4.8 KB
Binary file not shown.

share/doc_src/PGC/TrioCFD_PGC.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
% Variables definition
154154
% - TrioCFD version
155-
\newcommand\codeVersion{1.9.4}
155+
\newcommand\codeVersion{1.9.5}
156156

157157
\makeindex
158158
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

share/doc_src/model_report/TrioCFD_models_report.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292

293293
% Variables definition
294294
% - TrioCFD version
295-
\newcommand\codeVersion{1.9.4}
295+
\newcommand\codeVersion{1.9.5}
296296

297297
\makeindex
298298

share/doc_src/validation_report/TrioCFD_validation_report.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157

158158
% Variables definition
159159
% - TrioCFD version
160-
\newcommand\codeVersion{1.9.4}
160+
\newcommand\codeVersion{1.9.5}
161161
% - Number of validation report
162162
\newcommand\nbValidationReports{198}
163163

src/Version_kernel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.9.5_beta
1+
1.9.5
22

0 commit comments

Comments
 (0)