axom
axom copied to clipboard
Add 3D test for DistributedClosestDistance
DistributedClosestDistance has been used in 3D, but Axom only tests it in 2D. These steps constitute a simple extension for testing the search in 3D.
- Extend the circle to a sphere by adding a polar angle.
- Add command-line option for the resolution of the object mesh in the polar angle dimension.
- Partitioning can remain the same as in 2D. Partition the azimuthal direction only, so that the sphere is partitioned into wedges.