[cig-commits] r21814 - seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8_elastic_absorbing_CPML_6sides/DATA

xie.zhinan at geodynamics.org xie.zhinan at geodynamics.org
Thu Apr 11 08:54:05 PDT 2013


Author: xie.zhinan
Date: 2013-04-11 08:54:04 -0700 (Thu, 11 Apr 2013)
New Revision: 21814

Modified:
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8_elastic_absorbing_CPML_6sides/DATA/Par_file
Log:
set the PML_INSTEAD_OF_FREE_SURFACE to .true. to include computation of top CPML layer


Modified: seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8_elastic_absorbing_CPML_6sides/DATA/Par_file
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8_elastic_absorbing_CPML_6sides/DATA/Par_file	2013-04-11 10:25:12 UTC (rev 21813)
+++ seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8_elastic_absorbing_CPML_6sides/DATA/Par_file	2013-04-11 15:54:04 UTC (rev 21814)
@@ -15,7 +15,7 @@
 NPROC                           = 4
 
 # time step parameters
-NSTEP                           = 5000
+NSTEP                           = 100
 DT                              = 0.05
 
 # number of nodes for 2D and 3D shape functions for hexahedra
@@ -53,7 +53,7 @@
 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