On Thu, Jun 5, 2014 at 12:23 PM, Zebo LI <[email protected]> wrote: > Hi, > > I currently working on a diffusion problem using Fipy. And I need to > calculate the convection velocity via the product of a matrix and a vector. > I used numeric.array and numeric.NUMERIX.dot, but it does not work well, as > shown in the attached file.
You probably just need to reshape the arrays properly. Any chance you could cut and paste the whole code or subset that runs and produces the error so I can reproduce the error on my computer (and not as an image preferably)? Cheers, Daniel -- Daniel Wheeler _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
