vtk-m2/vtkm/exec/arg
Robert Maynard bcda989641 Correct issues with using function level statics.
You can use function level statics, but instead you must use class level
statics, this is due to how nvcc treats method statics as being shared
across all threads in a warp.
2015-05-12 15:58:53 -04:00
..
testing Fix ICC warnings. 2014-10-23 10:59:18 -06:00
AspectTagDefault.h Add Fetch class 2014-10-15 13:52:27 -06:00
BasicArg.h Add checks for signature tags 2014-10-23 08:28:50 -06:00
CMakeLists.txt first steps in getting real topology to worklet map cell. 2015-02-04 15:02:59 -05:00
ExecutionSignatureTagBase.h Add checks for signature tags 2014-10-23 08:28:50 -06:00
Fetch.h Add Fetch class 2014-10-15 13:52:27 -06:00
FetchTagArrayDirectIn.h Add Fetch class 2014-10-15 13:52:27 -06:00
FetchTagArrayDirectOut.h Add Fetch class 2014-10-15 13:52:27 -06:00
FetchTagArrayTopologyMapIn.h making all map cell related parameters use max cell size in control signature topology template arg. 2015-02-09 16:43:31 -05:00
FetchTagExecObject.h Add Fetch class 2014-10-15 13:52:27 -06:00
FetchTagTopologyIn.h add direct fetch tag for topology which returns cell type. 2015-02-05 13:30:01 -05:00
NodeIdCount.h making connectivity fully general (mixed element meshes) and more ways of getting at it in worklets. 2015-02-04 17:40:31 -05:00
NodeIdSet.h making connectivity fully general (mixed element meshes) and more ways of getting at it in worklets. 2015-02-04 17:40:31 -05:00
NodeIdTriplet.h making connectivity fully general (mixed element meshes) and more ways of getting at it in worklets. 2015-02-04 17:40:31 -05:00
NodeType.h making connectivity fully general (mixed element meshes) and more ways of getting at it in worklets. 2015-02-04 17:40:31 -05:00
TopologyElementType.h making connectivity fully general (mixed element meshes) and more ways of getting at it in worklets. 2015-02-04 17:40:31 -05:00
TopologyIdCount.h Correct issues with using function level statics. 2015-05-12 15:58:53 -04:00
TopologyIdSet.h Correct issues with using function level statics. 2015-05-12 15:58:53 -04:00
WorkIndex.h Add checks for signature tags 2014-10-23 08:28:50 -06:00