Getting Started
User Guide
Reference documentation
Getting connected
discretize.utils.
mkvc
Creates a vector with the number of dimension specified
e.g.:
a = np.array([1, 2, 3]) mkvc(a, 1).shape > (3, ) mkvc(a, 2).shape > (3, 1) mkvc(a, 3).shape > (3, 1, 1)
discretize.utils.mkvc
Basic: PlotImage