[cig-commits] [commit] devel: put Stacey conditions back in the two examples in EXAMPLES/Tromp2005 (8c84b6b)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Jan 23 17:52:17 PST 2015


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem2d/compare/4cfbba9c83157009cd46c438689b6839e0d058f7...8c84b6bfd291ad7ac4d5fa04b0a95f6b20d859e3

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

commit 8c84b6bfd291ad7ac4d5fa04b0a95f6b20d859e3
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Sat Jan 24 02:49:25 2015 +0100

    put Stacey conditions back in the two examples in EXAMPLES/Tromp2005


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

8c84b6bfd291ad7ac4d5fa04b0a95f6b20d859e3
 EXAMPLES/Tromp2005/Par_file_Tromp2005      | 4 ++--
 EXAMPLES/Tromp2005/Par_file_Tromp2005_s100 | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/EXAMPLES/Tromp2005/Par_file_Tromp2005 b/EXAMPLES/Tromp2005/Par_file_Tromp2005
index 38460a6..d2faf8b 100644
--- a/EXAMPLES/Tromp2005/Par_file_Tromp2005
+++ b/EXAMPLES/Tromp2005/Par_file_Tromp2005
@@ -141,8 +141,8 @@ PML_BOUNDARY_CONDITIONS         = .false.
 NELEM_PML_THICKNESS             = 3
 ROTATE_PML_ACTIVATE             = .false.
 ROTATE_PML_ANGLE                = 30.
-STACEY_ABSORBING_CONDITIONS     = .false.
-ADD_SPRING_TO_STACEY            = .true.
+STACEY_ABSORBING_CONDITIONS     = .true.
+ADD_SPRING_TO_STACEY            = .false.
 
 # for horizontal periodic conditions: detect common points between left and right edges
 ADD_PERIODIC_CONDITIONS         = .false.
diff --git a/EXAMPLES/Tromp2005/Par_file_Tromp2005_s100 b/EXAMPLES/Tromp2005/Par_file_Tromp2005_s100
index 25052ef..ac089e8 100644
--- a/EXAMPLES/Tromp2005/Par_file_Tromp2005_s100
+++ b/EXAMPLES/Tromp2005/Par_file_Tromp2005_s100
@@ -141,8 +141,8 @@ PML_BOUNDARY_CONDITIONS         = .false.
 NELEM_PML_THICKNESS             = 3
 ROTATE_PML_ACTIVATE             = .false.
 ROTATE_PML_ANGLE                = 30.
-STACEY_ABSORBING_CONDITIONS     = .false.
-ADD_SPRING_TO_STACEY            = .true.
+STACEY_ABSORBING_CONDITIONS     = .true.
+ADD_SPRING_TO_STACEY            = .false.
 
 # for horizontal periodic conditions: detect common points between left and right edges
 ADD_PERIODIC_CONDITIONS         = .false.



More information about the CIG-COMMITS mailing list