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

electromagnetic (EM) wave propagation #1225

Closed cmorency1 closed 6 months ago

cmorency1 commented 6 months ago

Added/edited files to handle EM wave propagation simulations Created an EXAMPLES Updated Par_files in EXAMPLES/

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 14.11411% with 572 lines in your changes are missing coverage. Please review.

Project coverage is 36.34%. Comparing base (76f4636) to head (09d698a). Report is 1 commits behind head on devel.

Files Patch % Lines
src/specfem2D/compute_stacey_electromagnetic.f90 0.00% 197 Missing :warning:
src/specfem2D/compute_forces_electromagnetic.F90 0.00% 91 Missing :warning:
src/specfem2D/get_MPI.F90 16.94% 49 Missing :warning:
...em2D/compute_forces_electromagnetic_conduction.F90 0.00% 46 Missing :warning:
.../specfem2D/compute_add_sources_electromagnetic.f90 0.00% 36 Missing :warning:
src/shared/read_material_table.f90 32.50% 27 Missing :warning:
src/specfem2D/assemble_MPI.F90 0.00% 26 Missing :warning:
.../specfem2D/compute_attenuation_electromagnetic.f90 0.00% 24 Missing :warning:
src/specfem2D/check_grid.F90 67.14% 23 Missing :warning:
...compute_forces_electromagnetic_calling_routine.F90 0.00% 16 Missing :warning:
... and 5 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #1225 +/- ## =========================================== - Coverage 54.63% 36.34% -18.30% =========================================== Files 164 171 +7 Lines 30233 30684 +451 =========================================== - Hits 16519 11153 -5366 - Misses 13714 19531 +5817 ```

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