updated plots and documentation

This commit is contained in:
Rowan Cockett
2013-09-30 14:53:22 -07:00
parent 44a846cb23
commit dde4474234
7 changed files with 83 additions and 39 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ h1 = np.linspace(.1,.5,3)
h2 = np.linspace(.1,.5,5)
h3 = np.linspace(.1,.5,3)
mesh = TensorMesh([h1,h2,h3])
mesh.plotGrid()
mesh.plotGrid(nodes=True, faces=True, centers=True, lines=True)
plt.show()