LogicallyRect --> Curvilinear

This commit is contained in:
Lindsey Heagy
2015-05-15 09:02:26 -07:00
parent 1a2edfa8f1
commit 2be920800a
+1 -1
View File
@@ -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):