vtk-m/vtkm/internal
Sujin Philip 6d81bc8b06 Implement extents support
Adds a variable `GlobalPointIndexStart` to `CellSetStructured`.
Adding this to the cell-set, instead of the coordinate system, enables this
feature for different types of datasets like uniform grid, rectilinear, etc.,
with this one change.
The extents can be computed using `GlobalPointIndexStart` and `PointDimensions`.
2018-12-03 15:56:45 -05:00
..
testing Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
.gitattributes clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ArrayPortalUniformPointCoordinates.h Fix nvcc warnings on using __device__ on defaulted constructors 2018-07-31 11:15:43 -04:00
ArrayPortalValueReference.h Specialize swap for ArrayPortalValueReference types. 2018-05-29 14:46:46 -04:00
Assume.h Do not use __assume for icc in gcc compatability mode 2018-04-04 15:00:03 -06:00
brigand.hpp vtk-m brigand nows knows what workaround are only needed for CUDA 9. 2018-09-20 14:02:16 -04:00
CMakeLists.txt Initial implementation of general logging. 2018-10-02 11:37:55 -04:00
Configure.h.in Initial implementation of general logging. 2018-10-02 11:37:55 -04:00
ConfigureFor32.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ConfigureFor64.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ConnectivityStructuredInternals.h Implement extents support 2018-12-03 15:56:45 -05:00
ExportMacros.h Update the documentation on why VTKM_ALWAYS_EXPORT exists. 2018-06-28 11:46:13 -04:00
FunctionInterface.h Invocation parameters are now non const and can be 'modified' 2018-07-06 14:27:36 -04:00
FunctionInterfaceDetailPost.h Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
FunctionInterfaceDetailPost.h.in Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
FunctionInterfaceDetailPre.h Invocation parameters are now non const and can be 'modified' 2018-07-06 14:27:36 -04:00
FunctionInterfaceDetailPre.h.in Invocation parameters are now non const and can be 'modified' 2018-07-06 14:27:36 -04:00
IndexTag.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
Invocation.h Invocation parameters are now non const and can be 'modified' 2018-07-06 14:27:36 -04:00
ListTagDetail.h Add ListTagAppend and ListTagAppendUnique 2018-06-21 15:59:31 -04:00
Unreachable.h Do not use __assume for icc in gcc compatability mode 2018-04-04 15:00:03 -06:00
Windows.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00