[cig-commits] r18613 - short/3D/PyLith/trunk/examples/meshing/surface_nurbs/triangles

willic3 at geodynamics.org willic3 at geodynamics.org
Mon Jun 13 19:56:16 PDT 2011


Author: willic3
Date: 2011-06-13 19:56:16 -0700 (Mon, 13 Jun 2011)
New Revision: 18613

Modified:
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/triangles/mksurface.jou
Log:
Explicitly set meshing scheme to mapped, since otherwise, Cubit 13 seems to
default to paving.



Modified: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/triangles/mksurface.jou
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/triangles/mksurface.jou	2011-06-14 02:47:47 UTC (rev 18612)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/triangles/mksurface.jou	2011-06-14 02:56:16 UTC (rev 18613)
@@ -10,6 +10,7 @@
 
 # Create a mapped mesh, using a size of 4 km.
 surface 1 size 4000.0
+surface 1 scheme map
 mesh surface 1
 
 # Smooth the mesh.
@@ -24,3 +25,4 @@
 set geometry engine acis
 export acis "ruapehu-nzmg-1km.sab" surface 2 binary overwrite
 
+



More information about the CIG-COMMITS mailing list