[cig-commits] [commit] devel, master: fixed PML_INSTEAD_OF_FREE_SURFACE in the case of 6 sides (c73adc4)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:52:59 PDT 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d/compare/6026e367984905ab133865f62fa6293b343759b9...47f703851338234f96397e7da9fbff63d8178b8a

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

commit c73adc47083f2532b13591ef973e1d1fffae3200
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Thu Apr 11 17:40:19 2013 +0000

    fixed PML_INSTEAD_OF_FREE_SURFACE in the case of 6 sides


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

c73adc47083f2532b13591ef973e1d1fffae3200
 homogeneous_halfspace_HEX8_acoustic_absorbing_CPML_6sides/DATA/Par_file | 2 +-
 .../DATA/Par_file                                                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/homogeneous_halfspace_HEX8_acoustic_absorbing_CPML_6sides/DATA/Par_file b/homogeneous_halfspace_HEX8_acoustic_absorbing_CPML_6sides/DATA/Par_file
index f3910ac..69b0480 100644
--- a/homogeneous_halfspace_HEX8_acoustic_absorbing_CPML_6sides/DATA/Par_file
+++ b/homogeneous_halfspace_HEX8_acoustic_absorbing_CPML_6sides/DATA/Par_file
@@ -53,7 +53,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 PML_CONDITIONS                  = .true.
 
 # C-PML top surface
-PML_INSTEAD_OF_FREE_SURFACE     = .false.
+PML_INSTEAD_OF_FREE_SURFACE     = .true.
 
 # C-PML dominant frequency
 f0_FOR_PML                      = 0.05555
diff --git a/homogeneous_halfspace_HEX8_acoustic_elastic_absorbing_CPML_6sides/DATA/Par_file b/homogeneous_halfspace_HEX8_acoustic_elastic_absorbing_CPML_6sides/DATA/Par_file
index f3910ac..69b0480 100644
--- a/homogeneous_halfspace_HEX8_acoustic_elastic_absorbing_CPML_6sides/DATA/Par_file
+++ b/homogeneous_halfspace_HEX8_acoustic_elastic_absorbing_CPML_6sides/DATA/Par_file
@@ -53,7 +53,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 PML_CONDITIONS                  = .true.
 
 # C-PML top surface
-PML_INSTEAD_OF_FREE_SURFACE     = .false.
+PML_INSTEAD_OF_FREE_SURFACE     = .true.
 
 # C-PML dominant frequency
 f0_FOR_PML                      = 0.05555



More information about the CIG-COMMITS mailing list