SPECFEM / specfem2d

SPECFEM2D simulates forward and adjoint seismic wave propagation in two-dimensional acoustic, (an)elastic, poroelastic or coupled acoustic-(an)elastic-poroelastic media, with Convolution PML absorbing conditions.
https://specfem.org
GNU General Public License v3.0
203 stars 147 forks source link

Debugs of the script for mesh format conversion Gmsh -> Specfem2d #1211

Closed mnagaso closed 7 months ago

mnagaso commented 7 months ago

This is an important update for EXAMPLES/Gmsh_example_CPML_MPI.

The python script for converting the mesh file format from Gmsh to Specfem2D had some bugs on:

Additionally, a new function has been added for inserting a transition layer between PML layers and a non-PML domain, which may useful to stabilize the simulation.

All the debugs are on the scripts in this example, thus no effect on the main code.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 54.63%. Comparing base (32c7839) to head (9739716).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #1211 +/- ## ========================================== - Coverage 54.64% 54.63% -0.01% ========================================== Files 164 164 Lines 30233 30233 ========================================== - Hits 16520 16519 -1 - Misses 13713 13714 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.