[cig-commits] [commit] devel, master: modified the HEX27 example to use the same as the nex HEX8 (15a92ec)

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


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

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

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

commit 15a92ec3e02dd65a028275e8519a2a79adba4301
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Sun Apr 7 22:21:38 2013 +0000

    modified the HEX27 example to use the same as the nex HEX8


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

15a92ec3e02dd65a028275e8519a2a79adba4301
 .../DATA/CMTSOLUTION                                  |  18 +++++++++---------
 .../DATA/Par_file                                     |   6 +++---
 .../REF_SEIS/X1-50.BXZ.gnuplot                        |   8 --------
 .../REF_SEIS/X1-50.BXZ.pdf                            | Bin 23863 -> 0 bytes
 .../REF_SEIS/plot_these_seismograms_with_gnuplot.gnu  |   0
 5 files changed, 12 insertions(+), 20 deletions(-)

diff --git a/homogeneous_halfspace_HEX27_no_absorbing/DATA/CMTSOLUTION b/homogeneous_halfspace_HEX27_no_absorbing/DATA/CMTSOLUTION
index 563743f..ef76eea 100644
--- a/homogeneous_halfspace_HEX27_no_absorbing/DATA/CMTSOLUTION
+++ b/homogeneous_halfspace_HEX27_no_absorbing/DATA/CMTSOLUTION
@@ -1,13 +1,13 @@
-PDE  1999 01 01 00 00 00.00  67000 67000 -25000 4.2 4.2 hom_explosion
-event name:       hom_explosion
+PDE  1999 01 01 00 00 00.00  67000 67000 -25000 4.2 4.2 homog_test
+event name:       homog_test
 time shift:       0.0000
 half duration:    5.0
 latitude:       67000.0
 longitude:      67000.0
-depth:          25.0
-Mrr:       1.000000e+23
-Mtt:       1.000000e+23
-Mpp:       1.000000e+23
-Mrt:       0.000000
-Mrp:       0.000000
-Mtp:       0.000000
+depth:          30.0
+Mrr:      -7.600000e+27
+Mtt:       7.700000e+27
+Mpp:      -2.000000e+26
+Mrt:      -2.500000e+28
+Mrp:       4.000000e+26
+Mtp:      -2.500000e+27
diff --git a/homogeneous_halfspace_HEX27_no_absorbing/DATA/Par_file b/homogeneous_halfspace_HEX27_no_absorbing/DATA/Par_file
index 536af82..c61d284 100644
--- a/homogeneous_halfspace_HEX27_no_absorbing/DATA/Par_file
+++ b/homogeneous_halfspace_HEX27_no_absorbing/DATA/Par_file
@@ -12,10 +12,10 @@ UTM_PROJECTION_ZONE             = 11
 SUPPRESS_UTM_PROJECTION         = .true.
 
 # number of MPI processors
-NPROC                           = 4
+NPROC                           = 20
 
 # time step parameters
-NSTEP                           = 1000
+NSTEP                           = 5000
 DT                              = 0.05
 
 # number of nodes for 2D and 3D shape functions for hexahedra
@@ -23,7 +23,7 @@ DT                              = 0.05
 # 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                           = 8
 
 # models:
 # available options are:
diff --git a/homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/X1-50.BXZ.gnuplot b/homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/X1-50.BXZ.gnuplot
deleted file mode 100644
index eefc76b..0000000
--- a/homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/X1-50.BXZ.gnuplot
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/local/bin/gnuplot -persist
-#
-#    
-
-set xlabel "time (s)"
-set ylabel "displacement (m)"
-
-plot 'X1.DB.BXZ.semd' w l,'X10.DB.BXZ.semd' w l,'X20.DB.BXZ.semd' w l,'X30.DB.BXZ.semd' w l,'X40.DB.BXZ.semd' w l,'X50.DB.BXZ.semd' w l
diff --git a/homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/X1-50.BXZ.pdf b/homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/X1-50.BXZ.pdf
deleted file mode 100644
index 285104b..0000000
Binary files a/homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/X1-50.BXZ.pdf and /dev/null differ
diff --git a/homogeneous_halfspace_HEX8_no_absorbing/REF_SEIS/plot_these_seismograms_with_gnuplot.gnu b/homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/plot_these_seismograms_with_gnuplot.gnu
similarity index 100%
copy from homogeneous_halfspace_HEX8_no_absorbing/REF_SEIS/plot_these_seismograms_with_gnuplot.gnu
copy to homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/plot_these_seismograms_with_gnuplot.gnu



More information about the CIG-COMMITS mailing list