Changeset [5f59cc61a8847b7b2c949dcb672fd19650518f8d] by Jed Brown

January 31st, 2013 @ 12:21 AM

Update sympy usage

In old versions of sympy, A.dot(B) was a rank-2 tensor contraction. This
is no longer the case, so we need the much uglier A.vec().dot(B.vec()).
https://github.com/jedbrown/dohp/commit/5f59cc61a8847b7b2c949dcb672...

Committed by Jed Brown

  • M src/fs/tests/elastexact.py
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

An implementation of the ``dual order hp'' version of the finite element method. This project targets parallel domain-decomposition methods for strongly coupled nonlinear problems with PDE constraints.