From 2be920800a57813313d3848328810d8c0bed6ec8 Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Fri, 15 May 2015 09:02:26 -0700 Subject: [PATCH] LogicallyRect --> Curvilinear --- SimPEG/Examples/DCfwd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimPEG/Examples/DCfwd.py b/SimPEG/Examples/DCfwd.py index 49fbebcd..385babf6 100644 --- a/SimPEG/Examples/DCfwd.py +++ b/SimPEG/Examples/DCfwd.py @@ -10,7 +10,7 @@ sz = [40,40] # Tensor Mesh tM = Mesh.TensorMesh(sz) # Curvilinear Mesh -rM = Mesh.LogicallyRectMesh(Utils.meshutils.exampleLrmGrid(sz,'rotate')) +rM = Mesh.CurvilinearMesh(Utils.meshutils.exampleLrmGrid(sz,'rotate')) # Step2: Direct Current (DC) operator def DCfun(mesh, pts):