Hello,
I’m an undergraduate student trying to further my understanding of MoM and numerical electromagnetics and I would like to manipulate the underlying interaction matrix of structures I’m simulating in bempp to take out and add contributing Green’s functions to analyze the impact on the overall scattering response.
As I understand it, MoM solves for the interaction matrix, inverts it and then excites it with voltages and solves it for the currents. I’d like to access the underlying interaction matrix and manipulate it externally to bempp.
The interaction matrix I assume would be of size N x N, where N would be the number of meshes.
Please let me know how I can go about this. Thanks a lot!