mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-05 21:07:29 +08:00
Added sphinx doc support. goto docs and type:
make html see the wonderful documents!!
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
from SimPEG import TensorMesh
|
||||
|
||||
x0 = np.zeros(2)
|
||||
h1 = np.linspace(.1,.5,3)
|
||||
h2 = np.linspace(.1,.5,5)
|
||||
mesh = TensorMesh([h1,h2],x0)
|
||||
mesh.plotGrid()
|
||||
|
||||
plt.show()
|
||||
|
||||
Reference in New Issue
Block a user