[cig-commits] [commit] devel,master: adds USER_T0 to fix start time; bug fix of start time with multiple point force sources; adds kernel smoothing routine smooth_vol_data.f90 (de55431)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:48:06 PDT 2014


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

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

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

commit de554317915fed29398dddce2f5c7c6f390fb20e
Author: Daniel Peter <peterda at ethz.ch>
Date:   Mon Jan 17 21:14:13 2011 +0000

    adds USER_T0 to fix start time; bug fix of start time with multiple point force sources; adds kernel smoothing routine smooth_vol_data.f90


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

de554317915fed29398dddce2f5c7c6f390fb20e
 layered_halfspace/2lay_mesh_boundary_fig8.py            | 4 ++++
 waterlayered_halfspace/waterlayer_mesh_boundary_fig8.py | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/layered_halfspace/2lay_mesh_boundary_fig8.py b/layered_halfspace/2lay_mesh_boundary_fig8.py
index adeb6ea..565b0c2 100755
--- a/layered_halfspace/2lay_mesh_boundary_fig8.py
+++ b/layered_halfspace/2lay_mesh_boundary_fig8.py
@@ -81,6 +81,10 @@ cubit.cmd('mesh volume 1')
 cubit.cmd('volume 5 size 4500.')
 cubit.cmd('mesh volume 5')
 
+# draw/update mesh lines for visualization
+# this will draw also the tripling layer mesh lines
+cubit.cmd('draw volume all')
+
 #### End of meshing
 
 ###### This is boundary_definition.py of GEOCUBIT
diff --git a/waterlayered_halfspace/waterlayer_mesh_boundary_fig8.py b/waterlayered_halfspace/waterlayer_mesh_boundary_fig8.py
index f0c48ff..500e4a4 100755
--- a/waterlayered_halfspace/waterlayer_mesh_boundary_fig8.py
+++ b/waterlayered_halfspace/waterlayer_mesh_boundary_fig8.py
@@ -61,6 +61,10 @@ cubit.cmd('mesh volume 1')
 cubit.cmd('volume 5 size 4785.71')
 cubit.cmd('mesh volume 5')
 
+# draw/update mesh lines for visualization
+# this will draw also the tripling layer mesh lines
+cubit.cmd('draw volume all')
+
 #### End of meshing
 
 ###### This is boundary_definition.py of GEOCUBIT



More information about the CIG-COMMITS mailing list