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

Conversation

frankgroen
Copy link
Member

refs #12 @41h0m

First version of variable step size integration method Vode Adams.
Needs testing before merging to master branch.

@frankgroen frankgroen self-assigned this Sep 7, 2016
@@ -18,6 +18,13 @@ XXSIM_SOURCES = EulerAngles.c \
xxmatrix.c \
xxmodel.c \
xxsubmod.c \
%IF%%EQ(INTEGRATION_METHOD_NAME,VodeAdams)%
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the %EQ% construction is only available since 20-sim 4.6
This means that you have update the minimal required 20-sim version too in the Targets.ini

margro and others added 7 commits November 7, 2016 14:30
…8.2 (2015).

Updated the build scripts, targets.ini etc.
refs #12 @16h0m
-includes.txt in Targets.ini
-error in copy command in build.bat (forgotten close quote)
-wrong check on VodeAdamsReInitialize, therefor always error.
…truct

The INTO-CPS COE supplies each instance of an FMU with its own set of callback functions
Fixes #16
and placed instantiation of variables to beginning of function for older ANSI-c compilers
@yingguac
Copy link

Hey guys,
Is there any updated version we can test? Since Nov. (:

@frankgroen
Copy link
Member Author

Hi @yingguac ,
We continued working with the variable step-size method support in the MeBDFi branch.
However in order to use this FMU C-Code template a special preliminary version of 20-sim is needed that supports some new keywords in the targets.ini file.
If you want to test these new features please send an email to [email protected] with your personal and company info, which version of 20-sim you are using, and then we can decide if you're entitled to use the preliminary version of 20-sim that supports this template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants