[cig-commits] [commit] devel, master: done making the periodic boundary conditions more flexible (f7505d8)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 15:20:03 PDT 2014


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

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

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

commit f7505d86d2dddcfb128dbdccecae1620236f023e
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Tue Nov 15 00:25:52 2011 +0000

    done making the periodic boundary conditions more flexible


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

f7505d86d2dddcfb128dbdccecae1620236f023e
 canyon/Par_file_canyon | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/canyon/Par_file_canyon b/canyon/Par_file_canyon
index 618fb49..4c7c153 100644
--- a/canyon/Par_file_canyon
+++ b/canyon/Par_file_canyon
@@ -90,6 +90,15 @@ read_external_mesh              = .true.
 # absorbing boundary active or not
 absorbing_conditions            = .true.
 
+# for horizontal periodic conditions: detect common points between left and right edges
+ADD_PERIODIC_CONDITIONS         = .false.
+
+# horizontal periodicity distance for periodic conditions
+PERIODIC_horiz_dist             = 0.3597d0
+
+# grid point detection tolerance for periodic conditions
+PERIODIC_DETECT_TOL             = 3.3334d-6
+
 #-----------------------------------------------------------------------------
 # PARAMETERS FOR EXTERNAL MESHING
 



More information about the CIG-COMMITS mailing list