File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,23 @@ module:
36
36
37
37
# Issues solved
38
38
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
+
39
56
## Issue #30 : Variables array size depending on type and modelling hypothesis
40
57
41
58
The ` get_variable_size ` function is now available in the
You can’t perform that action at this time.
0 commit comments