simpeg.electromagnetics.frequency_domain.Simulation3DMagneticField.getJ#

Simulation3DMagneticField.getJ(m, f=None)[source]#

Generate the full sensitivity matrix.

This method generates and stores the full sensitivity matrix for the model provided. I.e.:

J=dm

where d are the data and m are the model parameters.

Parameters:
m(n_param,) numpy.ndarray

The model parameters.

fstatic.resistivity.fields.FieldsDC, optional

Fields solved for all sources.

Returns:
(n_data, n_param) numpy.ndarray

The full sensitivity matrix.