[cig-commits] [commit] devel, master: added EXAMPLES/salt_dome/CPML_homogeneous (d2470f4)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 15:22:23 PDT 2014


Repository : https://github.com/geodynamics/specfem2d

On branches: devel,master
Link       : https://github.com/geodynamics/specfem2d/compare/fc67e6fd7ad890705b2b72b4b3c509accb22249e...e9ca46c40131588d89d7b0883250bc6584ce6b4c

>---------------------------------------------------------------

commit d2470f4da1b280bd2f351704f8e7617a252f1b4e
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Mon Nov 26 00:52:12 2012 +0000

    added EXAMPLES/salt_dome/CPML_homogeneous


>---------------------------------------------------------------

d2470f4da1b280bd2f351704f8e7617a252f1b4e
 salt_dome/{Stacey_homogeneous => CPML_homogeneous}/Par_file    | 10 +++++-----
 salt_dome/{CPML_normal => CPML_homogeneous}/SOURCE             |  0
 salt_dome/{CPML_normal => CPML_homogeneous}/STATIONS           |  0
 .../modelY1_PML_inner_edge_for_plane_wave_file                 |  0
 .../modelY1_absorbing_surface_file                             |  0
 .../modelY1_elements_CPML_list                                 |  0
 .../modelY1_free_surface_file                                  |  0
 .../{CPML_normal => CPML_homogeneous}/modelY1_materials_file   |  0
 salt_dome/{CPML_normal => CPML_homogeneous}/modelY1_mesh_file  |  0
 .../modelY1_nodes_coords_file                                  |  0
 10 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/salt_dome/Stacey_homogeneous/Par_file b/salt_dome/CPML_homogeneous/Par_file
similarity index 97%
copy from salt_dome/Stacey_homogeneous/Par_file
copy to salt_dome/CPML_homogeneous/Par_file
index a58dfd7..362c2b2 100644
--- a/salt_dome/Stacey_homogeneous/Par_file
+++ b/salt_dome/CPML_homogeneous/Par_file
@@ -24,7 +24,7 @@ p_sv                            = .true.         # set the type of calculation (
 
 # time step parameters
 nt                              = 10000           # total number of time steps
-deltat                          = 4.25e-4         # duration of a time step (for the choice of deltat please refer to section 4.5 of the user manual)
+deltat                          = 4.25e-4         # duration of a time step (see section "How to choose the time step" of the manual for how to do this)
 USER_T0                         = 0.0d0          # use this t0 as earliest starting time rather than the automatically calculated one
 time_stepping_scheme            = 1              # 1 = Newmark (2nd order), 2 = LDDRK4-6 (4th-order 6-stage low storage Runge-Kutta), 3 = classical RK4 4th-order 4-stage Runge-Kutta
 
@@ -114,10 +114,10 @@ nbmodels                        = 1              # nb of different models
 read_external_mesh              = .true.
 
 # absorbing boundary active or not
-PML_BOUNDARY_CONDITIONS         = .false.
+PML_BOUNDARY_CONDITIONS         = .true.
 NELEM_PML_THICKNESS             = 3
-STACEY_ABSORBING_CONDITIONS     = .true.
-ADD_SPRING_TO_STACEY            = .true.
+STACEY_ABSORBING_CONDITIONS     = .false.
+ADD_SPRING_TO_STACEY            = .false.
 
 # for horizontal periodic conditions: detect common points between left and right edges
 ADD_PERIODIC_CONDITIONS         = .false.
@@ -138,7 +138,7 @@ nodes_coords_file               = ./DATA/modelY1_nodes_coords_file   # file cont
 materials_file                  = ./DATA/modelY1_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/modelY1_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/modelY1_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
+CPML_element_file               = ./DATA/modelY1_elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/salt_dome/CPML_normal/SOURCE b/salt_dome/CPML_homogeneous/SOURCE
similarity index 100%
copy from salt_dome/CPML_normal/SOURCE
copy to salt_dome/CPML_homogeneous/SOURCE
diff --git a/salt_dome/CPML_normal/STATIONS b/salt_dome/CPML_homogeneous/STATIONS
similarity index 100%
copy from salt_dome/CPML_normal/STATIONS
copy to salt_dome/CPML_homogeneous/STATIONS
diff --git a/salt_dome/CPML_normal/modelY1_PML_inner_edge_for_plane_wave_file b/salt_dome/CPML_homogeneous/modelY1_PML_inner_edge_for_plane_wave_file
similarity index 100%
copy from salt_dome/CPML_normal/modelY1_PML_inner_edge_for_plane_wave_file
copy to salt_dome/CPML_homogeneous/modelY1_PML_inner_edge_for_plane_wave_file
diff --git a/salt_dome/CPML_normal/modelY1_absorbing_surface_file b/salt_dome/CPML_homogeneous/modelY1_absorbing_surface_file
similarity index 100%
copy from salt_dome/CPML_normal/modelY1_absorbing_surface_file
copy to salt_dome/CPML_homogeneous/modelY1_absorbing_surface_file
diff --git a/salt_dome/CPML_normal/modelY1_elements_CPML_list b/salt_dome/CPML_homogeneous/modelY1_elements_CPML_list
similarity index 100%
copy from salt_dome/CPML_normal/modelY1_elements_CPML_list
copy to salt_dome/CPML_homogeneous/modelY1_elements_CPML_list
diff --git a/salt_dome/CPML_normal/modelY1_free_surface_file b/salt_dome/CPML_homogeneous/modelY1_free_surface_file
similarity index 100%
copy from salt_dome/CPML_normal/modelY1_free_surface_file
copy to salt_dome/CPML_homogeneous/modelY1_free_surface_file
diff --git a/salt_dome/CPML_normal/modelY1_materials_file b/salt_dome/CPML_homogeneous/modelY1_materials_file
similarity index 100%
copy from salt_dome/CPML_normal/modelY1_materials_file
copy to salt_dome/CPML_homogeneous/modelY1_materials_file
diff --git a/salt_dome/CPML_normal/modelY1_mesh_file b/salt_dome/CPML_homogeneous/modelY1_mesh_file
similarity index 100%
copy from salt_dome/CPML_normal/modelY1_mesh_file
copy to salt_dome/CPML_homogeneous/modelY1_mesh_file
diff --git a/salt_dome/CPML_normal/modelY1_nodes_coords_file b/salt_dome/CPML_homogeneous/modelY1_nodes_coords_file
similarity index 100%
copy from salt_dome/CPML_normal/modelY1_nodes_coords_file
copy to salt_dome/CPML_homogeneous/modelY1_nodes_coords_file



More information about the CIG-COMMITS mailing list