-
- Downloads
trunk preprocessor:
* created a distinct expression tree for the static model (thus giving better sharing of sub-expressions and better computation of temporary terms for the static model) * for that purpose, created StaticModel and DynamicModel classes (ModelTree still persists, but only contains code shared between StaticModel and DynamicModel) * removed sparse static file (to be later replaced by new algorithm for steady state computation on large models) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2592 ac1d8469-bf42-47a9-8791-bf33cf982152
Showing
- CodeInterpreter.hh 5 additions, 15 deletionsCodeInterpreter.hh
- ComputingTasks.cc 2 additions, 15 deletionsComputingTasks.cc
- ComputingTasks.hh 3 additions, 12 deletionsComputingTasks.hh
- DataTree.cc 4 additions, 4 deletionsDataTree.cc
- DynamicModel.cc 2249 additions, 0 deletionsDynamicModel.cc
- DynamicModel.hh 96 additions, 0 deletionsDynamicModel.hh
- ExprNode.cc 118 additions, 6 deletionsExprNode.cc
- ExprNode.hh 23 additions, 10 deletionsExprNode.hh
- Makefile 2 additions, 0 deletionsMakefile
- ModFile.cc 30 additions, 24 deletionsModFile.cc
- ModFile.hh 7 additions, 4 deletionsModFile.hh
- ModelTree.cc 7 additions, 2932 deletionsModelTree.cc
- ModelTree.hh 2 additions, 78 deletionsModelTree.hh
- ParsingDriver.cc 10 additions, 13 deletionsParsingDriver.cc
- StaticModel.cc 289 additions, 0 deletionsStaticModel.cc
- StaticModel.hh 51 additions, 0 deletionsStaticModel.hh
Loading
Please register or sign in to comment