SimPEG.electromagnetics.static.resistivity.Simulation3DCellCentered#
- class SimPEG.electromagnetics.static.resistivity.Simulation3DCellCentered(mesh, survey=None, bc_type='Robin', **kwargs)[source]#
- Bases: - SimPEG.electromagnetics.static.resistivity.simulation.BaseDCSimulation- 3D cell centered DC problem - Attributes - Type of boundary condition to use for simulation. - Methods - fieldsPair- alias of - SimPEG.electromagnetics.static.resistivity.fields.Fields3DCellCentered- getA([resistivity])- Make the A matrix for the cell centered DC resistivity problem A = D MfRhoI G - getRHS()- RHS for the DC problem q - getRHSDeriv(source, v[, adjoint])- Derivative of the right hand side with respect to the model - getADeriv - setBC 
 
