SPECFEM / specfem3d_globe

SPECFEM3D_GLOBE simulates global and regional (continental-scale) seismic wave propagation.
GNU General Public License v3.0
90 stars 96 forks source link

Update Laplacian smoothing #834

Closed icui closed 6 months ago

icui commented 6 months ago

The previous routine takes smoothing length parameter in XY and Z direction, which doesn't make sense for 3D_Globe. This commit changes the parameter to length in horizontal (theta/phi) and vertical (R) direction.

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 40.67%. Comparing base (2c619fd) to head (35cb9b3).

Files Patch % Lines
...ss_sensitivity_kernels/laplacian_smoothing_sem.F90 0.00% 11 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #834 +/- ## ======================================= Coverage 40.67% 40.67% ======================================= Files 264 264 Lines 58756 58753 -3 ======================================= Hits 23900 23900 + Misses 34856 34853 -3 ```

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