vtk-m/vtkm/exec
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
..
arg Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
cuda Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
internal Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
serial Don't allow DeviceTaskTypes to construct tasks from rvalues. 2018-01-18 13:55:37 -05:00
tbb CPU parallel radix sorting 2018-01-31 14:08:14 -07:00
testing Resurrect function to get face indices 2018-03-22 22:37:33 -06:00
AtomicArray.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
CellDerivative.h Fix Jacobian cases for wedge and pyramid 2018-01-31 15:45:12 -07:00
CellEdge.h Resurrect function to get face indices 2018-03-22 22:37:33 -06:00
CellFace.h Resurrect function to get face indices 2018-03-22 22:37:33 -06:00
CellInside.h Add a CellLocator 2017-10-10 14:01:41 -04:00
CellInterpolate.h Misc. typos 2018-01-30 06:51:47 -05:00
CMakeLists.txt Remove unused file vtkm/exec/ImplicitFunction.h 2018-01-29 15:23:49 -05:00
ConnectivityExplicit.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ConnectivityPermuted.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ConnectivityStructured.h MarchingCubes now uses Gradient fast paths when possible. 2017-09-25 14:25:28 -04:00
ExecutionObjectBase.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ExecutionWholeArray.h Replace ExecutionWholeArray with WholeArray 2018-01-02 10:30:16 -05:00
FunctorBase.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Jacobian.h Fix Jacobian cases for wedge and pyramid 2018-01-31 15:45:12 -07:00
ParametricCoordinates.h Improve WorldCoordinatesToParametricCoordinates 2018-02-05 15:52:16 -05:00
TaskBase.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00