Directory modeq/modpar/

Directory Created:
2004-07-01 09:25
Directory Deleted:
2005-05-12 14:12
Total Files:
0
Deleted Files:
27
Lines of Code:
0

[root]/modeq/modpar

Lines of Code

modeq/modpar/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 152 (100.0%) 5349 (100.0%) 35.1
petar 121 (79.6%) 5336 (99.8%) 44.0
levsa 29 (19.1%) 12 (0.2%) 0.4
x02lucpo 2 (1.3%) 1 (0.0%) 0.5

Most Recent Commits

levsa 2005-05-12 14:12 Rev.: 1784

Moved directory modeq to Compiler. Updated references to the modeq directory so that they refer to Compiler/ instead

0 lines of code changed in 27 files:

  • modeq/modpar: .cvsignore (del), Codegen.cpp (del), Codegen.hpp (del), DuplicateParentMerge.cpp (del), DuplicateParentMerge.hpp (del), Makefile.in (del), MergeAllParents.cpp (del), MergeAllParents.hpp (del), MergeRule.cpp (del), MergeRule.hpp (del), MergeSiblings.cpp (del), MergeSiblings.hpp (del), ParallelOptions.cpp (del), ParallelOptions.hpp (del), Schedule.cpp (del), Schedule.hpp (del), SingleChildMerge.cpp (del), SingleChildMerge.hpp (del), TaskGraph.cpp (del), TaskGraph.hpp (del), TaskGraphExt.cpp (del), TaskGraphExt_stub.cpp (del), TaskMerging.cpp (del), TaskMerging.hpp (del), reverse_depth_first_search.hpp (del), solvers.cpp (del), solvers.hpp (del)
petar 2005-04-28 10:54 Rev.: 1738

Some stuff in Codegen

2 lines of code changed in 1 file:

  • modeq/modpar: Codegen.cpp (+2 -2)
petar 2005-04-28 08:26 Rev.: 1736

Fixed stuff for modpar

8 lines of code changed in 1 file:

  • modeq/modpar: Codegen.cpp (+8 -5)
petar 2005-04-27 08:38 Rev.: 1732

Fixed the stuff removed in luc's merge.... :(

62 lines of code changed in 2 files:

  • modeq/modpar: Codegen.cpp (+59), Codegen.hpp (+3)
petar 2005-04-19 13:14 Rev.: 1692

7 lines of code changed in 1 file:

  • modeq/modpar: Codegen.cpp (+7 -1)
x02lucpo 2005-04-18 16:14 Rev.: 1686

after merging openmodelica/x02lucpo with trunk. Improved simplify and differentiate.

1 lines of code changed in 2 files:

  • modeq/modpar: Codegen.cpp (+1 -67), Codegen.hpp (-3)
petar 2005-04-15 07:01 Rev.: 1670

defined hybrd

6 lines of code changed in 1 file:

  • modeq/modpar: Codegen.cpp (+6)
petar 2005-04-15 06:52 Rev.: 1669

allmost finished with nonlinear systems in modpar

64 lines of code changed in 2 files:

  • modeq/modpar: Codegen.cpp (+61 -1), Codegen.hpp (+3)
petar 2005-04-08 08:37 Rev.: 1657

Partly impl. nonlin eqns. in modpar

30 lines of code changed in 2 files:

  • modeq/modpar: Codegen.cpp (+5 -2), TaskGraph.hpp (+25 -2)
petar 2005-03-11 09:22 Rev.: 1564

Fixed so math functions works.

6 lines of code changed in 3 files:

  • modeq/modpar: Codegen.cpp (+4), Schedule.cpp (+1 -1), TaskMerging.cpp (+1 -1)
levsa 2005-03-03 17:53 Rev.: 1553

Code generation for function calls in simulations

10 lines of code changed in 1 file:

  • modeq/modpar: Makefile.in (+10)
