Directory c_runtime/solver_qss/

Directory Created:
2011-04-13 15:20
Directory Deleted:
2012-02-23 08:08
Total Files:
0
Deleted Files:
14
Lines of Code:
0

[root]/c_runtime/solver_qss

Lines of Code

c_runtime/solver_qss/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 87 (100.0%) 1703 (100.0%) 19.5
fbergero 46 (52.9%) 1557 (91.4%) 33.8
sjoelund.se 21 (24.1%) 117 (6.9%) 5.5
lochel 1 (1.1%) 24 (1.4%) 24.0
adrpo 16 (18.4%) 2 (0.1%) 0.1
Frenkel TUD 1 (1.1%) 2 (0.1%) 2.0
wbraun 2 (2.3%) 1 (0.1%) 0.5

Most Recent Commits

adrpo 2012-02-23 08:08 Rev.: 11174

- GOT RID OF the old trunk/c_runtime and old templates SimCodeC.tpl/SimCodeFMU.tpl
- HIGHLY RECOMMENDED make clean
- renamed SimCodeXXX.tpl CodegenXXX.tpl
- merged the needed things from SimCodeC.tpl into CodegenQSS.tpl.
- all tests except the usual mishaps go.
- targeted all trunk/c_runtime references used in
Makefiles / C (Qt OMPlot) / Other files to their SimulationRuntime/ counterparts.

0 lines of code changed in 14 files:

  • c_runtime/solver_qss: cross_detector.cpp (del), cross_detector.h (del), integrator.cpp (del), integrator.h (del), qss_signal.cpp (del), qss_signal.h (del), runtime.h (del), sampler.cpp (del), sampler.h (del), simulator.h (del), solver_qss.cpp (del), solver_qss.h (del), static_function.cpp (del), static_function.h (del)
sjoelund.se 2012-01-18 11:02 Rev.: 10918

- Set svn-eol-style on a few files

14 lines of code changed in 14 files:

  • c_runtime/solver_qss: cross_detector.cpp (+1), cross_detector.h (+1), integrator.cpp (+1), integrator.h (+1), qss_signal.cpp (+1), qss_signal.h (+1), runtime.h (+1), sampler.cpp (+1), sampler.h (+1), simulator.h (+1), solver_qss.cpp (+1), solver_qss.h (+1), static_function.cpp (+1), static_function.h (+1)
fbergero 2011-11-18 19:48 Rev.: 10550

Removing stand alone solver from the runtime

30 lines of code changed in 4 files:

  • c_runtime/solver_qss: cross_detector.cpp (+2), integrator.cpp (+1 -1), solver_qss.cpp (+13 -6), static_function.cpp (+14 -14)
fbergero 2011-11-07 21:03 Rev.: 10319

Calling function_initMemoryState

2 lines of code changed in 1 file:

  • c_runtime/solver_qss: solver_qss.cpp (+2 -1)
lochel 2011-09-12 16:47 Rev.: 9788

- revised initialization
-- including full support of start-values
-- including scaling

24 lines of code changed in 1 file:

  • c_runtime/solver_qss: solver_qss.cpp (+24 -4)
wbraun 2011-08-31 20:49 Rev.: 9724

- changed fmu export for event handling
- added bug fix in event handling
- removed one old unsed variable

0 lines of code changed in 1 file:

  • c_runtime/solver_qss: solver_qss.cpp (-3)
Frenkel TUD 2011-08-24 14:06 Rev.: 9675

- c-interace for fmu

2 lines of code changed in 1 file:

  • c_runtime/solver_qss: solver_qss.cpp (+2 -2)
fbergero 2011-06-23 17:02 Rev.: 9346

Renaming Simulator class to SimulatorQSS

8 lines of code changed in 6 files:

  • c_runtime/solver_qss: cross_detector.h (+1 -1), integrator.h (+2 -2), sampler.h (+1 -1), simulator.h (+1 -1), solver_qss.cpp (+2 -2), static_function.h (+1 -1)
adrpo 2011-06-01 00:42 Rev.: 9222

