SimPEG.electromagnetics.static.resistivity.Simulation3DNodal#

class SimPEG.electromagnetics.static.resistivity.Simulation3DNodal(mesh, survey=None, bc_type='Robin', **kwargs)[source]#

Bases: BaseDCSimulation

3D nodal DC problem

Attributes

bc_type

Type of boundary condition to use for simulation.

Methods

fieldsPair

alias of Fields3DNodal

getA([resistivity])

Make the A matrix for the cell centered DC resistivity problem A = G.T MeSigma G

getADeriv(u, v[, adjoint])

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

getRHS()

RHS for the DC problem q

getRHSDeriv(source, v[, adjoint])

Derivative of the right hand side with respect to the model

setBC

Galleries and Tutorials using SimPEG.electromagnetics.static.resistivity.Simulation3DNodal#

DC/IP Forward Simulation in 3D

DC/IP Forward Simulation in 3D

3D Least-Squares Inversion of DC and IP Data

3D Least-Squares Inversion of DC and IP Data

DC Resistivity Forward Simulation in 3D

DC Resistivity Forward Simulation in 3D

3D Least-Squares Inversion of DC Resistivity Data

3D Least-Squares Inversion of DC Resistivity Data