Hello. Help me please. I try to visualize 3 local axes, of line finite element. My exodus file was obtained from moose framework.
Before it execution i outputed local axis vectors in terminal:
It looks like this:
x_orientation(x,y,z)=( 1, 0, 0)
y_orientation(x,y,z)=( 0, 1, 0)
z_orientation(x,y,z)=( 0, 0, 1)
But in paraview i see the next data:
local_axis_ is that i want to display. And the one direction is currently displayed.
Thank you @mwestphal. I meant, that each component of the vector defined by 1 number. So i have 3 vectors with 3 components in each one. Then local axes are displayed fine.