Thomas Beutlich

Results 87 issues of Thomas Beutlich

* MATLAB uses column-major array indexing * closes #37

Fix for 1f8e25f101dc6563cdac408ed7051429c3a7c388 as suggested by https://github.com/modelica/ModelicaStandardLibrary/pull/4351#issuecomment-2007628804.

example
L: Electrical.QuasiStatic

This is derived from #4389. It helps tools to correctly deduce the array type, just by checking the argument of fill. Note, that it already was a mixed usage of...

L: Media
P: trivial

L: Blocks
example

This restores the checks for extrapolation detection in functions ModelicaStandardTables_CombiTable2D_getDerValue and ModelicaStandardTables_CombiTable2D_getDer2Value as regression of #3893. They are also consistent with ModelicaStandardTables_CombiTable2D_getValue where there is no derivative information. Closes #4343....

L: C-Sources
V: 4.1.0-dev

The README.md refers to https://modelica.org/projects which is gone. https://github.com/modelica/ModelicaStandardLibrary/blob/cf495f8db76b3c4d79e03f09d16d409ad3363255/README.md?plain=1#L36

P: trivial

@HansOlsson Does it work this way? @gkurzbach FYI

Tests with empty arrays (10.7) are only found in ModelicaCompliance.Arrays.Declarations, but numeric tests on element-wise addition, subtraction, multiplication and matrix/vector multiplication with empty arrays are completely missing.

enhancement