simpeg.electromagnetics.time_domain.Simulation1DLayered.getJ#

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

Get the Jacobian matrix.

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

J=f(μ(m))m

where f() is the forward modelling function, μ() is the mapping, and m is the model vector.

Parameters:
m(n_param,) numpy.ndarray

The model parameters.

fIgnored

Not used, present here for API consistency by convention.

Returns:
(n_data, n_param) numpy.ndarray

The full Jacobian matrix.