From 120c0e5cc992e333c322729c86fd1aab6343c487 Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Fri, 14 Feb 2014 10:05:23 -0800 Subject: [PATCH] updated docs --- SimPEG/Utils/meshutils.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SimPEG/Utils/meshutils.py b/SimPEG/Utils/meshutils.py index e33c88f7..d7fe0836 100644 --- a/SimPEG/Utils/meshutils.py +++ b/SimPEG/Utils/meshutils.py @@ -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::