-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First Working Vode Adams method #14
base: master
Are you sure you want to change the base?
Commits on Nov 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c7642e9 - Browse repository at this point
Copy the full SHA c7642e9View commit details -
Replaced the old CVode implementation (1994) with the latest CVode 2.…
…8.2 (2015). Updated the build scripts, targets.ini etc. refs #12 @16h0m
Configuration menu - View commit details
-
Copy full SHA for e60af85 - Browse repository at this point
Copy the full SHA e60af85View commit details -
-includes.txt in Targets.ini -error in copy command in build.bat (forgotten close quote) -wrong check on VodeAdamsReInitialize, therefor always error.
Configuration menu - View commit details
-
Copy full SHA for 12b1487 - Browse repository at this point
Copy the full SHA 12b1487View commit details -
Configuration menu - View commit details
-
Copy full SHA for b656247 - Browse repository at this point
Copy the full SHA b656247View commit details -
Move the storage of the fmi2CallBackFunctions to the model instance s…
…truct The INTO-CPS COE supplies each instance of an FMU with its own set of callback functions Fixes #16
Configuration menu - View commit details
-
Copy full SHA for 985731b - Browse repository at this point
Copy the full SHA 985731bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7199558 - Browse repository at this point
Copy the full SHA 7199558View commit details -
Fixed logging messages for FMU1 and FMU2
and placed instantiation of variables to beginning of function for older ANSI-c compilers
Configuration menu - View commit details
-
Copy full SHA for 564eb6b - Browse repository at this point
Copy the full SHA 564eb6bView commit details -
Removed a %VARPREFIX% where it should not be.
Frank Groen committedNov 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 3869b43 - Browse repository at this point
Copy the full SHA 3869b43View commit details
Commits on Nov 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c21e789 - Browse repository at this point
Copy the full SHA c21e789View commit details -
Fixed: motionprofiles.h => MotionProfiles.h in xxmodel.c and xxsubmod.c
Fixes Linux/Darwin compilation
Configuration menu - View commit details
-
Copy full SHA for 6ef80b4 - Browse repository at this point
Copy the full SHA 6ef80b4View commit details
Commits on Nov 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8c1e567 - Browse repository at this point
Copy the full SHA 8c1e567View commit details
Commits on Jan 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f349c83 - Browse repository at this point
Copy the full SHA f349c83View commit details
Commits on Feb 9, 2017
-
Fixed: m_discrete_time was not declared for a discrete block without …
…discrete states This fixes compilation
Configuration menu - View commit details
-
Copy full SHA for ad84695 - Browse repository at this point
Copy the full SHA ad84695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02ef186 - Browse repository at this point
Copy the full SHA 02ef186View commit details
Commits on Mar 2, 2017
-
Properly define the FMI2_FUNCTION_PREFIX for source code FMUs as requ…
…ired by the FMI2 standard The delivered VS projects and Makefile will disable this prefix before building the .dll / .so by defining NO_FUNCTION_PREFIX Fixes #27
Configuration menu - View commit details
-
Copy full SHA for 57b224e - Browse repository at this point
Copy the full SHA 57b224eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7964864 - Browse repository at this point
Copy the full SHA 7964864View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bc8efe - Browse repository at this point
Copy the full SHA 6bc8efeView commit details
Commits on Mar 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0e4377c - Browse repository at this point
Copy the full SHA 0e4377cView commit details
Commits on Mar 22, 2017
-
[xxinteg.c] Fixed a bug that caused a failure in compilation due to a…
… redefinition of a variable.
Tom Bokhove committedMar 22, 2017 Configuration menu - View commit details
-
Copy full SHA for 370b425 - Browse repository at this point
Copy the full SHA 370b425View commit details
Commits on Mar 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f422e2c - Browse repository at this point
Copy the full SHA f422e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c6df56 - Browse repository at this point
Copy the full SHA 0c6df56View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8fe5b7 - Browse repository at this point
Copy the full SHA b8fe5b7View commit details
Commits on Apr 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3082e44 - Browse repository at this point
Copy the full SHA 3082e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b6c65d - Browse repository at this point
Copy the full SHA 2b6c65dView commit details
Commits on Jul 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 59cafe8 - Browse repository at this point
Copy the full SHA 59cafe8View commit details
Commits on Sep 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 03baa23 - Browse repository at this point
Copy the full SHA 03baa23View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd4e6a6 - Browse repository at this point
Copy the full SHA fd4e6a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 058e884 - Browse repository at this point
Copy the full SHA 058e884View commit details -
Matrix: Use static offsets where *d and d++ was used, to walk through…
… the matrix elements.
Configuration menu - View commit details
-
Copy full SHA for d37c49d - Browse repository at this point
Copy the full SHA d37c49dView commit details
Commits on Nov 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1149ad8 - Browse repository at this point
Copy the full SHA 1149ad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72f8d43 - Browse repository at this point
Copy the full SHA 72f8d43View commit details
Commits on Dec 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for da8a270 - Browse repository at this point
Copy the full SHA da8a270View commit details
Commits on Feb 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 87aa8b8 - Browse repository at this point
Copy the full SHA 87aa8b8View commit details