From 29579c35e09cc0ed393e6805a84aae4f3ab2bd0a Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Tue, 10 Nov 2015 18:42:09 -0800 Subject: [PATCH] place holders for averaging --- SimPEG/Mesh/TreeMesh.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/SimPEG/Mesh/TreeMesh.py b/SimPEG/Mesh/TreeMesh.py index aa697ec1..24522bf3 100644 --- a/SimPEG/Mesh/TreeMesh.py +++ b/SimPEG/Mesh/TreeMesh.py @@ -1316,6 +1316,22 @@ class TreeMesh(BaseMesh, InnerProducts): # self._nodalGrad = Utils.sdiag(1/L)*G # return self._nodalGrad + @property + def aveE2CC(self): + "Construct the averaging operator on cell edges to cell centers." + raise Exception('Not yet implemented!') + + @property + def aveE2CCV(self): + "Construct the averaging operator on cell edges to cell centers." + raise Exception('Not yet implemented!') + + @property + def aveF2CC(self): + "Construct the averaging operator on cell faces to cell centers." + raise Exception('Not yet implemented!') + + def _getFaceP(self, xFace, yFace, zFace): ind1, ind2, ind3 = [], [], [] for ind in self._sortedCells: