SimPEG.potential_fields.gravity.Simulation3DIntegral#

class SimPEG.potential_fields.gravity.Simulation3DIntegral(mesh, rho=None, rhoMap=None, **kwargs)[source]#

Bases: BasePFSimulation

Gravity simulation in integral form.

Important

Density model is assumed to be in g/cc.

Important

Acceleration components (“gx”, “gy”, “gz”) are returned in mgal (\(10^{-5} m/s^2\)).

Important

Gradient components (“gxx”, “gyy”, “gzz”, “gxy”, “gxz”, “gyz”) are returned in Eotvos (\(10^{-9} s^{-2}\)).

Attributes

G

Gravity forward operator

gtg_diagonal

Diagonal of GtG

rho

Density physical property model.

rhoDeriv

Derivative of Density wrt the model.

rhoMap

Mapping of the inversion model to Density.

Methods

Jtvec(m, v[, f])

Sensitivity transposed times a vector

Jvec(m, v[, f])

Sensitivity times a vector

evaluate_integral(receiver_location, components)

Compute the forward linear relationship between the model and the physics at a point and for all components of the survey.

fields(m)

u = fields(m) The field given the model.

getJ(m[, f])

Sensitivity matrix

getJtJdiag(m[, W, f])

Return the diagonal of JtJ

Galleries and Tutorials using SimPEG.potential_fields.gravity.Simulation3DIntegral#

PF: Gravity: Tiled Inversion Linear

PF: Gravity: Tiled Inversion Linear

PF: Gravity: Laguna del Maule Bouguer Gravity

PF: Gravity: Laguna del Maule Bouguer Gravity

Forward Simulation of Gravity Anomaly Data on a Tensor Mesh

Forward Simulation of Gravity Anomaly Data on a Tensor Mesh

Forward Simulation of Gradiometry Data on a Tree Mesh

Forward Simulation of Gradiometry Data on a Tree Mesh

Least-Squares Inversion of Gravity Anomaly Data

Least-Squares Inversion of Gravity Anomaly Data

Sparse Norm Inversion of Gravity Anomaly Data

Sparse Norm Inversion of Gravity Anomaly Data

Joint PGI of Gravity + Magnetic on an Octree mesh using full petrophysical information

Joint PGI of Gravity + Magnetic on an Octree mesh using full petrophysical information

Joint PGI of Gravity + Magnetic on an Octree mesh without petrophysical information

Joint PGI of Gravity + Magnetic on an Octree mesh without petrophysical information

Cross-gradient Joint Inversion of Gravity and Magnetic Anomaly Data

Cross-gradient Joint Inversion of Gravity and Magnetic Anomaly Data