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 3D test for DistributedClosestPoint #910

Closed
gunney1 opened this issue Aug 21, 2022 · 0 comments · Fixed by #1267
Closed

Add 3D test for DistributedClosestPoint #910

gunney1 opened this issue Aug 21, 2022 · 0 comments · Fixed by #1267
Assignees
Labels
Quest Issues related to Axom's 'quest' component Reviewed Testing Issues related to testing Axom

Comments

@gunney1
Copy link
Contributor

gunney1 commented Aug 21, 2022

DistributedClosestPoint has been used in 3D, but Axom only tests it in 2D. These steps constitute a simple extension for testing the search in 3D.

  1. Extend the circle to a sphere by adding a polar angle.
  2. Add command-line option for the resolution of the object mesh in the polar angle dimension.
  3. Partitioning can remain the same as in 2D. Partition the azimuthal direction only, so that the sphere is partitioned into wedges.
@gunney1 gunney1 added the Quest Issues related to Axom's 'quest' component label Aug 21, 2022
@gunney1 gunney1 self-assigned this Aug 21, 2022
@kennyweiss kennyweiss added this to the FY23 Development milestone Jan 17, 2023
@rhornung67 rhornung67 modified the milestones: FY23 Development, April 2024 Release Oct 23, 2023
@rhornung67 rhornung67 added the Testing Issues related to testing Axom label Nov 13, 2023
@gunney1 gunney1 changed the title Add 3D test for DistributedClosestDistance Add 3D test for DistributedClosestPoint Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Quest Issues related to Axom's 'quest' component Reviewed Testing Issues related to testing Axom
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants