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

Create a minimal example with partial derivatives #4

Closed
chrbertsch opened this issue Feb 13, 2020 · 3 comments
Closed

Create a minimal example with partial derivatives #4

chrbertsch opened this issue Feb 13, 2020 · 3 comments

Comments

@chrbertsch
Copy link
Collaborator

moved from CATIA-Systems/Test-FMUs#14

One could e.g. use the LinearTransform example. There trivially the Jacobian is just the Matrix A; so one can easily provide dirictionalderivatives by multiplying with A.

And I would like to extend this for the adjoint derivatives modelica/fmi-standard#722.

@t-sommer
Copy link
Collaborator

One could e.g. use the LinearTransform example.

The VanDerPol model might be the better model to demonstrate this feature. It already implements getPartialDerivative().

@t-sommer
Copy link
Collaborator

Doesn't the jacobian.c example already demonstrate the use of partial derivatives?

@chrbertsch
Copy link
Collaborator Author

Doesn't the jacobian.c example already demonstrate the use of partial derivatives?

Yes it does

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

No branches or pull requests

2 participants