[cig-commits] r20986 - seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tpv15

percygalvez at geodynamics.org percygalvez at geodynamics.org
Mon Nov 5 05:44:57 PST 2012


Author: percygalvez
Date: 2012-11-05 05:44:56 -0800 (Mon, 05 Nov 2012)
New Revision: 20986

Modified:
   seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tpv15/tpv15.py
Log:
tpv15 parallel absorbing boundaries

Modified: seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tpv15/tpv15.py
===================================================================
--- seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tpv15/tpv15.py	2012-11-04 17:11:42 UTC (rev 20985)
+++ seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tpv15/tpv15.py	2012-11-05 13:44:56 UTC (rev 20986)
@@ -1,12 +1,12 @@
 #!/usr/bin/env python
 
 import cubit
-import boundary_definition
 import cubit2specfem3d 
 import math
 import os
 import sys
 from save_fault_nodes_elements import *
+from absorbing_boundary import *
 
 cubit.cmd('reset')
 
@@ -265,8 +265,8 @@
 
 ####### This is boundary_definition.py of GEOCUBIT 
 ##..... which extracts the bounding faces and defines them into blocks 
-boundary_definition.entities=['face'] 
-boundary_definition.define_bc(boundary_definition.entities,parallel=True) 
+entities=['face'] 
+define_parallel_bc(entities) 
  
 #### Define material properties for the 2 volumes ################ 
 cubit.cmd('#### DEFINE MATERIAL PROPERTIES #######################') 



More information about the CIG-COMMITS mailing list