Dear Salvus,
I am trying to output the gradient field, and planning to create rotation field after.
but it seems salvus h5 output gradients with number order instead of ZNE order like in the displacement field.
Currently, I am using below relation:
uXX -> (component='2')[0]
uXY -> (component='2')[0]
uXZ -> (component='2')[0]
uYX -> (component='1')[0]
uYY -> (component='1')[1]
uYZ -> (component='1')[2]
uZX -> (component='0')[0]
uZY -> (component='0')[1]
uZZ -> (component='0')[2]
But I am not sure about this, are above relation all correct?
Thank you in advance.
Regards,
Taufiq.