mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-18 12:40:30 +08:00
Updates to CylMesh. Innerproducts. Remove getMass.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user