vtk-m2/vtkm
Kenneth Moreland a7c33b5c07 Make cell code more consistent.
The functions for doing interpolations and derivatives were called
CellInterpolate and CellDerivative, but the file names were
Interpolate.h and Derivative. Now the files are CellInterpolate.h and
CellDerivative.h so they are more consistent and a bit easier to find.

The interpolate and derivative functions has the shape tag at end of the
function arguments (just before the "worklet" parameter, which is just
the error handling mechanism). However, the parametric coordinate
functions had the shape tag at the beginning. Moved the shape tag to the
end to be more consistent within these functions and also in other uses
throughtout VTK-m.
2015-08-27 16:31:07 -06:00
..
benchmarking Rename pragma header guard so it makes sense for tbb and thrust. 2015-08-13 09:04:23 -04:00
cont Add CellShapeTag classes 2015-08-27 16:30:58 -06:00
exec Make cell code more consistent. 2015-08-27 16:31:07 -06:00
internal The CellShape fetch returns a tag rather than ID. 2015-08-27 16:31:06 -06:00
opengl Suppress deprecation warnings about glut as we investigate our options. 2015-08-27 09:37:13 -04:00
testing Add CellShapeTag classes 2015-08-27 16:30:58 -06:00
worklet The CellShape fetch returns a tag rather than ID. 2015-08-27 16:31:06 -06:00
BinaryOperators.h Suppress bad conversion warnings generated by gcc. 2015-08-06 14:06:43 -04:00
BinaryPredicates.h Add vtkm/BinaryOperators header. 2015-08-04 16:55:53 -04:00
CellShape.h Add CellTraits class 2015-08-27 16:31:05 -06:00
CellTraits.h Add tests for interpolate functions. 2015-08-27 16:31:06 -06:00
CMakeLists.txt Add CellTraits class 2015-08-27 16:31:05 -06:00
Extent.h Merge branch 'master' into datamodel-design 2015-06-03 14:36:53 -04:00
ListTag.h Rename pragma header guard so it makes sense for tbb and thrust. 2015-08-13 09:04:23 -04:00
Math.h Rename pragma header guard so it makes sense for tbb and thrust. 2015-08-13 09:04:23 -04:00
Math.h.in Rename pragma header guard so it makes sense for tbb and thrust. 2015-08-13 09:04:23 -04:00
Matrix.h Add VecVariable 2015-08-14 09:15:46 -06:00
Pair.h Fix typo TypeTraitsUnkownTag -> TypeTraitsUnknownTag 2015-07-07 10:23:10 -06:00
TopologyElementTag.h Rename pragma header guard so it makes sense for tbb and thrust. 2015-08-13 09:04:23 -04:00
TypeListTag.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Types.h Add derivative functions. 2015-08-27 16:31:07 -06:00
TypeTraits.h Fix typo TypeTraitsUnkownTag -> TypeTraitsUnknownTag 2015-07-07 10:23:10 -06:00
UnaryPredicates.h Add vtkm/UnaryPredicates header. 2015-07-30 13:12:59 -04:00
VectorAnalysis.h Add tests for interpolate functions. 2015-08-27 16:31:06 -06:00
VecTraits.h Add tests for interpolate functions. 2015-08-27 16:31:06 -06:00
VecVariable.h Add VecVariable 2015-08-14 09:15:46 -06:00