simwave icon indicating copy to clipboard operation
simwave copied to clipboard

Simulates the propagation of the acoustic wave using the finite difference method in 2D and 3D domains.

Results 3 simwave issues
Sort by recently updated
recently updated
newest added

``` $ python3 gradient_2D.py Traceback (most recent call last): File "gradient_2D.py", line 199, in recv_true = calculate_true_seimogram(velocity_model=tru_vel) File "gradient_2D.py", line 130, in calculate_true_seimogram solver = create_solver(saving_stride=0, velocity_model=velocity_model) File "gradient_2D.py", line...

Add an action to run the GPU execution tests.

enhancement

* It would be nice to have an example with code showing how to utilize OpenMP. * Pinning might be an issue too, not sure how that is dealt with.

documentation