updated docs

This commit is contained in:
rowanc1
2014-02-14 10:05:23 -08:00
parent 893d726854
commit 120c0e5cc9
+6 -1
View File
@@ -30,7 +30,12 @@ def meshTensors(*args):
"""
**meshTensors** takes any number of tuples that have the form::
h1 = ( (numPad, sizeStart [, increaseFactor]), (numCore, sizeCore), (numPad, sizeStart [, increaseFactor]) )
mT = ( (numPad, sizeStart [, increaseFactor]), (numCore, sizeCore), (numPad, sizeStart [, increaseFactor]) )
.. note::
The increaseFactor is an optional input.
.. plot::