vtk-m/vtkm
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
..
benchmarking Consistently mark variables as static const across all of vtk-m 2018-02-26 16:37:57 -05:00
cont Add const correctness to MultiBlock method arguments 2018-03-20 16:33:40 -06:00
exec Resurrect function to get face indices 2018-03-22 22:37:33 -06:00
filter Add some convenience methods for Filter::SetFieldsToPass 2018-03-22 10:47:04 -06:00
internal Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
interop vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
io Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
rendering Resurrect function to get face indices 2018-03-22 22:37:33 -06:00
testing Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
thirdparty Merge branch 'upstream-diy' into fix-diy-warnings 2018-03-10 09:24:19 -05:00
worklet Resurrect function to get face indices 2018-03-22 22:37:33 -06:00
.gitattributes clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
Assert.h Automatically disable assert for CUDA 7.5 as they don't work in device code 2018-03-07 09:18:37 -05:00
BaseComponent.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
BinaryOperators.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
BinaryPredicates.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
Bounds.h Misc. typos 2018-01-30 06:51:47 -05:00
CellShape.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
CellTraits.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
CMakeLists.txt Make DIY a required dependency. 2018-02-26 11:25:56 -05:00
Flags.h Fix Field constructors 2017-12-21 12:48:15 -05:00
Hash.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
ImplicitFunction.h Switch from faux to true virtuals 2017-11-06 15:25:29 -05:00
ListTag.h Remove VS2013 workarounds from VTK-m. 2018-02-23 15:39:39 -05:00
Math.h vtkMath.h now opts out of clang-format to make updates through pyexpander easy 2018-01-10 08:38:14 -05:00
Math.h.in vtkMath.h now opts out of clang-format to make updates through pyexpander easy 2018-01-10 08:38:14 -05:00
Matrix.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
NewtonsMethod.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
Pair.h Ensure that Pair and Vec are trivial classes. 2017-10-18 14:58:35 -04:00
Range.h Fix including empty range 2018-02-19 10:13:07 -07:00
RangeId3.h Misc. typos 2018-01-30 06:51:47 -05:00
RangeId.h Misc. typos 2018-01-30 06:51:47 -05:00
StaticAssert.h Add hint to read source code for help 2018-01-08 10:53:44 -07:00
TopologyElementTag.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Transform3D.h Misc. typos 2018-01-30 06:51:47 -05:00
TypeListTag.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
Types.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
TypeTraits.h Misc. typos 2018-01-30 06:51:47 -05:00
UnaryPredicates.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
VecAxisAlignedPointCoordinates.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
VecFromPortal.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
VecFromPortalPermute.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
VectorAnalysis.h VTK-m uses static const/constexpr when supported ( so not on cuda 7.5 ) 2018-02-26 16:41:29 -05:00
VecTraits.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
VecVariable.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
Version.h.in Update copyright for Sandia 2017-09-20 15:33:44 -06:00
VirtualObjectBase.h Switch from faux to true virtuals 2017-11-06 15:25:29 -05:00