MantisBT - VTK
View Issue Details
0015949VTK(No Category)public2016-01-20 13:132016-08-12 09:55
Andy Bauer 
Kitware Robot 
normalminorhave not tried
closedmoved 
7.0.rcs 
 
TBD
incorrect functionality
0015949: 2nd order tensor storage inconsistency
Some places in VTK use a C/row-major ordering of 2nd order tensors (vtkGradientFitler, vtkCell::Derivative()) and others assume a Fortran/column major ordering (vtkCellDerivatives, some of the numpy interface code). It's been decided that for consistency that VTK will go with C/row-major ordering.
No tags attached.
Issue History
2016-01-20 13:13Andy BauerNew Issue
2016-01-20 13:15Andy BauerNote Added: 0035664
2016-08-12 09:55Kitware RobotNote Added: 0037447
2016-08-12 09:55Kitware RobotStatusbacklog => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0035664)
Andy Bauer   
2016-01-20 13:15   
FYI: this means that the proper ordering for tensor v_i,j is (v[0,0], v[0,1], v[0,2], v[1,0], v[1,1], v[1,2], v[2,0], v[2,1], v[2,2])
(0037447)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.