Skip to content
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

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

First Working Vode Adams method #14

wants to merge 33 commits into from

Commits on Nov 7, 2016

  1. First Working Vode Adams method

    refs #12 @41h0m
    margro committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    c7642e9 View commit details
    Browse the repository at this point in the history
  2. Replaced the old CVode implementation (1994) with the latest CVode 2.…

    …8.2 (2015).
    
    Updated the build scripts, targets.ini etc.
    refs #12 @16h0m
    margro committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    e60af85 View commit details
    Browse the repository at this point in the history
  3. Fixed some errors:

    -includes.txt in Targets.ini
    -error in copy command in build.bat (forgotten close quote)
    -wrong check on VodeAdamsReInitialize, therefor always error.
    Frank Groen authored and margro committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    12b1487 View commit details
    Browse the repository at this point in the history
  4. Updated the minimum 20-sim version to 4.6.0.0

    Frank Groen authored and margro committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    b656247 View commit details
    Browse the repository at this point in the history
  5. 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
    margro committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    985731b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7199558 View commit details
    Browse the repository at this point in the history
  7. Fixed logging messages for FMU1 and FMU2

    and placed instantiation of variables to beginning of function for older ANSI-c compilers
    margro committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    564eb6b View commit details
    Browse the repository at this point in the history
  8. Removed a %VARPREFIX% where it should not be.

    Frank Groen committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    3869b43 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2016

  1. Configuration menu
    Copy the full SHA
    c21e789 View commit details
    Browse the repository at this point in the history
  2. Fixed: motionprofiles.h => MotionProfiles.h in xxmodel.c and xxsubmod.c

    Fixes Linux/Darwin compilation
    margro committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    6ef80b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2016

  1. Configuration menu
    Copy the full SHA
    8c1e567 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Configuration menu
    Copy the full SHA
    f349c83 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

  1. Fixed: m_discrete_time was not declared for a discrete block without …

    …discrete states
    
    This fixes compilation
    margro committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    ad84695 View commit details
    Browse the repository at this point in the history
  2. Fix taking discrete steps

    margro committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    02ef186 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. 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
    margro committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    57b224e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7964864 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bc8efe View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Configuration menu
    Copy the full SHA
    0e4377c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. [xxinteg.c] Fixed a bug that caused a failure in compilation due to a…

    … redefinition of a variable.
    Tom Bokhove committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    370b425 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. Configuration menu
    Copy the full SHA
    f422e2c View commit details
    Browse the repository at this point in the history
  2. fixes #29 it ignores \r, it have been tested on window64, gentoo and …

    …mac sierra
    lausdahl authored and margro committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    0c6df56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8fe5b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. Configuration menu
    Copy the full SHA
    3082e44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b6c65d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. Configuration menu
    Copy the full SHA
    59cafe8 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Configuration menu
    Copy the full SHA
    03baa23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd4e6a6 View commit details
    Browse the repository at this point in the history
  3. xxTable: cosmetic fix

    margro committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    058e884 View commit details
    Browse the repository at this point in the history
  4. Matrix: Use static offsets where *d and d++ was used, to walk through…

    … the matrix elements.
    margro committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    d37c49d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2017

  1. Configuration menu
    Copy the full SHA
    1149ad8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72f8d43 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Configuration menu
    Copy the full SHA
    da8a270 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Configuration menu
    Copy the full SHA
    87aa8b8 View commit details
    Browse the repository at this point in the history