[cig-commits] r22814 - seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_elastic_no_absorbing

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Fri Sep 20 11:21:28 PDT 2013


Author: dkomati1
Date: 2013-09-20 11:21:28 -0700 (Fri, 20 Sep 2013)
New Revision: 22814

Removed:
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_elastic_no_absorbing/run_boundary_definition.py
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_elastic_no_absorbing/run_cubit2specfem3d.py
Log:
removed an old version of run_cubit2specfem3d.py and run_boundary_definition.py


Deleted: seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_elastic_no_absorbing/run_boundary_definition.py
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_elastic_no_absorbing/run_boundary_definition.py	2013-09-20 18:20:20 UTC (rev 22813)
+++ seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_elastic_no_absorbing/run_boundary_definition.py	2013-09-20 18:21:28 UTC (rev 22814)
@@ -1,18 +0,0 @@
-#!python
-#!/usr/bin/env python
-
-import cubit
-import boundary_definition
-import cubit2specfem3d 
-
-import os
-import sys
-
-
-###### This is boundary_definition.py of GEOCUBIT
-#..... which extracts the bounding faces and defines them into blocks
-reload(boundary_definition)
-boundary_definition.entities=['face']
-boundary_definition.define_bc(boundary_definition.entities,parallel=True)
-
-

Deleted: seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_elastic_no_absorbing/run_cubit2specfem3d.py
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_elastic_no_absorbing/run_cubit2specfem3d.py	2013-09-20 18:20:20 UTC (rev 22813)
+++ seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_elastic_no_absorbing/run_cubit2specfem3d.py	2013-09-20 18:21:28 UTC (rev 22814)
@@ -1,26 +0,0 @@
-#!python
-#!/usr/bin/env python
-
-import cubit
-import boundary_definition
-import cubit2specfem3d 
-
-import os
-import sys
-
-
-###### This is boundary_definition.py of GEOCUBIT
-#..... which extracts the bounding faces and defines them into blocks
-#reload(boundary_definition)
-#boundary_definition.entities=['face']
-#boundary_definition.define_bc(boundary_definition.entities,parallel=True)
-
-
-#### Export to SESAME format using cubit2specfem3d.py of GEOCUBIT
-os.system('mkdir -p MESH')
-
-reload(cubit2specfem3d)
-cubit2specfem3d.export2SPECFEM3D(path,hex27=True) 
-
-# all files needed by SCOTCH are now in directory MESH
-



More information about the CIG-COMMITS mailing list