The page describes the new functionalities of Version 3.0.14 of the TFEL project.

Issues fixed

Issue 619: [fortran] Add support for the ifx fortran compiler

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

Issue 610: [cmake] better support for using TFEL as a CPM dependency

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

Issue 605: update octave interface

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

Issue 583: [mtest] Fix typo when comparing tangent operator to its numerical approximation

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

Issue 580: [aster interface] Some fields are missing in the default implementation of the AsterTraits class

The following fields are missing:

static constexpr unsigned short material_properties_nb = 0u;
static constexpr unsigned short elasticPropertiesOffset = 0u;
static constexpr unsigned short thermalExpansionPropertiesOffset = 0u;

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