mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-09 12:30:41 +08:00
LogicallyRect --> Curvilinear
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user