SimPEG.regularization.SparseSmoothness#

class SimPEG.regularization.SparseSmoothness(mesh, orientation='x', gradient_type='total', **kwargs)[source]#

Bases: SimPEG.regularization.sparse.BaseSparse, SimPEG.regularization.base.SmoothnessFirstOrder

Base Class for sparse regularization on first spatial derivatives

Attributes

gradientType

0.gradientType has been deprecated.

gradient_type

Choice of gradient measure used in the irls weights

Methods

update_weights(m)

Compute and store the irls weights.