vtk-m2/vtkm/worklet/testing
Kenneth Moreland e19e0ea551 Merge branch 'mesh-simplify-changes' into 'master'
Some fixes to VertexClustering

VertexClustering previously only worked with data of a specific floating
point type (32 bit for point coordinates). Add some templates to accept
either 32 bit or 64 bit floating points for point coordintes and be a
bit more careful about implicit type conversions.

I also made some changes to conform better with the VTK-m coding
standards. The most common changes are using 2 space indentation for all
block levels, capitolizing and using camel case for all class members,
and prefixing "this->" to all use of internal class members.

See merge request !64
2015-06-29 18:14:19 -04:00
..
CMakeLists.txt Merge branch 'vtkm_exec_array_in' into 'master' 2015-06-29 15:06:41 -04:00
UnitTestCellAverage.cxx Cleanup the worklet UnitTests. Mainly move everything into namespaces. 2015-06-26 15:52:59 -04:00
UnitTestPointElevation.cxx Cleanup the worklet UnitTests. Mainly move everything into namespaces. 2015-06-26 15:52:59 -04:00
UnitTestVertexClustering.cxx Make sure VertexClustering grid dimensions do not exceed nDimensions 2015-06-29 16:10:25 -06:00
UnitTestWorkletMapField.cxx Cleanup the worklet UnitTests. Mainly move everything into namespaces. 2015-06-26 15:52:59 -04:00
UnitTestWorkletMapFieldExecArg.cxx Implement a way to pass a portal to worklet as a parameter. 2015-06-26 16:26:51 -04:00
UnitTestWorkletMapFieldMultiParam.cxx Cleanup the worklet UnitTests. Mainly move everything into namespaces. 2015-06-26 15:52:59 -04:00
UnitTestWorkletMapTopologyExplicit.cxx Allow creation of vtkm::cont::Field without any data. 2015-06-08 16:14:49 -04:00
UnitTestWorkletMapTopologyRegular.cxx Allow creation of vtkm::cont::Field without any data. 2015-06-08 16:14:49 -04:00