[cig-commits] [commit] baagaard/fix-cubit-cellsize, baagaard/fix-fullscale-3d-tests, knepley/fix-parallel-mult-faults, master, next: Cleanup. Mesh surfaces and then volumes. (6c1d8c8)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Apr 9 03:03:37 PDT 2014


Repository : ssh://geoshell/pylith

On branches: baagaard/fix-cubit-cellsize,baagaard/fix-fullscale-3d-tests,knepley/fix-parallel-mult-faults,master,next
Link       : https://github.com/geodynamics/pylith/compare/a213c3005450d915f40c7137ff7d8dbbb439d334...1b3d6d3bc246edc4235d0051142d675d91e9be41

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

commit 6c1d8c838ea2a64f4a576f77d6d18ca32ad2b659
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Fri Mar 21 12:57:24 2014 -0700

    Cleanup. Mesh surfaces and then volumes.
    
    No need to mesh volumes first to get desired spatial variation in
    descretization size.


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

6c1d8c838ea2a64f4a576f77d6d18ca32ad2b659
 examples/meshing/cubit_cellsize/mesh_size_analyticfn.jou | 8 ++------
 examples/meshing/cubit_cellsize/mesh_size_spatialdb.jou  | 8 ++------
 2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/examples/meshing/cubit_cellsize/mesh_size_analyticfn.jou b/examples/meshing/cubit_cellsize/mesh_size_analyticfn.jou
index 7af6b24..d95d4f6 100644
--- a/examples/meshing/cubit_cellsize/mesh_size_analyticfn.jou
+++ b/examples/meshing/cubit_cellsize/mesh_size_analyticfn.jou
@@ -36,12 +36,7 @@ curve all scheme stride
 # ----------------------------------------------------------------------
 # Generate the mesh
 # ----------------------------------------------------------------------
-# Generate the volume mesh to insure cell sizes match desired
-# distribution, then delete volume cells, smooth the surface mesh, and
-# then generate the volume mesh again.
-mesh volume viscoelastic
-mesh volume elastic_xpos elastic_xneg
-delete mesh volume all
+mesh surface all
 surface all smooth scheme condition number beta 1.2 cpu 10
 smooth surface all
 mesh volume all
@@ -69,3 +64,4 @@ export mesh "mesh_size_analyticfn.exo" dimension 3 overwrite
 
 
 
+
diff --git a/examples/meshing/cubit_cellsize/mesh_size_spatialdb.jou b/examples/meshing/cubit_cellsize/mesh_size_spatialdb.jou
index acb32e5..d96b011 100644
--- a/examples/meshing/cubit_cellsize/mesh_size_spatialdb.jou
+++ b/examples/meshing/cubit_cellsize/mesh_size_spatialdb.jou
@@ -36,12 +36,7 @@ curve all scheme stride
 # ----------------------------------------------------------------------
 # Generate the mesh
 # ----------------------------------------------------------------------
-# Generate the volume mesh to insure cell sizes match desired
-# distribution, then delete volume cells, smooth the surface mesh, and
-# then generate the volume mesh again.
-mesh volume viscoelastic
-mesh volume elastic_xpos elastic_xneg
-delete mesh volume all
+mesh surface all
 surface all smooth scheme condition number beta 1.2 cpu 10
 smooth surface all
 mesh volume all
@@ -68,3 +63,4 @@ export mesh "mesh_size_spatialdb.exo" dimension 3 overwrite
 
 
 
+



More information about the CIG-COMMITS mailing list