Directory SimulationRuntime/fmi/export/

Directory Created:
2011-11-09 00:15
Directory Deleted:
2014-03-31 15:33
Total Files:
0
Deleted Files:
5
Lines of Code:
0

[root]/SimulationRuntime/fmi/export
                directory in repo fmi1 (5 files, 1410 lines)
                directory in repo fmi2 (5 files, 1750 lines)

Lines of Code

SimulationRuntime/fmi/export/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 87 (100.0%) 1009 (100.0%) 11.5
wbraun 32 (36.8%) 595 (59.0%) 18.5
sjoelund.se 18 (20.7%) 160 (15.9%) 8.8
hudson 9 (10.3%) 113 (11.2%) 12.5
Frenkel TUD 6 (6.9%) 78 (7.7%) 13.0
lochel 3 (3.4%) 19 (1.9%) 6.3
jfrenkel 3 (3.4%) 18 (1.8%) 6.0
perost 1 (1.1%) 8 (0.8%) 8.0
mahge930 1 (1.1%) 8 (0.8%) 8.0
cschubert 3 (3.4%) 4 (0.4%) 1.3
adeas31 9 (10.3%) 4 (0.4%) 0.4
adrpo 2 (2.3%) 2 (0.2%) 1.0

Most Recent Commits

adeas31 2014-03-31 15:33 Rev.: 19877

- Forgot to move files in the last commit.

0 lines of code changed in 5 files:

  • SimulationRuntime/fmi/export: fmiModelFunctions.h (del), fmiModelTypes.h (del), fmu_model_interface.c (del), fmu_model_interface.h (del), model_fmu.in (del)
sjoelund.se 2014-02-18 17:22 Rev.: 19164

Remove the global jump buffers; do the jumping via threadData instead

2 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+2 -1)
sjoelund.se 2014-02-18 11:41 Rev.: 19159

Revert r19152 (should be re-done without adding additional argument to all functions; keep ERROR_HANDLE inside threadData_t)

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+1 -1)
wbraun 2014-02-18 07:11 Rev.: 19152

- passing error-handle round all runtime function to remove it from global scope

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+1 -1)
mahge930 2014-02-17 21:45 Rev.: 19148

+ Update include paths for FMI/FMU and bootstrapping.

8 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+8 -8)
sjoelund.se 2013-11-29 17:19 Rev.: 18352

Changed the log functions from macros to vararg functions (since vararg macros do not work very well and the current approach is not maintainable)

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+1 -1)
sjoelund.se 2013-11-23 20:44 Rev.: 18260

- The interface to generated code is now in a struct callback, to avoid conflicting names when we load dynamic libraries (FMU's)
- Fixed lots of clang warnings

16 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+16 -9)
adrpo 2013-10-15 10:33 Rev.: 17700

- fix FMI on windows (both import/export) due to main C file split (also DllExport was only for MSVC and not for gcc in SimulationRuntime/fmi/export/fmiModelFunctions.h)
- fix +target=msvc due to main C file split (fix makefile, forward equation functions, use extern "C")

- propagate fileNamePrefix in the backend as part of the BackedDAE.SHARED
- split all the duplicate partial function declarations for function pointers into a new file Compiler/BackEnd/BackendDAEFunc.mo

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmiModelFunctions.h (+1 -1)
sjoelund.se 2013-06-26 22:06 Rev.: 16498

#2136
- Fix FMU export (compile the XML-files into the binary)

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+1)
sjoelund.se 2013-05-02 21:17 Rev.: 15963

Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy

108 lines of code changed in 4 files:

  • SimulationRuntime/fmi/export: fmiModelFunctions.h (+59 -59), fmiModelTypes.h (+13 -13), fmu_model_interface.c (+35 -35), fmu_model_interface.h (+1 -1)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

108 lines of code changed in 4 files:

  • SimulationRuntime/fmi/export: fmiModelFunctions.h (+59 -59), fmiModelTypes.h (+13 -13), fmu_model_interface.c (+35 -35), fmu_model_interface.h (+1 -1)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

5 lines of code changed in 5 files:

  • SimulationRuntime/fmi/export: fmiModelFunctions.h (+1 -1), fmiModelTypes.h (+1 -1), fmu_model_interface.c (+1 -1), fmu_model_interface.h (+1 -1), model_fmu.in (+1)
wbraun 2013-04-29 20:27 Rev.: 15930

bugfixes for FMI:
- added *_info.xml and *_init.xml to resoursses
- therefore added default simulation options to translateFMU in CevalScript.mo

- added support for dynamic state selection
- added an event triggering equation to FMI import
- added an addional flag to function stateSelect to be able switch states only in eventUpdate

- added support for sample operator in FMU-import/-export
- added some tests to testsuite

100 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+100 -59)
sjoelund.se 2013-03-06 13:12 Rev.: 15486

Trim trailing whitespace

5 lines of code changed in 2 files:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+1 -1), model_fmu.in (+4 -4)
wbraun 2013-02-28 02:09 Rev.: 15378

- added dependecy of hysteresis tolerance to relative tolerance

3 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+3)
wbraun 2013-02-14 05:42 Rev.: 15170

- get rid of matrix.h

7 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+7 -4)
wbraun 2013-02-12 20:22 Rev.: 15153

