Andreas

Results 167 comments of Andreas

Yes, continuous zero crossing should be a nice thing, but for now we only have discontinuous ones available. This is definitely something we need to keep in mind if we...

Not really. We would need to get an ordering an dependencies into the zero-crossing equations. I don't know how we should do that in the backend. Maybe @kabdelhak can give...

I updated SUNDIALS and therefor how we use IDA. I'll debug a bit and check what's going wrong here.

That was in https://github.com/OpenModelica/OpenModelica/commit/ba83d81e5f1f132591524d50d9e5c8af5043168e.

Function `IDACalcIC` is returning the error code `IDA_LSETUP_FAIL` which means that the linear solver’s setup function failed in an unrecoverable manner. Not sure what we are missing. We set up...

> > Not sure what we are missing. We set up KLU as linear solver and the initialization is done successfully and it fails at the first time step during...

We could also do a [git bisection](https://git-scm.com/docs/git-bisect) to find the commit which broke this. With a fast PC (to recompile omc and run the model) it should be possible to...

Can't reproduce the issue in omc v1.26.0-dev with the C runtime on Ubuntu (WSL). Closing the issue for now. When simulating longer (`StopTime=0.1`) I get an error message, but I'm...

How about a test for `loadFile`, or any other function accepting paths, to check if a path has a character we can't handle? It won't solve the problem but would...

Can reproduce the issue with omc `v1.22.0-dev-81-g808f7decc3-cmake` on Windows 11: ``` g++ -shared -o test_roots.dll OMCpptest_rootsCalcHelperMain.o -L\"D:\\path\\to\\OpenModelica\\install_cmake/lib//omc/cpp\" -Wl,--no-undefined -L\"D:/path/to/issue-10619\" -lOMCppSystem_static -lOMCppMath_static -lOMCppFMU_static -lOMCppNewton_static -lOMCppDgesvSolver_static -lOMCppSolver_static -lOMCppExtensionUtilities_static -lOMCppModelicaUtilities_static -L. -static C:/OMDev/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe:...