You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
MultipatchSplineEvaluator2D
will be already implemented. We can add for test aMultipatchSplineEvaluator1D
. 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
andSplineEvaluartor2D
versions. Otherwise, we need to callMatchingIdxSlice
to know the equivalent indices on each patch of the batch dimension.The text was updated successfully, but these errors were encountered: