Hello,
I have this solution on a complex HCurl space which is able to be displayed in
the webgui, however if I want to save it in vtk format using
vtk = VTKOutput(mesh,coefs=[gfm],filename="3DSave",subdivision=0)
vtk.Do()
I get the error
NgException Traceback (most recent call last)
Cell In[35], line 2
1 vtk = VTKOutput(mesh,coefs=[gfm],filename="3DSave",subdivision=0)
----> 2 vtk.Do()
NgException: BaseVector<Complex>::GetIndirect<double> called
It seems some Complex number related issue but I’m not sure what.
Thanks in advance