mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-09 11:34:26 +08:00
Merge branch 'develop' of https://github.com/simpeg/simpeg into quadtree
This commit is contained in:
@@ -644,3 +644,7 @@ class DiffOperators(object):
|
|||||||
def getFaceMassDeriv(self):
|
def getFaceMassDeriv(self):
|
||||||
Av = self.aveF2CC
|
Av = self.aveF2CC
|
||||||
return Av.T * sdiag(self.vol)
|
return Av.T * sdiag(self.vol)
|
||||||
|
|
||||||
|
def getEdgeMassDeriv(self):
|
||||||
|
Av = self.aveE2CC
|
||||||
|
return Av.T * sdiag(self.vol)
|
||||||
|
|||||||
@@ -404,7 +404,7 @@ class TensorView(object):
|
|||||||
::
|
::
|
||||||
|
|
||||||
def function(var, ax, clim, tlt, i):
|
def function(var, ax, clim, tlt, i):
|
||||||
tlt.set_text('%%d'%%i)
|
tlt.set_text('%d'%i)
|
||||||
return mesh.plotImage(var, imageType='CC', ax=ax, clim=clim)
|
return mesh.plotImage(var, imageType='CC', ax=ax, clim=clim)
|
||||||
|
|
||||||
mesh.video([model1, model2, ..., modeln],function)
|
mesh.video([model1, model2, ..., modeln],function)
|
||||||
|
|||||||
Reference in New Issue
Block a user