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 MultipatchSplineEvaluator1D #55

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

Add MultipatchSplineEvaluator1D #55

PaulineVidal opened this issue Jan 17, 2025 · 0 comments

Comments

@PaulineVidal
Copy link
Collaborator

  • Add MultipatchSplineEvaluator1D on 1D domain.
  • Add MultipatchSplineEvaluator1D on ND batched domain.
  • Add MultipatchSplineEvaluator2D on ND batched domain?

The MultipatchSplineEvaluator2D will be already implemented. We can add for test a MultipatchSplineEvaluator1D. The tricky point with 1D case is that the MultipatcheEvaluator takes as parameter PatchLocator. The PatchLocators depends on the mappings and are currently defined for 2D case.

Moreover, it will be interesting to add batched version of these operators. If the batch dimensions are not multipatch, it would be pretty similar to the SplineEvaluator and SplineEvaluartor2D versions. Otherwise, we need to call MatchingIdxSlice to know the equivalent indices on each patch of the batch dimension.

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