SimPEG.electromagnetics.viscous_remanent_magnetization.Simulation3DLinear#

class SimPEG.electromagnetics.viscous_remanent_magnetization.Simulation3DLinear(mesh, xi=None, xiMap=None, **kwargs)[source]#

Bases: SimPEG.electromagnetics.viscous_remanent_magnetization.simulation.BaseVRMSimulation

Attributes

A

The geometric sensitivity matrix for the linear VRM problem.

T

The characteristic decay matrix for the VRM problem.

xi

Amalgamated viscous remanent magnetization parameter xi = dchi/ln(tau2/tau1) physical property model.

xiDeriv

Derivative of Amalgamated Viscous Remanent Magnetization Parameter xi = dchi/ln(tau2/tau1) wrt the model.

xiMap

Mapping of the inversion model to Amalgamated Viscous Remanent Magnetization Parameter xi = dchi/ln(tau2/tau1).

Methods

Jtvec(m, v[, f])

Compute (Pd*T*A*dxidm)^T * v

Jvec(m, v[, f])

Compute Pd*T*A*dxidm*v

fields(m)

Computes the fields d = T*A*m

Galleries and Tutorials using SimPEG.electromagnetics.viscous_remanent_magnetization.Simulation3DLinear#

Predict Response from a Conductive and Magnetically Viscous Earth

Predict Response from a Conductive and Magnetically Viscous Earth

Predict Response from a Conductive and Magnetically Viscous Earth
Method of Equivalent Sources for Removing VRM Responses

Method of Equivalent Sources for Removing VRM Responses

Method of Equivalent Sources for Removing VRM Responses
Response from a Homogeneous Layer for Different Waveforms

Response from a Homogeneous Layer for Different Waveforms

Response from a Homogeneous Layer for Different Waveforms
Forward Simulation of VRM Response on a Tree Mesh

Forward Simulation of VRM Response on a Tree Mesh

Forward Simulation of VRM Response on a Tree Mesh