- BIG CHANGE!
- generate Model_init.xml instead of Model_init.txt
- clean objects in Model.makefile before compiling (Make doesn't seem to get that
Model.c is newer than Model.o if we issue two simulate commands for the same model,
even if the model changed via loadFile.)
- check the result of fflush in systemimpl.c and printimpl.c
- fflush in c_runtime/linearize.cpp
- added c_runtime/simulation_input_xml.h and cpp to read the Model_init.xml file.
- link the generated code with the XML parser library -lexpat as libc_runtime needs it now
- Model.c and Model_init.xml will now contain a GUID which is used in c_runtime/simulation_input_xml.cpp
to check if the Model_init.xml is matched with Model.c (Model.exe)
- The Model_init.xml is based on FMI but with much more information that we need for OMC.
- The Model_init.xml file it has no schema yet as it may change in the near future to include
more things that are now static in the generated code (Model.c). This will make compilation
of generated code faster.
- disabled testsuite/interactive-simulation/runInteractiveSimulation.mos and added only a
compilation test (more work is needed to make the run test more robust).
- updated tests and compiler files with the name change from _init.txt to _init.xml.

2 lines of code changed in 2 files:

  • c_runtime/solver_qss: runtime.h (+1 -1), solver_qss.cpp (+1 -1)
fbergero 2011-05-12 13:45 Rev.: 8957

Implementing QSS2

108 lines of code changed in 3 files:

  • c_runtime/solver_qss: integrator.cpp (+69 -1), integrator.h (+16), static_function.cpp (+23 -4)
fbergero 2011-05-11 17:21 Rev.: 8936

* Adding discontinuities

263 lines of code changed in 7 files:

  • c_runtime/solver_qss: cross_detector.cpp (new 44), cross_detector.h (new 17), integrator.cpp (+2 -2), runtime.h (+6), solver_qss.cpp (+163 -3), static_function.cpp (+24 -8), static_function.h (+7)
fbergero 2011-05-10 17:29 Rev.: 8913

Runtime for the QSS methods

92 lines of code changed in 6 files:

  • c_runtime/solver_qss: integrator.cpp (+31 -21), integrator.h (+1), runtime.h (+6 -3), solver_qss.cpp (+5 -5), static_function.cpp (+46 -11), static_function.h (+3 -2)
fbergero 2011-04-19 14:05 Rev.: 8700

* Implementing discontinuities

1 lines of code changed in 1 file:

  • c_runtime/solver_qss: solver_qss.cpp (+1 -7)
wbraun 2011-04-15 19:00 Rev.: 8667

- added some bugfixes for initialization and update some testcase to currect values

1 lines of code changed in 1 file:

  • c_runtime/solver_qss: solver_qss.cpp (+1 -1)
fbergero 2011-04-14 17:05 Rev.: 8645

* Updating the QSS structure and c_runtime

125 lines of code changed in 6 files:

  • c_runtime/solver_qss: integrator.cpp (+7 -9), runtime.h (+29 -2), sampler.cpp (+6 -6), solver_qss.cpp (+47 -146), static_function.cpp (+33 -10), static_function.h (+3)
sjoelund.se 2011-04-13 15:38 Rev.: 8625

- Remove the crap known as tabs from C sources

101 lines of code changed in 6 files:

  • c_runtime/solver_qss: integrator.cpp (+7 -7), qss_signal.cpp (+54 -54), sampler.cpp (+5 -5), simulator.h (+7 -7), solver_qss.cpp (+18 -18), static_function.cpp (+10 -10)
sjoelund.se 2011-04-13 15:36 Rev.: 8624

- Fix compilation

2 lines of code changed in 1 file:

  • c_runtime/solver_qss: solver_qss.cpp (+2)
fbergero 2011-04-13 15:20 Rev.: 8622

* Adding QSS runtime solver
* Creating a new library libsim_ompd for the QSS/PowerDEVS runtime(is similar to libsim.a but without the main function)

928 lines of code changed in 12 files:

  • c_runtime/solver_qss: integrator.cpp (new 60), integrator.h (new 20), qss_signal.cpp (new 129), qss_signal.h (new 116), runtime.h (new 8), sampler.cpp (new 39), sampler.h (new 22), simulator.h (new 20), solver_qss.cpp (new 397), solver_qss.h (new 45), static_function.cpp (new 48), static_function.h (new 24)
Generated by StatSVN 0.7.0