emsig / emg3d

A multigrid solver for 3D electromagnetic diffusion

Home Page:https://emg3d.emsig.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adjoint for magnetic receivers

prisae opened this issue · comments

The adjoint-state gradient is currently not perfect. The magnetic response at receivers is obtained from taking the curl of the electric field (Faraday's law), and linearly interpolating the receiver response. In order to get the proper adjoint we need to:

  • distribute the residual with the adjoint of tri-linear interpolation to the magnetic field (adjust source fct for magn. grid);
  • get from the magnetic field to the electric field (curl transpose).

This was fixed in #251