vtk-m/vtkm/exec
Kenneth Moreland a778d373f1 Loosen threshold on test of parametric coordinates
The UnitTestParametricCoordinates test uses a pseudorandom number
generator to create some random set of parametric coordinates, convert
to world coordinates, and then back to parametric coordinates.

This has been working fine except that the world coordinate to parametric
coordinate conversion is not extremely precise for some cell shapes. (It
would not be cost effective to make it more precise.) Because of this,
the test_equal for this comparison has a pretty high threshold.

While looking at a dashboard I happened across a failure for this test.
It turns out that one of the parametric coordinates created for the
pyramid test for seed 1465529014 was just outside of this threshold, but
otherwise correct. I raised the threshold a little to try to prevent
this error.
2016-06-13 08:56:40 -06:00
..
arg Rename ControlSignature tag TopologyIn to CellSetIn. 2016-05-17 15:07:08 -04:00
cuda Simplify the fix for maxwell reduce by key bug. 2016-05-17 10:11:52 -04:00
internal Simplify ThreadIndicies so link time is reduced. 2016-05-04 14:48:42 -04:00
testing Loosen threshold on test of parametric coordinates 2016-06-13 08:56:40 -06:00
AtomicArray.h Add AtomicArrayInOut ControlSignature tag. 2016-03-24 17:12:17 -06:00
CellDerivative.h Fix warnings about unused parameters. 2016-04-21 09:32:02 -06:00
CellInterpolate.h Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
CMakeLists.txt Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
ConnectivityExplicit.h Change Fetches to use ThreadIndices instead of Invocation. 2015-10-07 17:01:42 -06:00
ConnectivityPermuted.h Simplify using CellSetPermutation by providing a default permutation type. 2016-04-12 14:24:51 -04:00
ConnectivityStructured.h Simplify using CellSetPermutation by providing a default permutation type. 2016-04-12 14:24:51 -04:00
ExecutionObjectBase.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ExecutionWholeArray.h Fixing return value for void function 2016-01-27 08:07:20 -08:00
FunctorBase.h vtkm::exec::FunctorBase now properly initializes ErrorMessageBuffer. 2016-03-14 16:57:35 -04:00
ParametricCoordinates.h Solve the ParametricCoordinates issue by using VTKM_ASSUME. 2016-04-28 11:15:43 -04:00