mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-16 11:21:38 +08:00
Merge branch 'develop' of https://github.com/simpeg/simpeg into boundaryConditions
This commit is contained in:
@@ -318,7 +318,7 @@ class TensorView(object):
|
||||
if normalizeVector:
|
||||
length = np.sqrt(U**2+V**2)
|
||||
U, V = U/length, V/length
|
||||
out += (quiver( tM.gridCC[:,0], tM.gridCC[:,1], U, V),)
|
||||
out += (plt.quiver( tM.gridCC[:,0], tM.gridCC[:,1], U, V),)
|
||||
|
||||
if grid:
|
||||
xXGrid = np.c_[tM.vectorNx,tM.vectorNx,np.nan*np.ones(tM.nNx)].flatten()
|
||||
|
||||
Reference in New Issue
Block a user