[cig-commits] r18645 - short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Jun 16 15:10:59 PDT 2011


Author: willic3
Date: 2011-06-16 15:10:59 -0700 (Thu, 16 Jun 2011)
New Revision: 18645

Removed:
   short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/mktopo.jou
   short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/ulines.jou
   short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/vlines.jou
Modified:
   short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/Makefile.am
   short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/README
Log:
Updated README to correspond to updated Python script.
Removed journal files that are created by Python script.
Updated Makefile.am to reflect removed files.



Modified: short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/Makefile.am	2011-06-16 22:10:49 UTC (rev 18644)
+++ short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/Makefile.am	2011-06-16 22:10:59 UTC (rev 18645)
@@ -25,10 +25,8 @@
 	README \
 	dem2lines.cfg \
 	dem2lines.py \
-	mktopo.jou \
-	ruapehu-nzmg-1km.txt \
-	ulines.jou \
-	vlines.jou
+	dem_taper.py \
+	ruapehu-nzmg-1km.txt
 
 
 # End of file 

Modified: short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/README
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/README	2011-06-16 22:10:49 UTC (rev 18644)
+++ short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/README	2011-06-16 22:10:59 UTC (rev 18645)
@@ -19,8 +19,8 @@
 2.  The parameters for the Python script are contained in the file
 dem2lines.cfg. In this file we specify the name of the input
 file, the name of an output VTK file (for viewing the resampled DEM
-using a package such as ParaView), and prefixes for the output u-lines
-and v-lines.  The x_min, x_max, etc. values indicate the region over
+using a package such as ParaView), and prefixes and filenames for the output
+journal files. The x_min, x_max, etc. values indicate the region over
 which full resolution is desired. Outside this region, resampling
 occurs at skip_interval, 2*skip_interval, etc. until the edge of the
 DEM is reached.
@@ -30,18 +30,14 @@
 ./dem2lines.py
 
 This will produce the file ruapehu-nzmg-1km-resampled.vtk, and will
-also populate the ulines and vlines directories. You can visualize the
+also populate the ulines and vlines directories with journal files defining
+each u-line and v-line, as well as creating journal files to playback these
+file, and a master journal file to control everything. You can visualize the
 VTK file to make sure it looks OK.
 
-4.  Once you have created the u-lines and v-lines, you must create a
-journal file that Cubit can use to create the NURBS surface. Each file
-in the ulines and vlines directories is a separate Cubit command to
-create a single spline curve. To create the desired surface, we first
-create a ulines.jou file and a vlines.jou file to execute each of
-these. We then create a mktopo.jou file that executes these two
-journal files and then creates the NURBS surface (ruapehu_topo.sab).
-You can create the surface yourself by running Cubit and playing back the
-'mktopo.jou' file.
+4.  Once you have created the necessary journal files, you can create the
+surface yourself by running Cubit and playing back the 'ruapehu_topo.jou'
+file. This will create the NURBS surface (ruapehu_topo.sab).
 
 5.  Once the surface has been created, you can import it in future
 Cubit sessions and use it just as you would any surface created within

Deleted: short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/mktopo.jou
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/mktopo.jou	2011-06-16 22:10:49 UTC (rev 18644)
+++ short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/mktopo.jou	2011-06-16 22:10:59 UTC (rev 18645)
@@ -1,21 +0,0 @@
-reset
-# This is a simple Cubit journal file to create an ACIS NURBS surface from
-# a set of intersecting lines.
-#
-# ----------------------------------------------------------------------
-# Create u-lines and v-lines, and then create a net surface.
-# ----------------------------------------------------------------------
-playback 'ulines.jou'
-playback 'vlines.jou'
-create surface net u curve 1 to 32 v curve 33 to 64
-
-# ----------------------------------------------------------------------
-# Delete curves and any extra vertices.
-# ----------------------------------------------------------------------
-delete curve 1 to 64
-delete vertex all
-
-# ----------------------------------------------------------------------
-# Export binary ACIS file.
-# ----------------------------------------------------------------------
-export Acis 'ruapehu_topo.sab'

Deleted: short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/ulines.jou
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/ulines.jou	2011-06-16 22:10:49 UTC (rev 18644)
+++ short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/ulines.jou	2011-06-16 22:10:59 UTC (rev 18645)
@@ -1,32 +0,0 @@
-playback 'ulines/ruapehu-nzmg-1km_u0001.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0002.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0003.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0004.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0005.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0006.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0007.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0008.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0009.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0010.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0011.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0012.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0013.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0014.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0015.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0016.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0017.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0018.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0019.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0020.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0021.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0022.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0023.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0024.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0025.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0026.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0027.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0028.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0029.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0030.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0031.jou'
-playback 'ulines/ruapehu-nzmg-1km_u0032.jou'

Deleted: short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/vlines.jou
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/vlines.jou	2011-06-16 22:10:49 UTC (rev 18644)
+++ short/3D/PyLith/branches/v1.6-stable/examples/meshing/surface_nurbs/dem/vlines.jou	2011-06-16 22:10:59 UTC (rev 18645)
@@ -1,32 +0,0 @@
-playback 'vlines/ruapehu-nzmg-1km_v0001.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0002.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0003.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0004.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0005.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0006.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0007.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0008.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0009.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0010.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0011.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0012.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0013.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0014.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0015.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0016.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0017.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0018.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0019.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0020.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0021.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0022.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0023.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0024.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0025.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0026.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0027.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0028.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0029.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0030.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0031.jou'
-playback 'vlines/ruapehu-nzmg-1km_v0032.jou'



More information about the CIG-COMMITS mailing list