- 10 Jul, 2009 1 commit
-
-
sebastien authored
* sort recursive variables in topological order in the _static.m file * collectEndogenous() returs type specific IDs, not symb_id! git-svn-id: https://www.dynare.org/svn/dynare/trunk@2833 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 07 Jul, 2009 2 commits
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2820 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
* StaticModel: dropped creation of C file in USE_DLL mode * StaticModel: added computation of derivatives for block MFS mode * DynamicModel: catch error codes of mkdir() * ModelTree: moved "mode" member variable to DynamicModel * ModFile::writeOutput(): moved manipulations relative to dynamic model file to DynamicModel git-svn-id: https://www.dynare.org/svn/dynare/trunk@2818 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 30 Jun, 2009 1 commit
-
-
sebastien authored
* normalizes the static model * computes its block decomposition, using topological order * for each block, computes minimum feedback set of variables * at this stage, only produces text output (no change in the computation of steady state) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2798 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 30 Apr, 2009 1 commit
-
-
sebastien authored
trunk preprocessor: added new statements "write_latex_dynamic_model" and "write_latex_static_model" which list model equations in LaTeX code git-svn-id: https://www.dynare.org/svn/dynare/trunk@2654 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 28 Apr, 2009 1 commit
-
-
sebastien authored
* finished normalization algorithm * added routine for computing the equations which are already in normalized form git-svn-id: https://www.dynare.org/svn/dynare/trunk@2645 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 27 Apr, 2009 1 commit
-
-
sebastien authored
trunk StaticModel.cc: added model normalization (still need to force normalization of equations of the form a = f(b,c)) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2638 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 20 Apr, 2009 2 commits
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2614 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2610 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 18 Apr, 2009 1 commit
-
-
sebastien authored
* fixed bug with planner_objective * fixed another bug due to unitialized max_{lead,lags} values git-svn-id: https://www.dynare.org/svn/dynare/trunk@2604 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 17 Apr, 2009 1 commit
-
-
sebastien authored
trunk preprocessor: restructuration of the code before adding derivatives w.r. to parameters (in particular, removed VariableTable, and replaced it by a system of derivation IDs) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2597 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 14 Apr, 2009 1 commit
-
-
sebastien authored
* 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
-