Updates to CylMesh. Innerproducts. Remove getMass.

This commit is contained in:
rowanc1
2014-04-14 21:28:52 -07:00
parent 37e957ad07
commit da7bab60b2
6 changed files with 226 additions and 370 deletions
+1 -1
View File
@@ -337,7 +337,7 @@ if __name__ == '__main__':
D = M.faceDiv
G = M.cellGrad
Msig = M.getFaceMass()
Msig = M.getFaceInnerProduct()
A = D*Msig*G
A[0,0] *= 10 # remove the constant null space from the matrix