levsa 2005-02-14 13:26 Rev.: 1498

Added build directories modeq_debug och modeq_release under modeq. Default build target is debug. See all: in modeq/Makefile.in.

Also added Makefile-targets in Makefiles in modeq and modeq_debug and modeq_rel
ease. Just run make when you change Makefile.in

Caution! rml files are copied to the build directories during building. Hence these files are put in .cvsignore under build directories. Binaries are copied back to modeq/ . For debugging, rdb files are copied back to modeq/

2 lines of code changed in 1 file:

  • modeq/modpar: .cvsignore (new 2)
petar 2005-01-26 11:30 Rev.: 1422

Changed implementation of DAELow.VARIABLES from bintree to hashtable

3 lines of code changed in 1 file:

  • modeq/modpar: TaskGraphExt.cpp (+3 -3)
petar 2004-11-24 10:21 Rev.: 1352

optimized index reduction so that incidence matrix is not rebuilt for each reduction.

7 lines of code changed in 2 files:

  • modeq/modpar: Codegen.cpp (+4 -4), MergeSiblings.cpp (+3 -3)
petar 2004-11-22 15:51 Rev.: 1347

Optimized some code. Commented, etc.

45 lines of code changed in 5 files:

  • modeq/modpar: Schedule.cpp (+30 -30), Schedule.hpp (+3 -3), TaskGraph.cpp (+1 -1), TaskGraphExt.cpp (+6 -6), TaskMerging.cpp (+5 -5)
petar 2004-10-26 07:57 Rev.: 1324

Added Tornado code generator. MathCore project

21 lines of code changed in 2 files:

  • modeq/modpar: Codegen.cpp (+16 -2), solvers.cpp (+5 -5)
petar 2004-10-14 12:55 Rev.: 1315

Fixed bug in priority order of incomming task graph edges

202 lines of code changed in 6 files:

  • modeq/modpar: Codegen.cpp (+59 -22), Codegen.hpp (+16), TaskGraph.cpp (+32 -8), TaskGraph.hpp (+83 -7), TaskGraphExt.cpp (+10 -3), solvers.cpp (+2)
petar 2004-10-07 14:57 Rev.: 1303

Fixed so parameters are split in DAE x becomes {x[1],x[2],...} for an parameter array.

137 lines of code changed in 8 files:

  • modeq/modpar: Codegen.cpp (+21 -7), Codegen.hpp (+6 -1), TaskGraph.cpp (+19), TaskGraph.hpp (+16 -2), TaskGraphExt.cpp (+29 -3), TaskGraphExt_stub.cpp (+7), solvers.cpp (+37 -2), solvers.hpp (+2)
petar 2004-09-28 09:42 Rev.: 1271

Did stuff on codegen

18 lines of code changed in 4 files:

  • modeq/modpar: Codegen.cpp (+11 -8), Codegen.hpp (+2 -2), MergeSiblings.cpp (+5 -39), MergeSiblings.hpp (-1)
petar 2004-09-27 16:56 Rev.: 1256

fixed compilation error.

20 lines of code changed in 1 file:

  • modeq/modpar: TaskGraphExt_stub.cpp (+20)
petar 2004-09-21 08:49 Rev.: 1253

some modpar bugs

322 lines of code changed in 20 files:

  • modeq/modpar: Codegen.cpp (+153 -39), Codegen.hpp (+16 -2), DuplicateParentMerge.cpp (+2 -2), DuplicateParentMerge.hpp (+1 -1), MergeAllParents.cpp (+2 -2), MergeAllParents.hpp (+1 -1), MergeRule.cpp (+2 -1), MergeRule.hpp (+2 -1), MergeSiblings.cpp (+12 -41), MergeSiblings.hpp (+1 -1), Schedule.cpp (+16 -1), Schedule.hpp (+5 -2), SingleChildMerge.cpp (+2 -2), SingleChildMerge.hpp (+1 -1), TaskGraph.cpp (+3 -7), TaskGraph.hpp (+2), TaskGraphExt.cpp (+50 -6), TaskMerging.cpp (+42 -32), TaskMerging.hpp (+1), solvers.cpp (+8 -6)
