diff --git a/meanas/fdmath/__init__.py b/meanas/fdmath/__init__.py index b6b75d5..0e165e2 100644 --- a/meanas/fdmath/__init__.py +++ b/meanas/fdmath/__init__.py @@ -8,7 +8,7 @@ Fields, Functions, and Operators Discrete fields are stored in one of two forms: -- The `field_t` form is a multidimensional numpy array +- The `field_t` form is a multidimensional `numpy.ndarray` + For a scalar field, this is just `U[m, n, p]`, where `m`, `n`, and `p` are discrete indices referring to positions on the x, y, and z axes respectively. + For a vector field, the first index specifies which vector component is accessed: