Dear all
Hello. I'm trying to solve the integral equation related to the Maxwell equation with BEM++ (3.3.4).
More specifically, solving the inverse source problem from measured vector data.
But I have some question to reconstruct the right-hand side with Grid function with vector data:
1. In your website, the grid can be reconstructed by coefficients by
GridFunction(RWGspace, coefficients=c)
But when I input c as N x 3 ndarray (Number of probes X 3(x,y,z components)), I got the message that c should be N x 1 array.
2. To handle the problem I make interpolation function (fun) with data. Then I reconstruct Grid function with
GridFunction(RWGspace, fun=fun), but it's too slow
But it's too slow.
3. I want to reconstruct RHS = <RWG_space, Measured Data>_{L2}
So I didn't input dual space when inputting the GridFucntion command. is it correct?
To solve the problem I use RHS.projections(). Does it mean the weak form of RHS?
Thank you in advance.
Have a nice day.
Best regards,
Sangwoo Kang