mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-05 13:20:43 +08:00
test counting, put dummies in for grid3D calcs
This commit is contained in:
@@ -375,6 +375,10 @@ class TreeMesh(BaseMesh):
|
||||
return np.c_[Ex, Ey][P, :]
|
||||
|
||||
|
||||
@property
|
||||
def gridEz(self):
|
||||
pass
|
||||
|
||||
@property
|
||||
def gridFx(self):
|
||||
if self.dim == 2:
|
||||
@@ -385,6 +389,10 @@ class TreeMesh(BaseMesh):
|
||||
if self.dim == 2:
|
||||
return self.gridEx
|
||||
|
||||
@property
|
||||
def gridFz(self):
|
||||
pass
|
||||
|
||||
def _push(self, attr, rows):
|
||||
self.isNumbered = False
|
||||
rows = np.atleast_2d(rows)
|
||||
|
||||
Reference in New Issue
Block a user