simpeg.electromagnetics.viscous_remanent_magnetization.Simulation3DLogUniform#
- class simpeg.electromagnetics.viscous_remanent_magnetization.Simulation3DLogUniform(mesh, survey=None, chi0=None, dchi=None, tau1=None, tau2=None, **kwargs)[source]#
- Bases: - BaseVRMSimulation- Attributes - The geometric sensitivity matrix for the linear VRM problem. - Topography active cells. - DC susceptibility - A list of solver objects to clean when the model is updated - SimPEG - Counterobject to store iterations and run-times.- Frequency dependence - HasModel.deleteTheseOnModelUpdate has been deprecated. - active_cells.indActive has been deprecated. - Mesh for the integral VRM simulations. - The inversion model. - True if a model is necessary - Sensitivity refinement radii from sources. - The number of refinement distances. - Path to directory where sensitivity file is stored. - The VRM survey. - Low bound time-relaxation constant - Upper bound time-relaxation constant - Verbose progress printout. - Methods - Jtvec(m, v[, f])- Compute the Jacobian transpose times a vector for the model provided. - Jtvec_approx(m, v[, f])- Approximation of the Jacobian transpose times a vector for the model provided. - Jvec(m, v[, f])- Compute the Jacobian times a vector for the model provided. - Jvec_approx(m, v[, f])- Approximation of the Jacobian times a vector for the model provided. - fields([m])- Computes the fields at every time d(t) = G*M(t) - make_synthetic_data(m[, relative_error, ...])- Make synthetic data for the model and Gaussian noise provided. - residual(m, dobs[, f])- The data residual. - dpred 
 
    