Tests on Cell Grad (bug fixes for non-uniform mesh). and aveCC2F with extrapolation.

This commit is contained in:
Rowan Cockett
2013-11-13 19:34:11 -08:00
parent 6fbe3a616b
commit 52c9cf83c9
3 changed files with 126 additions and 12 deletions
+5
View File
@@ -4,3 +4,8 @@ import mesh
import inverse
import forward
import regularization
import scipy.version as _v
if _v.version < '0.13.0':
print 'Warning: upgrade your scipy to 0.13.0'