vtk-m/vtkm/exec/testing
Kenneth Moreland c503e0ce8a Move NewtonsMethod to the vtkm package
All the other math functions are in the vtkm package. This one was in
vtkm::exec because it uses a callback method. This can be problematic on
CUDA the the declaration of NewtonsMethod does not match the callback
method. However, we now have a VTKM_SUPPRESS_EXEC_WARNINGS macro that
allows a VTKM_EXEC_CONT_EXPORT function (like NewtonsMethod) to call
either a VTKM_EXEC_EXPORT or VTKM_CONT_EXPORT without a warning.
2016-04-14 14:36:02 -06:00
..
CMakeLists.txt Move NewtonsMethod to the vtkm package 2016-04-14 14:36:02 -06:00
UnitTestCellDerivative.cxx Fix conversion warnings when using double precision. 2015-11-07 06:35:24 -07:00
UnitTestCellInterpolate.cxx Declare new VTKM_STATIC_ASSERT 2015-09-17 14:40:39 -06:00
UnitTestParametricCoordinates.cxx Add more tolerance to UnitTestParametricCoordinates 2015-11-11 10:38:17 -07:00