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
389 stars 223 forks source link

Refine TWF by adding independent mus and mud and a special twf for TPV22; Update the corresponding user manual #1693

Closed Huihuiweng closed 2 months ago

Huihuiweng commented 2 months ago

Add a special kind of TWF for TPV benchmarks

Revise a bug in special TWF

minor changes

small bug

Update 06_fault_sources.tex in user manual

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 25.64%. Comparing base (7a1c764) to head (8cc2623).

Files Patch % Lines
src/specfem3D/fault_solver_dynamic.f90 0.00% 45 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #1693 +/- ## =========================================== - Coverage 51.53% 25.64% -25.90% =========================================== Files 267 233 -34 Lines 60735 50224 -10511 =========================================== - Hits 31302 12880 -18422 - Misses 29433 37344 +7911 ```

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

Huihuiweng commented 2 months ago

What are the causes of the failure of CI /Test on Mac? This is weird because I can successfully compile it on my computer.

danielpeter commented 2 months ago

will figure out the issues later, seems to be related to MPI and the parallel code compilation...

Huihuiweng commented 2 months ago

will figure out the issues later, seems to be related to MPI and the parallel code compilation...

Thanks.