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
+3 -2
View File
@@ -21,8 +21,9 @@ class TensorMesh(BaseMesh, TensorView, DiffOperators, InnerProducts):
mesh = TensorMesh([hx, hy, hz])
.. math::
x^2 = 5
Example of a padded tensor mesh:
.. plot:: examples/mesh/plot_TensorMesh.py
"""
_meshType = 'TENSOR'