> On Sep 26, 2019, at 7:29 PM, Justin Pothoof <[email protected]> wrote: > > I noticed that if i print(shape(CellVariable.value)) after defining a > CellVariable I get the output (2000,) for example.. which isn't a 2D array.
FiPy is designed for unstructured meshes, so there is no internal structure to the Variable data. Geometry and topology is defined by the Mesh. _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
