Andreas

Results 69 issues of Andreas

### Description Data reconcilliation is evaluating the DAE which can fail from time to time, e.g. when a non-linear equation system can't be solved or if some equation is dividing...

COMP/SimRT/C

### Description While search for a segmentation fault I found some lost blocks of memory in data reconciliation reported by Valgrind. [Valgrind.log](https://github.com/OpenModelica/OpenModelica/files/9877845/Valgrind.log) Losses are reported in `initAnalyticJacobian`, `allocSparsePattern`, `copyMatrix`, `getTransposeMatrix`,...

COMP/OMC/Runtime

### Related Issues Fixes https://github.com/OpenModelica/OpenModelica/issues/14568. ### Purpose Ensure the order of source files is always the same, no matter how OpenModelica was build. ### Approach - Adding sort functions that...

COMP/FMI

### Related Issues https://github.com/OpenModelica/OpenModelica/issues/14468 ### Purpose Change scalar nominal to array nominal values. ### Approach - New reverse mapping from scalarized to array variables. - New function `getNominalFromScalarIdx` - Changed...

### Related Issues Fixes #14653 ### Purpose - Test if we can compile everything with ghcr.io/openmodelica/build-deps:v1.26.0-dev ### Approach New image https://github.com/OpenModelica/build-deps/pkgs/container/build-deps/579668289?tag=v1.26.0-dev. The image will be re-tagged to `v1.26.0` and re-released...

### Related Issues First step for https://github.com/OpenModelica/OpenModelica/issues/12855. Use new Docker image [ghcr.io/openmodelica/crossbuild:v1.26.0-dev](https://github.com/OpenModelica/openmodelica-crossbuild/pkgs/container/crossbuild/577190934?tag=v1.26.0-dev) provided by https://github.com/OpenModelica/openmodelica-crossbuild for all (noone cares about macOS, right? Right?) the cross-compilation needs of FMUs. ### Purpose...

COMP/FMI

### Description Derivatives of top-level CSV input are currently not supported by OpenModelica. With #9804 at least an error is thrown and the compiler stops with a somewhat useful message....

### Description When translating a model where an input needs to be differentiated omc reports an error but won't stop the translation. Instead it fails to compile the garbage C...

COMP/OMC/Backend
top priority

### Description Follow-up for #9120. The NLS solver KINSOL fails to solve system 3871 at initialization. Problem is, that after some iterations an equation divides by zero and produces NaN....

COMP/SimRT/C