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
403 stars 225 forks source link

Devel #1470

Closed Huihuiweng closed 2 years ago

Huihuiweng commented 2 years ago

Minor edits of code and User_Manual for adding the exponential slip-weakening friction law

buildbot-princeton commented 2 years ago

The files changed require a buildbot test. Buildbot has started.

buildbot-princeton commented 2 years ago

Your changes passed the buildbot test. See build 914.

buildbot-princeton commented 2 years ago

You pushed to your local branch while your previous changes are waiting to be committed. We assume that you did not intend for these changes to be part of the currently opened pull-request and ignore those changes. If you want these changes to be committed, please open a new pull-request.

Note to maintainers: when you accept the original pull-request, the message from buildbot will say that it closed the pull-request, as opposed to the usual message that it merged the pull-request. In spite of this, the initial pull-request will be merged after you accept it.

codecov-commenter commented 2 years ago

Codecov Report

Merging #1470 (844d70a) into devel (16ba2f4) will increase coverage by 33.75%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           devel    #1470       +/-   ##
==========================================
+ Coverage       0   33.75%   +33.75%     
==========================================
  Files          0      249      +249     
  Lines          0    54108    +54108     
==========================================
+ Hits           0    18266    +18266     
- Misses         0    35842    +35842     
Impacted Files Coverage Δ
src/specfem3D/fault_solver_dynamic.f90 0.77% <0.00%> (ø)
src/shared/get_shape3D.f90 98.08% <0.00%> (ø)
src/tomography/get_sd_direction.f90 0.00% <0.00%> (ø)
src/specfem3D/compute_gradient_in_acoustic.f90 43.61% <0.00%> (ø)
src/meshfem3D/get_flags_boundaries.f90 96.77% <0.00%> (ø)
src/auxiliaries/combine_surf_data.f90 0.00% <0.00%> (ø)
...process_sensitivity_kernels/parse_kernel_names.f90 0.00% <0.00%> (ø)
src/meshfem3D/read_value_mesh_parameters.f90 71.03% <0.00%> (ø)
src/specfem3D/compute_add_sources_poroelastic.f90 37.62% <0.00%> (ø)
src/specfem3D/compute_element_att_memory.f90 0.00% <0.00%> (ø)
... and 240 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 16ba2f4...844d70a. Read the comment docs.

danielpeter commented 2 years ago

i'm closing this pull request. please open a new PR as mentioned by buildbot to include your latest commit changes.