Skip to content

Commit

Permalink
Fix accidentally deleted section
Browse files Browse the repository at this point in the history
  • Loading branch information
waltsims committed Dec 16, 2023
1 parent 4caf581 commit aab53a0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ def main():

medium = kWaveMedium(sound_speed=c0, density=rho0)

# SENSOR
sensor_mask = np.zeros((Nx, Ny, Nz))
sensor_mask[:, Ny // 2, :] = 1
sensor = kSensor(sensor_mask, record=['p_max'])

# SIMULATION
simulation_options = SimulationOptions(
Expand Down

0 comments on commit aab53a0

Please sign in to comment.