- rewritten the linear solver interface
- updated the broken tests

8 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+8 -1)
lochel 2013-02-10 18:49 Rev.: 15134

- fix gcc-warnings for c-runtime
- introduce new flag -ils (c-runtime)

8 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+8 -5)
sjoelund.se 2013-02-06 17:03 Rev.: 15072

- Tiny update. It won't break anything. I promise.
- Moved some of the debug information to reading the generated xml-file instead of compiling it into the C-code
- TODO: Read the names of all systems, instead of only nonlinear. Populate the FILE_INFO, etc

0 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (-1)
sjoelund.se 2013-01-29 10:50 Rev.: 14985

- Re-merge r14982

10 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+10 -8)
sjoelund.se 2013-01-29 09:02 Rev.: 14983

Revert r14982 (breaks 4 tests; 3 of them badly, 1 of them spins forever)

8 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+8 -10)
lochel 2013-01-28 20:35 Rev.: 14982

- remove helpVars from Backend (was used to handle when-conditions and sample-calls)
- revise event-system (c-runtime)
- unfortunately break other runtimes (please contact me, if you need more detailed information)

10 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+10 -8)
cschubert 2013-01-23 12:49 Rev.: 14893

fmu: removed forcing of numerical initialization

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+1 -1)
cschubert 2013-01-22 17:47 Rev.: 14877

fmu: initialization crashed because nlsMethod was set to NS_NONE. Now NS_HYBRID is used as default

2 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+2)
cschubert 2013-01-22 17:34 Rev.: 14876

fmu: added missing include

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+1)
jfrenkel 2013-01-16 15:02 Rev.: 14800

- workaround for pivoting, report no error message if the first pivoting fails because of singulare jacobian, the default selection is used in this cases

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+1 -1)
jfrenkel 2013-01-11 11:25 Rev.: 14745

- bugfix inlinesolve and nonlinear system, init also the nonlinear systems for inline solver
- bugfix/workaround for nonlinear system and inline solver, set the nonlinear index also in odeequations
- try to get fmu with state selection working -> no success
- free stateselection data

13 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+13)
adeas31 2012-12-13 01:32 Rev.: 14349

- Fix FMI tests.

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+1 -1)
jfrenkel 2012-11-11 20:00 Rev.: 13861

- fix for fmu with nonlinear systems, call allocateNonlinearSystem before simulate
- fixes to compile fmu with visual studio

4 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+4)
adeas31 2012-11-09 16:28 Rev.: 13851

#1933. Fixed the exported FMUs fmiTerminate. Use functions.freeMemory instead of free.

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+1 -2)
wbraun 2012-11-01 22:16 Rev.: 13756

event handling update:
- zero-crossings are handled as hysteresis function
- improved selection for sample or state event
Testsuite updates:
- updates to some result files
- enabled Modelica.Mechanics.Rotational.Examples.HeatLosses
- disabled Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects
(has some issues with state selection and current event handling)
- disabled Modelica.Electrical.Analog.Examples.NandGate (other results)
- disabled Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc (non-linear solver)
- disabled Modelica.Electrical.Analog.Examples.SwitchWithArc (non-linear solver)

8 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+8 -1)
wbraun 2012-10-21 19:25 Rev.: 13538

updates for event handling c simulation runtime
- mostly cleaning and restructuring of the code
- preparation for changing zero-crossing treatmeant

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+1 -1)
adeas31 2012-10-08 16:15 Rev.: 13255

- Don't Deinitialize data structures twice.

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+1 -1)
adeas31 2012-09-25 16:24 Rev.: 13045

- update OMDev.
FMI Import
- Separated the FMI Interface and the FMI external interface.
- Use more records for code generation.
FMI Export
- Don't print log if user sets fmiSetDebugLogging off.

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+1 -1)
wbraun 2012-09-24 14:43 Rev.: 13031

- BugFix for Ticket #1830

3 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+3 -5)
wbraun 2012-09-21 15:55 Rev.: 13015

- changed event handling with dassl
- while every dassl step the ZeroCrossings are tested
- changed many results, since now the simulation is more accurate
- changed the check for Modelica assert, now some models produce warnings
for variables outside min and max values

1 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+1 -1)
Frenkel TUD 2012-06-29 05:41 Rev.: 12238

- revert some pices of last commit

3 lines of code changed in 3 files:

  • SimulationRuntime/fmi/export: fmiModelFunctions.h (-8), fmu_model_interface.c (+3 -60), fmu_model_interface.h (-7)
Frenkel TUD 2012-06-29 05:36 Rev.: 12237

- fix compilation

75 lines of code changed in 3 files:

  • SimulationRuntime/fmi/export: fmiModelFunctions.h (+8), fmu_model_interface.c (+60 -3), fmu_model_interface.h (+7)
wbraun 2012-04-02 22:15 Rev.: 11641

- optimized fmi-export calculations
- added support input and output vars for fmi-import and a test-case
- added a better flow control for fmi-import models

2 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+2 -8)
wbraun 2012-03-30 15:52 Rev.: 11614

- fixed some fmi-export memory leaks

7 lines of code changed in 1 file:

  • SimulationRuntime/fmi/export: fmu_model_interface.c (+7 -10)

(15 more)

Generated by StatSVN 0.7.0