simwave
simwave copied to clipboard
Simulates the propagation of the acoustic wave using the finite difference method in 2D and 3D domains.
``` $ 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...
* 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.
Hello, I am support on NPAD of UFRN in Brazil, and one of ours users is facing a issue with OSError: path/to/nvidia_hpc_sdk/Linux_x86_64/22.5/compilers/lib/libomp.so: undefined symbol: __pgi_uacc_downloads. Do you know a reason...
Hello, I’m very interested in this project! I have a question regarding the setup of the absorbing layer. In most examples, including acoustic_2D.py and Overthrust_3D.py, I want to set the...