Moved projectFace/EdgeVector to the base mesh class, along with some default normal and tangents.

This commit is contained in:
Rowan Cockett
2013-08-06 15:07:32 -07:00
parent f01b4370b9
commit a510755926
3 changed files with 45 additions and 19 deletions
-7
View File
@@ -184,13 +184,6 @@ class TensorMesh(BaseMesh, TensorView, DiffOperators, InnerProducts):
_gridEz = None # Store grid by default
gridEz = property(**gridEz())
def getBoundaryIndex(self, gridType):
"""Needed for faces edges and cells"""
pass
def getCellNumbering(self):
pass
# --------------- Geometries ---------------------
def vol():
doc = "Construct cell volumes of the 3D model as 1d array."