forked from SPECFEM/specfem2d
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates examples to accommodate changes due to nummaterial_velocity_f…
…ile usage
- Loading branch information
1 parent
784966c
commit 7d45cfd
Showing
170 changed files
with
1,090 additions
and
577 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# nummaterial_velocity_file | ||
# format: | ||
#(1)domain_id #(2)material_id #(3)rho #(4)vp #(5)vs #(6)Q_k #(7)Q_mu #(8)ani | ||
# | ||
# where | ||
# domain_id : 1=acoustic / 2=elastic / 3=poroelastic | ||
# material_id : POSITIVE integer identifier of material block | ||
# rho : density | ||
# vp : P-velocity | ||
# vs : S-velocity | ||
# Q_k : 9999 = no Q_kappa attenuation | ||
# Q_mu : 9999 = no Q_mu attenuation | ||
# ani : 0=no anisotropy/ 1,2,.. check with aniso_model.f90 | ||
# | ||
# example: | ||
# 2 1 2300 2800 1500 9999.0 9999.0 0 | ||
# | ||
# or | ||
# | ||
#(1)domain_id #(2)material_id tomography elastic #(3)filename #(4)positive | ||
# | ||
# where | ||
# domain_id : 1=acoustic / 2=elastic / 3=poroelastic | ||
# material_id : NEGATIVE integer identifier of material block | ||
# filename : filename of the tomography file | ||
# positive : a positive unique identifier | ||
# | ||
# example: | ||
# 2 -1 tomography elastic tomo.xyz 1 | ||
# | ||
# materials | ||
2 1 1412.d0 2260.d0 1050.d0 9999.0 9999.0 0 | ||
1 2 1000.d0 1477.d0 0.d0 9999.0 9999.0 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
EXAMPLES/Gmsh_example_Stacey_MPI/MESH/nummaterial_velocity_file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# nummaterial_velocity_file | ||
# format: | ||
#(1)domain_id #(2)material_id #(3)rho #(4)vp #(5)vs #(6)Q_k #(7)Q_mu #(8)ani | ||
# | ||
# where | ||
# domain_id : 1=acoustic / 2=elastic / 3=poroelastic | ||
# material_id : POSITIVE integer identifier of material block | ||
# rho : density | ||
# vp : P-velocity | ||
# vs : S-velocity | ||
# Q_k : 9999 = no Q_kappa attenuation | ||
# Q_mu : 9999 = no Q_mu attenuation | ||
# ani : 0=no anisotropy/ 1,2,.. check with aniso_model.f90 | ||
# | ||
# example: | ||
# 2 1 2300 2800 1500 9999.0 9999.0 0 | ||
# | ||
# or | ||
# | ||
#(1)domain_id #(2)material_id tomography elastic #(3)filename #(4)positive | ||
# | ||
# where | ||
# domain_id : 1=acoustic / 2=elastic / 3=poroelastic | ||
# material_id : NEGATIVE integer identifier of material block | ||
# filename : filename of the tomography file | ||
# positive : a positive unique identifier | ||
# | ||
# example: | ||
# 2 -1 tomography elastic tomo.xyz 1 | ||
# | ||
# materials | ||
1 1 2000.d0 1680.d0 0.0d0 10.d0 10.d0 0 | ||
1 2 1000.d0 1477.d0 0.0d0 10.d0 10.d0 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.