[cig-commits] r21723 - in seismo/3D/SPECFEM3D/trunk/examples: . homogeneous_halfspace_HEX27_no_absorbing/DATA homogeneous_halfspace_HEX8_no_absorbing/DATA

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Thu Apr 4 14:47:28 PDT 2013


Author: dkomati1
Date: 2013-04-04 14:47:27 -0700 (Thu, 04 Apr 2013)
New Revision: 21723

Added:
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8_no_absorbing/
Removed:
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27/
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8/
Modified:
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/DATA/Par_file
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8_no_absorbing/DATA/Par_file
Log:
renamed two directories for clarity


Copied: seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing (from rev 21721, seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27)

Modified: seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/DATA/Par_file
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27/DATA/Par_file	2013-04-04 20:01:51 UTC (rev 21721)
+++ seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/DATA/Par_file	2013-04-04 21:47:27 UTC (rev 21723)
@@ -23,7 +23,7 @@
 # If you use our internal mesher, the only option is 8-node bricks (27-node elements are not supported)
 # CUBIT does not support HEX27 elements either (it can generate them, but they are flat, i.e. identical to HEX8).
 # To generate HEX27 elements with curvature properly taken into account, you can use Gmsh http://geuz.org/gmsh/
-NGNOD                       = 27
+NGNOD                           = 27
 
 # models:
 # available options are:
@@ -35,7 +35,7 @@
 MODEL                           = default
 
 # parameters describing the model
-APPROXIMATE_OCEAN_LOAD                          = .false.
+APPROXIMATE_OCEAN_LOAD          = .false.
 TOPOGRAPHY                      = .false.
 ATTENUATION                     = .false.
 ANISOTROPY                      = .false.
@@ -55,7 +55,7 @@
 STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
-PML_CONDITIONS          = .false.
+PML_CONDITIONS                  = .false.
 
 # C-PML top surface
 PML_INSTEAD_OF_FREE_SURFACE     = .false.

Copied: seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8_no_absorbing (from rev 21721, seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8)

Modified: seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8_no_absorbing/DATA/Par_file
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8/DATA/Par_file	2013-04-04 20:01:51 UTC (rev 21721)
+++ seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX8_no_absorbing/DATA/Par_file	2013-04-04 21:47:27 UTC (rev 21723)
@@ -23,7 +23,7 @@
 # If you use our internal mesher, the only option is 8-node bricks (27-node elements are not supported)
 # CUBIT does not support HEX27 elements either (it can generate them, but they are flat, i.e. identical to HEX8).
 # To generate HEX27 elements with curvature properly taken into account, you can use Gmsh http://geuz.org/gmsh/
-NGNOD                       = 8
+NGNOD                           = 8
 
 # models:
 # available options are:
@@ -35,7 +35,7 @@
 MODEL                           = default
 
 # parameters describing the model
-APPROXIMATE_OCEAN_LOAD                          = .false.
+APPROXIMATE_OCEAN_LOAD          = .false.
 TOPOGRAPHY                      = .false.
 ATTENUATION                     = .false.
 ANISOTROPY                      = .false.
@@ -55,7 +55,7 @@
 STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
-PML_CONDITIONS          = .false.
+PML_CONDITIONS                  = .false.
 
 # C-PML top surface
 PML_INSTEAD_OF_FREE_SURFACE     = .false.



More information about the CIG-COMMITS mailing list