#3462 closed enhancement (fixed)
Missing descriptions of some back end optimization modules
Reported by: | Lennart Ochel | Owned by: | Lennart Ochel |
---|---|---|---|
Priority: | high | Milestone: | 1.9.4 |
Component: | Backend | Version: | |
Keywords: | documentation | Cc: | Adrian Pop, Vitalij Ruge, Willi Braun |
Description (last modified by )
There is a bunch of modules that have no description yet. I can try to fix most of them, however it would be good if the authors could leave a line for each module within this ticket:
--preOptModules
- expandDerOperator
- findStateOrder
- removeEqualFunctionCalls
- sortEqnsVars
--postOptModules
- addScaledVars
- dumpComponentsGraphStr
- evaluateReplaceProtectedFinalEvaluateParameters
- recursiveTearing
- reduceDynamicOptimization
- relaxSystem
- removeEqualFunctionCalls
- removeUnusedVariables
- simplifyComplexFunction
- simplifyConstraints
- simplifyLoops
- solveLinearSystem
- solveSimpleEquations
- symEuler
--initOptModules
- recursiveTearing
- reduceDynamicOptimization
- simplifyComplexFunction
- simplifyConstraints
- simplifyLoops
- solveSimpleEquations
Change History (7)
comment:1 by , 9 years ago
Description: | modified (diff) |
---|
comment:2 by , 9 years ago
Status: | new → accepted |
---|
comment:3 by , 9 years ago
Description: | modified (diff) |
---|
comment:4 by , 9 years ago
I added a short description for most of the modules. I just need a short line for the documentation of the following modules:
- sortEqnsVars
- recursiveTearing
- reduceDynamicOptimization
- simplifyComplexFunction
- simplifyConstraints
- simplifyLoops
- solveSimpleEquations
- symEuler
comment:5 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Now I added a short description to each optimization module.
Note:
See TracTickets
for help on using tickets.
see PR207