SimPEG.electromagnetics.frequency_domain.Simulation3DCurrentDensity#

class SimPEG.electromagnetics.frequency_domain.Simulation3DCurrentDensity(mesh, survey=None, forward_only=False, **kwargs)[source]#

Bases: SimPEG.electromagnetics.frequency_domain.simulation.BaseFDEMSimulation

We eliminate h using

h=1iωMμe1(CMρfj+Mesm)

and solve for j using

(CMμe1CMρf+iω)j=CMμe1Mesmiωse

Note

This implementation does not yet work with full anisotropy!!

Parameters

mesh (discretize.base.BaseMesh) – mesh

Methods

fieldsPair

alias of SimPEG.electromagnetics.frequency_domain.fields.Fields3DCurrentDensity

getA(freq)

System matrix

getADeriv_rho(freq, u, v[, adjoint])

Product of the derivative of our system matrix with respect to the model and a vector

getRHS(freq)

Right hand side for the system

getRHSDeriv(freq, src, v[, adjoint])

Derivative of the right hand side with respect to the model

getADeriv

getADeriv_mu