emsig / emg3d

A multigrid solver for 3D electromagnetic diffusion
https://emg3d.emsig.xyz
Apache License 2.0
65 stars 7 forks source link

jvec and jtvec #249

Closed prisae closed 3 years ago

prisae commented 3 years ago

PR to implement the required steps on emg3d-side to use emg3d as a solver for EM modelling and inversion within SimPEG.

TODO's, Ideas, Brainstorming

1. Correct adjoint for erec, mrec: #251

2. Other data types than complex data: #252

3. Gradient: #253

-> see also the branch https://github.com/simpeg/simpeg/tree/emg3d-solver

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1194836169


Changes Missing Coverage Covered Lines Changed/Added Lines %
emg3d/electrodes.py 18 20 90.0%
emg3d/simulations.py 9 33 27.27%
<!-- Total: 27 53 50.94% -->
Totals Coverage Status
Change from base Build 1194481780: -0.6%
Covered Lines: 4102
Relevant Lines: 4134

💛 - Coveralls
prisae commented 3 years ago

Taken over by #253