SimPEG.potential_fields.gravity.Simulation3DIntegral#

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

Bases: SimPEG.potential_fields.base.BasePFSimulation

Gravity simulation in integral form.

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

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

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