[cig-commits] r22379 - in short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs: . merge_surfs

willic3 at geodynamics.org willic3 at geodynamics.org
Wed Jun 19 14:47:21 PDT 2013


Author: willic3
Date: 2013-06-19 14:47:20 -0700 (Wed, 19 Jun 2013)
New Revision: 22379

Modified:
   short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs/README
   short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs/merge_surfs/README
   short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs/merge_surfs/geometry.jou
Log:
Very slight cleanup of surface_nurbs examples.



Modified: short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs/README
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs/README	2013-06-19 21:39:59 UTC (rev 22378)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs/README	2013-06-19 21:47:20 UTC (rev 22379)
@@ -1,4 +1,5 @@
-These examples demonstrate how to create NURBS surfaces in CUBIT. 
+The following three examples demonstrate how to create NURBS surfaces
+within CUBIT. 
 
 contours - Example of creating a nonplanar fault surface using surface
            contours.
@@ -8,3 +9,14 @@
 
 triangles - Example of creating a NURBS surface from a triangulated
             surface in Facets format.
+
+Additional examples show how to create volume meshes using different types
+of surfaces.
+
+merge_surfs - Example demonstrating how to join together several surfaces
+              and use the merged surface to webcut a volume.
+
+subduction - Example that uses both net surfaces and a skin surface for
+             a semi-realistic demonstration of a subduction problem with
+	     the subduction interface, a splay fault, and
+	     topography/bathymetry.

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs/merge_surfs/README
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs/merge_surfs/README	2013-06-19 21:39:59 UTC (rev 22378)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs/merge_surfs/README	2013-06-19 21:47:20 UTC (rev 22379)
@@ -3,4 +3,4 @@
 multisegment faults from primitive geometry.
 
 Geometry and meshing commands are in the CUBIT journal files
-'geometry.jou' and m'mesh.jou' respectively.
+'geometry.jou' and 'mesh.jou' respectively.

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs/merge_surfs/geometry.jou
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs/merge_surfs/geometry.jou	2013-06-19 21:39:59 UTC (rev 22378)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs/merge_surfs/geometry.jou	2013-06-19 21:47:20 UTC (rev 22379)
@@ -47,7 +47,7 @@
 #{idVol=Id("volume")}
 
 # Translate block so the top is at z=0
-volume {idVol} move x {domain_x} y {domain_y} z {-0.5*blockHeight}
+volume {idVol} move x 0 y 0 z {-0.5*blockHeight}
 
 # ----------------------------------------------------------------------
 # Create fault comprised of multiple planar segments 
@@ -95,9 +95,3 @@
 merge all
 
 # End of file
-
-
-
-
-
-



More information about the CIG-COMMITS mailing list