Hello,
I’m working on implementing a DtN method for a problem involving complex waves. Is it the case that if you have lines like:
fes = H1(mesh, order, complex=True)
u,v=fes.TnT()
then ngsolve will read all instances of v as Conj(v)? Or will I need to manually write Conj(v) in my weak form? If the former, and I want to create a matrix with elements which do not have a conjugate, can I use Conj(v) to get these? Any clarification on this point would be helpful.
Best,
Ben