simpeg.regularization.SmoothnessSecondOrder.f_m_deriv#

SmoothnessSecondOrder.f_m_deriv(m)[source]#

Derivative of the regularization kernel function.

For second-order smoothness regularization, the derivative of the regularization kernel function with respect to the model is given by:

fmm=Lx

where Lx is the second-order derivative operator with respect to x.

Parameters:
mnumpy.ndarray

The model.

Returns:
scipy.sparse.csr_matrix

The derivative of the regularization kernel function.

Notes

The objective function for second-order smoothness regularization along the x-direction is given by:

ϕm(m)=WLx[mm(ref)]2

where m are the discrete model parameters (model), m(ref) is the reference model, Lx is the second-order x-derivative operator, and W is the weighting matrix. Similar for smoothness along y and z. See the SmoothnessSecondOrder class documentation for more detail.

We define the regularization kernel function fm as:

fm(m)=Lx[mm(ref)]

such that

ϕm(m)=Wfm2

The derivative of the regularization kernel function with respect to the model is:

fmm=Lx