File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ if(MGIS_HAVE_PANDOC)
7979 mgis_pandoc_generate_html_page (release-notes-2.1 "--toc" "--toc-depth=3" )
8080 mgis_pandoc_generate_html_page (release-notes-2.2 "--toc" "--toc-depth=3" )
8181 mgis_pandoc_generate_html_page (release-notes-2.2.1 "--toc" "--toc-depth=3" )
82+ mgis_pandoc_generate_html_page (release-notes-2.2.2 "--toc" "--toc-depth=3" )
8283 mgis_pandoc_generate_html_page (release-notes-3.0 "--toc" "--toc-depth=3" )
8384 mgis_pandoc_generate_html_page (release-notes-3.0.1 "--toc" "--toc-depth=3" )
8485 mgis_pandoc_generate_html_page (release-notes-3.1 "--toc" "--toc-depth=3" )
Original file line number Diff line number Diff line change 112112 < ul >
113113 < li > < a href ="release-notes-2.2.html "> Version 2.2</ a > </ li >
114114 < li > < a href ="release-notes-2.2.1.html "> Version 2.2.1</ a > </ li >
115+ < li > < a href ="release-notes-2.2.2.html "> Version 2.2.2</ a > </ li >
115116 </ ul >
116117 </ li >
117118 < li > < a > Version 3.0.x</ a >
Original file line number Diff line number Diff line change 11---
2- title : MFrontGenericInterfaceSupport Version 2.1
2+ title : MFrontGenericInterfaceSupport Version 2.2. 1
33author : Thomas Helfer
44date : 2025
55lang : en-EN
Original file line number Diff line number Diff line change 1+ ---
2+ title : MFrontGenericInterfaceSupport Version 2.2.2
3+ author : Thomas Helfer
4+ date : 2025
5+ lang : en-EN
6+ numbersections : true
7+ documentclass : article
8+ from : markdown+tex_math_single_backslash
9+ geometry :
10+ - margin=2cm
11+ papersize : a4
12+ link-citations : true
13+ colorlinks : true
14+ figPrefixTemplate : " $$i$$"
15+ tabPrefixTemplate : " $$i$$"
16+ secPrefixTemplate : " $$i$$"
17+ eqnPrefixTemplate : " ($$i$$)"
18+ bibliography : bibliography.bib
19+ ---
20+
21+ The page describes the new functionalities of Version 2.2.2 of the
22+ ` MFrontGenericInterfaceSupport ` project. This version is meant to
23+ be used with ` TFEL ` version 4.2.X.
24+
25+ # Issues fixed
26+
27+ ## Issue 192: mass density is not initialized properly by ` make_view ` for the initial state
28+
29+ For more details, see < https://github.com/thelfer/MFrontGenericInterfaceSupport/issues/192 > .
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ namespace mgis::behaviour {
4444 return &v[0 ];
4545 }; // end of get_ptr
4646 InitialStateView v;
47+ v.mass_density = &(s.mass_density );
4748 v.gradients = get_ptr (s.gradients );
4849 v.thermodynamic_forces = get_ptr (s.thermodynamic_forces );
4950 v.material_properties = get_ptr (s.material_properties );
You can’t perform that action at this time.
0 commit comments