|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
Base template for computing coordset extents. This algorithm handles any coordset view. More...
#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/develop/src/axom/bump/CoordsetExtents.hpp>
Static Public Member Functions | |
| static void | computeExtents (CoordsetView coordsetView, axom::ArrayView< double > extentsView) |
| Compute the spatial extents of the coordset into a device array. This implementation iterates over the coordset view and finds the min/max extents from the points. More... | |
Base template for computing coordset extents. This algorithm handles any coordset view.
|
inlinestatic |
Compute the spatial extents of the coordset into a device array. This implementation iterates over the coordset view and finds the min/max extents from the points.
| coordsetView | The coordset view to use. | |
| [out] | extentsView | A view on the device that contains extents, stored: xmin, xmax, ymin, ymax, zmin, zmax. |
References AXOM_ANNOTATE_SCOPE, AXOM_LAMBDA, axom::ArrayView< T, DIM, SPACE >::data(), and axom::utilities::max().