Version 3.1.11 has been released on October, 24th 2022. It inherits from all the issues fixes in Version 3.0.11.

Issues fixed

Issue #306: [mfront] Profiling is broken in the cyrano interface

For more details, see https://github.com/thelfer/tfel/issues/306.

Issue #204: [tfel-check] Invalid option c (must be -c)

For more details, see https://github.com/thelfer/tfel/issues/204.

Issue #184: [mfront] The output variable of a material property is only partially defined

For more details, see https://github.com/thelfer/tfel/issues/184.

Issue #71: [mfront] Single-crystal behaviours fails to compile with intel/oneapi (2021.1 and 2021.5) with TFEL-3.4.3

The offset methods of the generated class handling the slips system were declared constexpr, but their implementations was not supported in C++-11 (only C++-14).

For more details, see https://github.com/thelfer/tfel/issues/71.

Issue #58: [mfront-doc] skip tests on internal data structure in the getData method

mfront-doc may fail to process files when two data members with the same name are defined in two specializations of the behaviour (for two different modelling hypotheses) have different types (among other checks). However, this check is too restrictive for internal data structures and this special case now treated properly.

For more details, see https://github.com/thelfer/tfel/issues/58.

Issue #51: [mfront] Defining a gradient with external name “Temperature” do not trigger an error

For more details, see https://github.com/thelfer/tfel/issues/51.