TFEL, MFront and MTestOrthotropicElastic5.mfront and
OrthotropicElastic6.mfront exampleqt class is ill formed:
noexcept specifier is not correcty definedNaN valuesMac OSrpathto the TFEL libraries when
generating the library on Mac OsThis is mainly a bug fix version of the 3.0 series. All
tickets solved are described below.
OrthotropicElastic5.mfront and
OrthotropicElastic6.mfront exampleFor more details, see: https://sourceforge.net/p/tfel/tickets/193/
qt class is ill formed:
noexcept specifier is not correcty definedFor more details, see: https://sourceforge.net/p/tfel/tickets/188/
The ST2toST2TransposeExpr<A> class expected that
class A defines the IndexType
typedef, but this is not a requirement of the
ST2toST2Concept concept. Thus the transpose
operation did not work for all classes matching this concept. In
particular, the following code used to fail:
const auto tM2 = transpose(Stensor4::Id() * Stensor4::Id());
For more details, see: https://sourceforge.net/p/tfel/tickets/184/
NaN valuesFor most algorithms with correction-prediction, the Runge-Kutta DSL has two strategies to evaluate the error. The first one (the default) is the euclidian norm and the second one the based on the absolute norm. The DSL switches from one strategy to the other depending on the size of unknowns.
The trouble only concerns the second strategy.
For more details, see: https://sourceforge.net/p/tfel/tickets/181/
The issue concerns all the rk algorithms without local time-step
control (euler, rk2, rk4) which
are not used in practice.
For more details, see: https://sourceforge.net/p/tfel/tickets/180/
Mac OSFor more details, see: https://sourceforge.net/p/tfel/tickets/178/
rpathto the TFEL libraries when
generating the library on Mac OsFor more details, see: https://sourceforge.net/p/tfel/tickets/175/
The default parameters’ values were truncated to 6 significant digits
(default number of digits of the std::ostream class).
For more details, see: https://sourceforge.net/p/tfel/tickets/170/
For more details, see: https://sourceforge.net/p/tfel/tickets/133/