#3452 closed enhancement (fixed)
Separation of back end transformations for simulation and initialization
Reported by: | Lennart Ochel | Owned by: | Lennart Ochel |
---|---|---|---|
Priority: | high | Milestone: | 1.9.4 |
Component: | Backend | Version: | |
Keywords: | Cc: |
Description
The current back end design is not able to optimize the system for simulation independently from the system for initialization. All the information that are needed to set up the system for initialization is present during the whole optimization process for the simulation DAE. This makes it impossible to do certain simplifications/optimizations on the DAEs.
To gain further improvements, it is necessary to split the transformation pipeline inside the back end to handle simulation and initialization separately.
Change History (5)
comment:1 by , 9 years ago
Status: | new → accepted |
---|
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
see PR199