Integrated getEdge/FaceInnerProduct into the tensor mesh class.

This commit is contained in:
Rowan Cockett
2013-07-30 22:12:53 -07:00
parent d8f646c7d9
commit c259a6651a
7 changed files with 39 additions and 191 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class DiffOperators(object):
Class creates the differential operators that you need!
"""
def __init__(self):
raise Exception('DiffOperators is a base class providing differential operators on meshes and cannot run on its own. Inherit to your favorite Mesh class.')
raise Exception('DiffOperators is a base class providing differential operators on meshes and cannot run on its own. Inherit to your favorite Mesh class.')
def faceDiv():
doc = "Construct divergence operator (face-stg to cell-centres)."