MantisBT - VTK
View Issue Details
0013455VTK(No Category)public2012-09-14 04:572015-08-26 16:46
Simon Triebenbacher 
Berk Geveci 
highminorhave not tried
closedfixed 
 
 
TBD
incorrect functionality
0013455: vtkCellDerivatives computes wrong results on quadratic quadrilateral cells
When trying to calculate the fluid strain rates on second order quadrilateral elements the PV 3.14.1 ComputeDerivatives filter produced the wrong results. I was able to reproduce the bug with a simple ramp function in y-direction in PV 3.14.1 and PV 3.10.1, c.f. y-Ramp_and_ScalarGradient_X.png and y-Ramp_and_ScalarGradient_X.pvsm in attached zip file.

I attached a patch, which fixes the mentioned bug. I did not take care about efficency concerns, however.
hackaton
zip vtkpatch_quadratic_quads.zip (268,657) 2012-09-14 04:57
https://www.vtk.org/Bug/file/9278/vtkpatch_quadratic_quads.zip
Issue History
2012-09-14 04:57Simon TriebenbacherNew Issue
2012-09-14 04:57Simon TriebenbacherFile Added: vtkpatch_quadratic_quads.zip
2013-06-25 14:15Dave DeMarleNote Added: 0031062
2014-10-02 10:10Berk GeveciTag Attached: hackaton
2014-10-02 10:10Berk GeveciAssigned To => Berk Geveci
2014-10-02 17:19Berk GeveciStatusbacklog => gerrit review
2015-01-09 13:38Berk GeveciSource_changeset_attached => VTK master fe3ff3b2
2015-08-26 16:46Berk GeveciStatusgerrit review => closed
2015-08-26 16:46Berk GeveciResolutionopen => fixed

Notes
(0031062)
Dave DeMarle   
2013-06-25 14:15   
Thanks simon, would you mind submitting that patch in the form of a gerrit topic? This will facilitate automated testing and review. For details on how to do so see http://www.vtk.org/Wiki/VTK/Git/Develop [^]