[cig-commits] [commit] next: Fixed geometry.jou to be consistent with mesh. (7cca7f5)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 15:41:25 PST 2014


Repository : https://github.com/geodynamics/pylith

On branch  : next
Link       : https://github.com/geodynamics/pylith/compare/f33c75b19fd60eedb2a3405db76a1fee333bb1d7...5b6d812b1612809fea3bd331c4e5af98c25a536a

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

commit 7cca7f5dc5cb9aa2b0a304b0e9031a9d0972bbc7
Author: Charles Williams <C.Williams at gns.cri.nz>
Date:   Sat Jun 21 18:19:39 2014 +1200

    Fixed geometry.jou to be consistent with mesh.


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

7cca7f5dc5cb9aa2b0a304b0e9031a9d0972bbc7
 examples/2d/gravity/geometry.jou | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/examples/2d/gravity/geometry.jou b/examples/2d/gravity/geometry.jou
index efc9038..e7b1daa 100644
--- a/examples/2d/gravity/geometry.jou
+++ b/examples/2d/gravity/geometry.jou
@@ -35,18 +35,18 @@ reset
 undo off
 
 # ----------------------------------------------------------------------
-# Create outer box (50 km x 40 km x 10 km)..
+# Create outer box (50 km x 50 km x 10 km)..
 # ----------------------------------------------------------------------
-#{outerBlockX=40.0*km}
-#{outerBlockY=30.0*km}
+#{outerBlockX=50.0*km}
+#{outerBlockY=50.0*km}
 #{outerBlockZ=10.0*km}
 brick x {outerBlockX} y {outerBlockY} z {outerBlockZ}
 volume 1 move x 0.0 y {-0.5*outerBlockY} z 0.0
 
 # ----------------------------------------------------------------------
-# Create inner box (2.5 km x 5 km x 10 km)..
+# Create inner box (5 km x 5 km x 10 km)..
 # ----------------------------------------------------------------------
-#{innerBlockX=2.5*km}
+#{innerBlockX=5.0*km}
 #{innerBlockY=5.0*km}
 #{innerBlockZ=10.0*km}
 brick x {innerBlockX} y {innerBlockY} z {innerBlockZ}



More information about the CIG-COMMITS mailing list