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

Refactor and improve `get_source_field`

prisae opened this issue · comments

The function get_source_field has some issues with edge-cases. From the forward modelling perspective it is probably one of the weakest points at the moment.

Needs:

  • Refactoring.
  • Add checks within the functions.
  • Improve tests.
  • Check ensure direction of msrc (+/- dip)

Development happens in the dev-src-branch.