TFEL
, MFront
and MTest
icx
HeatFlux
can’t be use as a glossary
nameabaqus
interfaceeuroplexus
interfaceansys
interfacecastem
interface@Integrator
and @Predictor
in implicit
DSLsPipeMeshElementType
in
python
bindingsStandardElastoViscoPlasticity
BrickVersion 3.0.11 has been released on October, 24th 2022.
icx
For more details, see https://github.com/thelfer/tfel/issues/326.
HeatFlux
can’t be use as a glossary
nameFor more details, see https://github.com/thelfer/tfel/issues/320.
abaqus
interfaceFor more details, see https://github.com/thelfer/tfel/issues/309.
europlexus
interfaceFor more details, see https://github.com/thelfer/tfel/issues/308.
ansys
interfaceFor more details, see https://github.com/thelfer/tfel/issues/307.
castem
interfaceFor more details, see https://github.com/thelfer/tfel/issues/305.
@Integrator
and @Predictor
in implicit
DSLsFor more details, see https://github.com/thelfer/tfel/issues/274.
PipeMeshElementType
in
python
bindingsFor more details, see https://github.com/thelfer/tfel/issues/251.
StandardElastoViscoPlasticity
BrickFor more details, see https://github.com/thelfer/tfel/issues/162.
For more details, see https://github.com/thelfer/tfel/issues/159.
For more details, see https://github.com/thelfer/tfel/issues/140.
For more details, see https://github.com/thelfer/tfel/issues/43.
For more details, see https://github.com/thelfer/tfel/issues/21.
The following code did not compile:
#include <TFEL/Math/qt.hxx>
#include <TFEL/Math/st2tost2.hxx>
int main(){
using namespace tfel::math;
const auto s = -st2tost2<1u,qt<Stress,double>>::Id();
return 0;
}
The trouble was related to the lack of specialisation of the
ComputeUnaryOperationResult
metafunction for
quantities.
For more details, see https://github.com/thelfer/tfel/issues/21.