vtk-m/vtkm/exec/testing
Kenneth Moreland 1fe7869211 Resurrect function to get face indices
Due to recent changes to remove static arrays that are not supported on
some devices, the function to return all the local point indices on a
face was removed. That left no way to get the structure of cell faces
short of pulling an internal data structure.

This change resurrects a function to get point indices for a face. The
interface for this method has necessarily changed, so I also changed the
corresponding function for getting edge indices.
2018-03-22 22:37:33 -06:00
..
CMakeLists.txt Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestCellDerivative.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestCellEdgeFace.cxx Resurrect function to get face indices 2018-03-22 22:37:33 -06:00
UnitTestCellInterpolate.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestParametricCoordinates.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00