Hello community,
I am solving electromagnetic problem using edge elements (N1Curl function space of order 1).
My question is, Is it possible to plot the solution obtained (using external software like paraview)?
What have i tried so far:
- Tried to export the solution and geometry to xdmf file, which works fine in scalar case but fails using edge elements. Error: Only lagrange elements are supported, interpolate or project before exporting.
- L2 projection onto the Continuous Lagrange space of order 2, the issue is how can i visualize the orientation in this case?
Is it possible to also see the orientation of the field?
Thank you in advance