You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found the issue. It was a two line fix. New release in progress @lxmota. I'll update y'all on the Norma issue since I'm closing this one. New version should be out within the hour.
In Norma.jl, while calling something like:
Exodus.write_values(output_mesh, NodalVariable, time_index, "velo_y", velo_y)
The result is:
which is confirmed by doing ncdump on the exodus file:
name_nod_var = "disp_x", "disp_y", "disp_z", "refe_x", "refe_y", "refe_z", "velo_x", "velo_yh@0\005\243N$\177", "velo_z", "acce_x", "acce_y", "acce_z" ;
The text was updated successfully, but these errors were encountered: