mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-08 06:59:05 +08:00
upgraded documentation. Added plots to docs.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
from SimPEG import TensorMesh
|
||||
|
||||
h1 = np.linspace(.1,.5,3)
|
||||
h2 = np.linspace(.1,.5,5)
|
||||
mesh = TensorMesh([h1, h2])
|
||||
mesh.plotGrid()
|
||||
|
||||
plt.show()
|
||||
|
||||
Reference in New Issue
Block a user