vtk-m/vtkm/exec/arg
Kenneth Moreland 3e3baad6f8 Add better queries to vtkm::exec::arg::BoundaryState
Previously, vtkm::exec::arg::BoundaryState only provided methods that
said whether or not the neighborhood extened past the boundary of a
mesh. That is fine for a 3x3x3 neighborhood, which can only extend over
the boundary by one. However, that is problematic for larger
neighborhoods where you may need to know how far neighborhood extends
over the boundary.

This changes allows you to query how far the neighborhood extends within
the constrains of the boundary.
2018-11-13 22:45:06 -06:00
..
testing Add ExecutionAndControlObjectBase 2018-09-08 11:54:28 -06:00
AspectTagDefault.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
BasicArg.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
CellShape.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
CMakeLists.txt Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ExecutionSignatureTagBase.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
Fetch.h Misc. typos 2018-01-30 06:51:47 -05:00
FetchTagArrayDirectIn.h Misc. typos 2018-01-30 06:51:47 -05:00
FetchTagArrayDirectInOut.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
FetchTagArrayDirectOut.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
FetchTagArrayNeighborhoodIn.h Add better queries to vtkm::exec::arg::BoundaryState 2018-11-13 22:45:06 -06:00
FetchTagArrayTopologyMapIn.h Misc. typos 2018-01-30 06:51:47 -05:00
FetchTagCellSetIn.h Misc. typos 2018-01-30 06:51:47 -05:00
FetchTagExecObject.h Determine ExecObject type directly from PrepareForExecution 2018-05-03 14:45:22 -06:00
FetchTagKeysIn.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
FetchTagWholeCellSetIn.h Replace ExecutionObjectFactoryBase with ExecutionObjectBase 2018-05-10 17:53:39 -06:00
FromCount.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
FromIndices.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
InputIndex.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
OnBoundary.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
OutputIndex.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
ThreadIndices.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
ThreadIndicesBasic.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ThreadIndicesPointNeighborhood.h Add better queries to vtkm::exec::arg::BoundaryState 2018-11-13 22:45:06 -06:00
ThreadIndicesReduceByKey.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ThreadIndicesTopologyMap.h ThreadIndicesTopologyMap supports types without a default constructor 2018-09-13 09:40:28 -04:00
ValueCount.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
VisitIndex.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
WorkIndex.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00