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

General mocked interface #4

Open
uekerman opened this issue Mar 28, 2024 · 2 comments
Open

General mocked interface #4

uekerman opened this issue Mar 28, 2024 · 2 comments

Comments

@uekerman
Copy link
Member

No description provided.

@fsimonis
Copy link
Member

fsimonis commented Apr 24, 2024

Some open questions

  • Should this be shipped with preCICE or as a separate package? Should this be on or off by default?
  • Do we want a static mock or a dynamic mock?
    • static
      • setMeshVertices always returns 1,2,3
      • readData always returns 4,5,6
    • dynamic
      • setMeshVertices returns the correct amount of vertex ids
      • readData returns the correct amount of data for the given vertex id and configured data dimensions

@uekerman
Copy link
Member Author

Gut feeling is:

  • shipped with preCICE
  • as dynamic as reasonable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: WP1.2 Mocked Interface (2025)
Development

No branches or pull requests

2 participants