PHASTA / vtkpytools

Internal tools for using VTK
https://fluid.colorado.edu/wiki/index.php/VTKpytools
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Fix: Rotate tensor #27

Closed jrwrigh closed 4 years ago

jrwrigh commented 4 years ago

Rotating a rank 2 tensor resulted in incorrect data. Was incidentally computing: image instead of image

where a is the rotation tensor and R is the rank 2 tensor to be rotated.

jrwrigh commented 4 years ago

Before: image

After: image