Commit aa05b72
* OMCompiler bbce7fe...56804f2 (35):
> -fixed typo
> -commented out klu
> Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
> -commented out sparse solver klu
> -changed settings for vxworks
> Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
> Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
> -changed xml path for vxworks -added string to simVars for vxworks -changed default settings for vxworks
> -removed some obsolete stuff
> -added define for Vxworks
> -added string Vars to simVars for VxWorks
> -fixed merge conflicts
> Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
> -some changes during intialization of linear algloops -some changes in default settings for vxworks
> -changed to broyden's method
> -fixed typo in "newton"
> -added bool for initializiation
> -added blas and lapack methods
> -added Newton Solver for Vxworks
> -added sparse solver
> -changed to broyden and added sparse linear solver
> -fixed bug with zero states
> Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
> Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
> Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
> -some minor changes
> Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
> -some changes for sparse matrices without lineartearing
> Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
> -updated VxWorks makefile -some experimental changes to improve sparseMatrices
> Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
> -enabled test for real time with msvc
> -bug fix in RTEuler
> Merge branch 'master' of https://github.com/OpenModelica/OMCompiler
> -some changes for vxworks1 parent 082c13b commit aa05b72
1 file changed
+1
-1
lines changedSubmodule OMCompiler updated 31 files
- Compiler/SimCode/SimCodeUtil.mo+2-1
- Compiler/Template/CodegenCpp.tpl+453-71
- Compiler/Util/Flags.mo+1-1
- SimulationRuntime/cpp/CMakeLists.txt+10
- SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt+1
- SimulationRuntime/cpp/Core/Math/Functions.cpp+9
- SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp+12-1
- SimulationRuntime/cpp/Core/System/AlgLoopSolverFactory.cpp-2
- SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt+21
- SimulationRuntime/cpp/Include/Core/DataExchange/FactoryExport.h+1
- SimulationRuntime/cpp/Include/Core/Math/Functions.h+6
- SimulationRuntime/cpp/Include/Core/Math/IBlas.h+8
- SimulationRuntime/cpp/Include/Core/Math/ILapack.h+4
- SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h-3
- SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h+38-1
- SimulationRuntime/cpp/Include/Core/System/IAlgLoop.h+4
- SimulationRuntime/cpp/Include/SimCoreFactory/Policies/NonLinSolverVxWorksFactory.h+4-4
- SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverOMCFactory.h+12-1
- SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SolverSettingsOMCFactory.h+14-1
- SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemVxWorksFactory.h+2-2
- SimulationRuntime/cpp/Include/SimCoreFactory/VxWorksFactory/VxWorksFactory.h+3-2
- SimulationRuntime/cpp/Include/Solver/Kinsol/Kinsol.h+18-6
- SimulationRuntime/cpp/Include/Solver/Newton/Newton.h+54-9
- SimulationRuntime/cpp/LibrariesConfig.h.in+1
- SimulationRuntime/cpp/SimCoreFactory/VxWorksFactory/VxWorksFactory.cpp+7-5
- SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt+2-2
- SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp+2
- SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp+156-20
- SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt+1-1
- SimulationRuntime/cpp/Solver/Newton/Newton.cpp+411-99
- SimulationRuntime/cpp/Solver/RTEuler/RTEuler.cpp+19-8
0 commit comments