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

Support arbitrarily shaped sources in Survey, Simulation

prisae opened this issue · comments

emg3d v0.16.0 introduced arbitrarily shaped sources. It is therefore easy to generate the source fields for arbitrarily shaped sources, and solve it to obtain the resulting electric field.

However, Survey and Simulation do not yet support it. In fact, it requires a new class just like Dipole, e.g., Wire.

Best to create, additionally to Dipole, also Loop and Wire classes.

This is all implemented in the dev-1.0 branch, which will become emg3d v1.0.