SPECFEM / specfem3d

SPECFEM3D_Cartesian simulates acoustic (fluid), elastic (solid), coupled acoustic/elastic, poroelastic or seismic wave propagation in any type of conforming mesh of hexahedra (structured or not).
GNU General Public License v3.0
409 stars 227 forks source link

- added Brune and Smoothed Brune source time functions #1650

Closed homnath closed 10 months ago

homnath commented 10 months ago

I have implemented time derivatives of the Brune and smoothed Brune functions as the moment rate functions. @jpampuero can you please check whether the implementation is correct? @danielpeter m4/ and some DATA/ files are automatically changed, but I ignored them while pushing. Please check.

I think we need some tests for origin time. Some users are ready to test. If you have any suggestions, please let me know:)

codecov[bot] commented 10 months ago

Codecov Report

Attention: 32 lines in your changes are missing coverage. Please review.

Comparison is base (fb8310f) 51.51% compared to head (ebd0820) 51.48%.

Files Patch % Lines
src/specfem3D/comp_source_time_function.f90 0.00% 16 Missing :warning:
src/specfem3D/locate_source.F90 0.00% 6 Missing :warning:
src/specfem3D/compute_add_sources_viscoelastic.F90 0.00% 4 Missing :warning:
src/specfem3D/get_force.f90 0.00% 4 Missing :warning:
src/specfem3D/setup_sources_receivers.f90 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #1650 +/- ## ========================================== - Coverage 51.51% 51.48% -0.03% ========================================== Files 266 266 Lines 60104 60136 +32 ========================================== Hits 30961 30961 - Misses 29143 29175 +32 ```

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

jpampuero commented 10 months ago

Your Brune function now looks correct.

homnath commented 10 months ago

Your Brune function now looks correct.

Thanks!