implementing a 2D mesh object for gmsh files

This commit is contained in:
sm
2010-10-06 12:15:09 -06:00
parent b3680848d5
commit e4988fd150
5 changed files with 507 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class TestSequenceFunctions(unittest.TestCase):
r = [[-1, -1], [0, 2], [1, -1]]
result = baker.get_phis(X, r)
#result = [round(i, self.accuracy) for i in result]
#result = [round(i, self.accuracy) for i in result]
right_answer = [1/3.0, 1/3.0, 1/3.0]