Skip to content

Commit

Permalink
Flip wavelet domain for the Lp norm constraint.
Browse files Browse the repository at this point in the history
  • Loading branch information
vogarko committed Oct 16, 2023
1 parent e8054dc commit 44dae12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/inversion/joint_inverse_problem.F90
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ subroutine joint_inversion_initialize(this, par, nnz_sensit, myrank)
! Determine if we perform inversion using wavelet domain for the model update vector.
this%WAVELET_DOMAIN = .true.
if (this%add_cross_grad .or. this%add_clustering .or. &
this%add_damping_gradient(1) .or. this%add_damping_gradient(2)) then
this%add_damping_gradient(1) .or. this%add_damping_gradient(2) .or. &
par%norm_power /= 2.d0) then
this%WAVELET_DOMAIN = .false.
endif

Expand Down

0 comments on commit 44dae12

Please sign in to comment.