axom
axom copied to clipboard
Use axom::Array in quest::findTriMeshIntersections API
Now that we have an axom::Array
type, we could consider changing the mesh tester API to return intersection/degeneracy information with axom::Array
instead of with std::vector
.
To be addressed as part of https://github.com/LLNL/axom/issues/83