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 functions in MultipatchConnectivity class #56

Open
1 of 3 tasks
PaulineVidal opened this issue Jan 17, 2025 · 0 comments
Open
1 of 3 tasks

Add functions in MultipatchConnectivity class #56

PaulineVidal opened this issue Jan 17, 2025 · 0 comments

Comments

@PaulineVidal
Copy link
Collaborator

To compute derivatives at the interfaces, I need other functionnalities in the MultipatchConnectivity class,

  • I would like to loop over the Interfaces (so have an equivalent object that what returns get_all_idx_ranges_along_direction for a given starting Grid1D). They can be stored in a ddc::TypeSeq.
  • Similarly, I need a ddc::TypeSeq of Patches along one direction to be able to get the right function values from a MultipatchType of functions.
  • For two given Patches, to able to determine all the Interfaces between both patches. E.g. it returns a ddc::TypeSeq of Interfaces usually with one element but for special geometries, can handle also the case where several interfaces connect two patches.
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

1 participant