Skip to content

Commit

Permalink
add born modeling and adjoint migration operators
Browse files Browse the repository at this point in the history
  • Loading branch information
ofmla committed Jan 27, 2021
1 parent 8cd9336 commit 12ad366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/seismic/tti/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ def JacobianOperator(model, geometry, space_order=4,
# Linearized source and stencil
lin_usrc = -dm * u0.dt2
lin_vsrc = -dm * v0.dt2

eqn2 = FD_kernel(model, du, dv, space_order, qu=lin_usrc, qv=lin_vsrc)

# Construct expression to inject source values, injecting at u0(t+dt)/v0(t+dt)
Expand Down

0 comments on commit 12ad366

Please sign in to comment.