mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-30 14:05:32 +08:00
Merge branch 'develop' of https://github.com/simpeg/simpeg into develop
This commit is contained in:
@@ -293,6 +293,15 @@ class Cyl1DMesh(object):
|
||||
_aveF2CC = None
|
||||
aveF2CC = property(**aveF2CC())
|
||||
|
||||
def getFaceMassDeriv(self):
|
||||
Av = self.aveF2CC
|
||||
return Av.T * sdiag(self.vol)
|
||||
|
||||
def getEdgeMassDeriv(self):
|
||||
Av = self.aveE2CC
|
||||
return Av.T * sdiag(self.vol)
|
||||
|
||||
|
||||
####################################################
|
||||
# Methods
|
||||
####################################################
|
||||
|
||||
Reference in New Issue
Block a user