Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/jop_prop2DAcoIsoDenQ_DEO2_FDTD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ function JopProp2DAcoIsoDenQ_DEO2_FDTD_nonlinearforward!(d::AbstractArray, m::Ab
end

# scale spatial derivatives by v^2/b to make them temporal derivatives
cumtime_io += @elapsed WaveFD.scale_spatial_derivatives!(p)
cumtime_pr += @elapsed WaveFD.scale_spatial_derivatives!(p)

if kwargs[:srcfieldfile] != ""
cumtime_io += @elapsed for active_wavefield in active_wavefields
Expand Down
2 changes: 1 addition & 1 deletion src/jop_prop2DAcoTTIDenQ_DEO2_FDTD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ function JopProp2DAcoTTIDenQ_DEO2_FDTD_nonlinearforward!(d::AbstractArray, m::Ab
end

# scale spatial derivatives by v^2/b to make them temporal derivatives
cumtime_io += @elapsed WaveFD.scale_spatial_derivatives!(p)
cumtime_pr += @elapsed WaveFD.scale_spatial_derivatives!(p)

if kwargs[:srcfieldfile] != ""
cumtime_io += @elapsed for active_wavefield in active_wavefields
Expand Down
2 changes: 1 addition & 1 deletion src/jop_prop2DAcoVTIDenQ_DEO2_FDTD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ function JopProp2DAcoVTIDenQ_DEO2_FDTD_nonlinearforward!(d::AbstractArray, m::Ab
end

# scale spatial derivatives by v^2/b to make them temporal derivatives
cumtime_io += @elapsed WaveFD.scale_spatial_derivatives!(p)
cumtime_pr += @elapsed WaveFD.scale_spatial_derivatives!(p)

if kwargs[:srcfieldfile] != ""
cumtime_io += @elapsed for active_wavefield in active_wavefields
Expand Down
2 changes: 1 addition & 1 deletion src/jop_prop3DAcoIsoDenQ_DEO2_FDTD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ function JopProp3DAcoIsoDenQ_DEO2_FDTD_nonlinearforward!(d::AbstractArray, m::Ab
end

# scale spatial derivatives by v^2/b to make them temporal derivatives
cumtime_io += @elapsed WaveFD.scale_spatial_derivatives!(p)
cumtime_pr += @elapsed WaveFD.scale_spatial_derivatives!(p)

if kwargs[:srcfieldfile] != ""
cumtime_io += @elapsed for active_wavefield in active_wavefields
Expand Down
2 changes: 1 addition & 1 deletion src/jop_prop3DAcoTTIDenQ_DEO2_FDTD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ function JopProp3DAcoTTIDenQ_DEO2_FDTD_nonlinearforward!(d::AbstractArray, m::Ab
end

# scale spatial derivatives by v^2/b to make them temporal derivatives
cumtime_io += @elapsed WaveFD.scale_spatial_derivatives!(p)
cumtime_ex += @elapsed WaveFD.scale_spatial_derivatives!(p)

if kwargs[:srcfieldfile] != ""
cumtime_io += @elapsed for active_wavefield in active_wavefields
Expand Down
2 changes: 1 addition & 1 deletion src/jop_prop3DAcoVTIDenQ_DEO2_FDTD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ function JopProp3DAcoVTIDenQ_DEO2_FDTD_nonlinearforward!(d::AbstractArray, m::Ab
end

# scale spatial derivatives by v^2/b to make them temporal derivatives
cumtime_io += @elapsed WaveFD.scale_spatial_derivatives!(p)
cumtime_pr += @elapsed WaveFD.scale_spatial_derivatives!(p)

if kwargs[:srcfieldfile] != ""
cumtime_io += @elapsed for active_wavefield in active_wavefields
Expand Down