Skip to content

Commit 46cd4da

Browse files
committed
Docs update
1 parent cbe458b commit 46cd4da

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/web/release-notes-1.2.md

+17
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,23 @@ module:
3636

3737
# Issues solved
3838

39+
## Issue #32: Better `const` correctness
40+
41+
This issue follows this evolution in the generic interface of MFront:
42+
<https://sourceforge.net/p/tfel/tickets/212/>
43+
44+
The state at the beginning of the time step is now described in a
45+
structure called `mgis_bv_InitialStateView`, the fields of which are all
46+
const.
47+
48+
The following fields of the `mgis_bv_StateView` are now `const`:
49+
50+
- `gradients`
51+
- `material_properties`
52+
- `external_state_variables`
53+
54+
For details, see <https://github.com/thelfer/MFrontGenericInterfaceSupport/issues/32>
55+
3956
## Issue #30: Variables array size depending on type and modelling hypothesis
4057

4158
The `get_variable_size` function is now available in the

0 commit comments

Comments
 (0)