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

Add access functions for sparse access to arrays #1098

Open
chrbertsch opened this issue Jul 30, 2020 · 1 comment
Open

Add access functions for sparse access to arrays #1098

chrbertsch opened this issue Jul 30, 2020 · 1 comment
Milestone

Comments

@chrbertsch
Copy link
Collaborator

chrbertsch commented Jul 30, 2020

Disucssion at FMI 3.0 regular design meeting: There are use cases to access only individual elements or parts of an array.
For get/set functions this might be simple (but would double the number of API Access functions), but would get complicated (but useful!) for partial derivatives.
This can be implemented in FMI3.1, can be ignored by an FMI 3.0 importer

@chrbertsch chrbertsch added this to the v3.1 milestone Jul 30, 2020
@chrbertsch chrbertsch changed the title Add access functions for sparce access to arrays Add access functions for sparse access to arrays Jul 30, 2020
@andreas-junghanns
Copy link
Contributor

web design meeting:
Pierre: Is this to support actual sparse matrices, or sparse access to full matrices?
Christian: the later.
Pierre: The pointer-based access would be sufficient for that (see #515).
Andreas: this would be a 3.1 addition with another API call that is ignoreable for 3.0 importers.
Pierre: ... at least for CS, for ME some more thoughts are needed.

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