On Fri, Feb 26, 2016 at 4:06 PM, Daniel Wheeler <[email protected]> wrote: > > print area_projections.dot(conductivity_tensor).dot(voltage.faceGrad).shape
Sorry! That should be `print conductivity_tensor.dot(voltage.faceGrad).shape`, which should be `(2, 24)` in 2D. Don't need the `area_projections` for the flux, obviously. -- Daniel Wheeler _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
