smoothModel --> mrefInSmooth

This commit is contained in:
Lindsey Heagy
2016-03-02 09:46:50 -08:00
parent 5e5c7ba0fb
commit 2f8b8a36bf
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ def run(plotIt=True):
# Regularization - with a regularization mesh
regMesh = simpeg.Mesh.TensorMesh([m1d.hx[problem.mapping.sigmaMap.maps[-1].indActive]],m1d.x0)
reg = simpeg.Regularization.Tikhonov(regMesh)
reg.smoothModel = True
reg.mrefInSmooth = True
reg.alpha_s = 1e-7
reg.alpha_x = 1.
# Inversion problem