[cig-commits] [commit] devel, master: removed an old version of run_cubit2specfem3d.py and run_boundary_definition.py (6f9d11e)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:53:57 PDT 2014


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

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

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

commit 6f9d11e4a3cebc7e84186ac54b21c4211d62e28e
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Fri Sep 20 18:21:28 2013 +0000

    removed an old version of run_cubit2specfem3d.py and run_boundary_definition.py


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

6f9d11e4a3cebc7e84186ac54b21c4211d62e28e
 .../run_boundary_definition.py                     | 18 ---------------
 .../run_cubit2specfem3d.py                         | 26 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/homogeneous_halfspace_HEX27_elastic_no_absorbing/run_boundary_definition.py b/homogeneous_halfspace_HEX27_elastic_no_absorbing/run_boundary_definition.py
deleted file mode 100644
index 789bf9d..0000000
--- a/homogeneous_halfspace_HEX27_elastic_no_absorbing/run_boundary_definition.py
+++ /dev/null
@@ -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)
-
-
diff --git a/homogeneous_halfspace_HEX27_elastic_no_absorbing/run_cubit2specfem3d.py b/homogeneous_halfspace_HEX27_elastic_no_absorbing/run_cubit2specfem3d.py
deleted file mode 100644
index 3bd82ed..0000000
--- a/homogeneous_halfspace_HEX27_elastic_no_absorbing/run_cubit2specfem3d.py
+++ /dev/null
@@ -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