Skip to content

Commit

Permalink
Describes the changes made by closing issue 582 for release-notes
Browse files Browse the repository at this point in the history
Closes 582
  • Loading branch information
maxence-wz authored Jun 26, 2024
1 parent 14dace8 commit 4b0b4cb
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docs/web/release-notes-5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,25 @@ use the `TFEL` libraries in `C++` projects, using either the

# Issues fixed

## Issue 582: [cast3m interface] add explicit names and 4-letter mapping of internal variables to the castem file

Adds the correspondence between variable names and the 4-letter
names used in castem to the example `.dgibi` file, generated by `MFront`
with castem interfaces. The mapping is written in the file as a comment,
for example in the form :

```
** List of material properties:
**
** - YOUN: YoungModulus
** - NU: PoissonRatio
** - RHO: MassDensity
** - H: HardeningSlope
** - SO: Yield strength
```

For more details, see <https://github.com/thelfer/tfel/issues/582>

## Issue 585: [mfront] Allow to override inputs in material properties

~~~{.bash}
Expand Down Expand Up @@ -259,4 +278,4 @@ For more details, see <https://github.com/thelfer/tfel/issues/526>
## Issue 476: [generic interface] Add support for arrays of thermodynamic forces
For more details, see <https://github.com/thelfer/tfel/issues/476>
For more details, see <https://github.com/thelfer/tfel/issues/476>

0 comments on commit 4b0b4cb

Please sign in to comment.