rename test functions

This commit is contained in:
rowanc1
2014-07-03 11:27:12 -07:00
parent d2f6a646f6
commit ce6fae8b2c
3 changed files with 0 additions and 8 deletions
-8
View File
@@ -503,11 +503,3 @@ class InnerProducts(object):
return PXXX
return Pxxx
if __name__ == '__main__':
from TensorMesh import TensorMesh
h = [np.array([1, 2, 3, 4]), np.array([1, 2, 1, 4, 2]), np.array([1, 1, 4, 1])]
M = TensorMesh(h)
mu = np.ones((M.nC, 6))
A, P = M.getFaceInnerProduct(mu, returnP=True)
B, P = M.getEdgeInnerProduct(mu, returnP=True)