vtk-m/vtkm/worklet/gradient
Robert Maynard 5de351124a Allow Gradient to output in FORTRAN ordering.
VTK expects that the tensor fields generated by the gradient of a vector field
to have FORTRAN ordering instead of C ordering.

Discovering this actually uncovered bugs in the Vorticity and QCriterion
implementation where they presumed FORTRAN ordering, and would generate
incorrect results.
2017-07-05 16:32:31 -04:00
..
CellGradient.h Allow Vector Gradient computation to output fancy fields and not gradient 2017-07-03 16:11:01 -04:00
CMakeLists.txt Allow Gradient to output in FORTRAN ordering. 2017-07-05 16:32:31 -04:00
Divergence.h Allow Vector Gradient computation to output fancy fields and not gradient 2017-07-03 16:11:01 -04:00
GradientOutput.h Allow Vector Gradient computation to output fancy fields and not gradient 2017-07-03 16:11:01 -04:00
PointGradient.h Allow Vector Gradient computation to output fancy fields and not gradient 2017-07-03 16:11:01 -04:00
QCriterion.h Allow Gradient to output in FORTRAN ordering. 2017-07-05 16:32:31 -04:00
Transpose.h Allow Gradient to output in FORTRAN ordering. 2017-07-05 16:32:31 -04:00
Vorticity.h Allow Gradient to output in FORTRAN ordering. 2017-07-05 16:32:31 -04:00