mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-13 13:03:14 +08:00
updates to documentation
This commit is contained in:
+7
-3
@@ -7,15 +7,19 @@ from utils import mkvc
|
||||
|
||||
class LomView(object):
|
||||
"""
|
||||
Provides viewing functions for TensorMesh
|
||||
Provides viewing functions for LogicallyOrthogonalMesh
|
||||
|
||||
This class is inherited by LogicallyOrthogonalMesh
|
||||
|
||||
This class is inherited by TensorMesh
|
||||
"""
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def plotGrid(self, length=0.05):
|
||||
"""Plot the nodal, cell-centered and staggered grids for 1,2 and 3 dimensions."""
|
||||
"""Plot the nodal, cell-centered and staggered grids for 1,2 and 3 dimensions.
|
||||
|
||||
.. plot:: examples/mesh/plot_LogicallyOrthogonalMesh.py
|
||||
"""
|
||||
NN = self.r(self.gridN, 'N', 'N', 'M')
|
||||
if self.dim == 2:
|
||||
fig = plt.figure(2)
|
||||
|
||||
Reference in New Issue
Block a user