simpeg.regularization.AmplitudeSmallness.f_m#

AmplitudeSmallness.f_m(m)[source]#

Evaluate the regularization kernel function.

For smallness vector amplitude regularization, the regularization kernel function is:

fm(m)=m¯=([mpmp(ref)]2+[msms(ref)]2+[mtmt(ref)]2)1/2

where the global set of model parameters m defined at cell centers is ordered according to its primary (p), secondary (s) and tertiary (t) directions as follows:

m=[mpmsmt]

Likewise for the vector components of the reference model.

Parameters:
mnumpy.ndarray

The model.

Returns:
numpy.ndarray

The regularization kernel function evaluated at the model provided.