petar 2004-09-15 09:33 Rev.: 1247

Added simple euler solver.

6 lines of code changed in 2 files:

  • modeq/modpar: solvers.cpp (new 6), solvers.hpp (new)
petar 2004-09-15 09:31 Rev.: 1246

Fixed bugs in codegen

95 lines of code changed in 5 files:

  • modeq/modpar: Codegen.cpp (+3 -3), TaskGraph.cpp (+43 -3), TaskGraph.hpp (+6), TaskMerging.cpp (+41 -10), TaskMerging.hpp (+2 -2)
petar 2004-09-13 09:42 Rev.: 1228

Fixed bugs with connect statements. Removed Simple equations before blt, etc.

94 lines of code changed in 6 files:

  • modeq/modpar: Codegen.cpp (+5 -2), DuplicateParentMerge.cpp (+2 -1), Makefile.in (+3 -2), MergeAllParents.cpp (+2 -2), TaskMerging.cpp (+69 -21), TaskMerging.hpp (+13 -1)
petar 2004-08-26 10:45 Rev.: 1213

Fixed connect in loops

129 lines of code changed in 6 files:

  • modeq/modpar: DuplicateParentMerge.cpp (+58 -62), MergeAllParents.cpp (+3 -3), MergeRule.cpp (-1), SingleChildMerge.cpp (+12 -14), TaskMerging.cpp (+51 -18), TaskMerging.hpp (+5 -1)
petar 2004-07-02 12:40 Rev.: 1205

merging outer loop now linear.

249 lines of code changed in 16 files:

  • modeq/modpar: DuplicateParentMerge.cpp (+29 -32), DuplicateParentMerge.hpp (+2 -2), Makefile.in (+1 -2), MergeAllParents.cpp (+37 -41), MergeAllParents.hpp (+2 -2), MergeRule.cpp (+4 -2), MergeRule.hpp (+8 -3), MergeSiblings.cpp (+32 -38), MergeSiblings.hpp (+2 -2), SingleChildMerge.cpp (+19 -24), SingleChildMerge.hpp (+2 -2), TaskGraph.cpp (+19 -2), TaskGraph.hpp (+8 -3), TaskGraphExt.cpp (+1 -1), TaskMerging.cpp (+60 -13), TaskMerging.hpp (+23)
petar 2004-07-01 09:30 Rev.: 1204

Forgot paralleloptions..

0 lines of code changed in 2 files:

  • modeq/modpar: ParallelOptions.cpp (new), ParallelOptions.hpp (new)
petar 2004-07-01 09:25 Rev.: 1203

Added modpar module. To enable, configure with --with-MODPAR and --with-BOOST=boostdir

3803 lines of code changed in 22 files:

  • modeq/modpar: Codegen.cpp (new 403), Codegen.hpp (new 86), DuplicateParentMerge.cpp (new 244), DuplicateParentMerge.hpp (new 52), Makefile.in (new 43), MergeAllParents.cpp (new 218), MergeAllParents.hpp (new 30), MergeRule.cpp (new 123), MergeRule.hpp (new 39), MergeSiblings.cpp (new 152), MergeSiblings.hpp (new 49), Schedule.cpp (new 496), Schedule.hpp (new 257), SingleChildMerge.cpp (new 93), SingleChildMerge.hpp (new 20), TaskGraph.cpp (new 263), TaskGraph.hpp (new 233), TaskGraphExt.cpp (new 282), TaskGraphExt_stub.cpp (new 128), TaskMerging.cpp (new 136), TaskMerging.hpp (new 70), reverse_depth_first_search.hpp (new 386)
Generated by StatSVN 0.7.0