discretize.base.BaseRectangularMesh#
- class discretize.base.BaseRectangularMesh(shape_cells, origin=None, orientation=None, reference_system=None, **kwargs)[source]#
Base rectangular mesh class for the
discretize
package.The
BaseRectangularMesh
class acts as an extension of theBaseRegularMesh
classes with a regular structure.Attributes
Number of cells in the x direction.
Number of cells in the y direction.
Number of cells in the z direction.
Number of nodes in the x-direction.
Number of nodes in the y-direction.
Number of nodes in the z-direction.
Total number of cells in the mesh.
Number of x-edges in the mesh.
Number of y-edges in the mesh.
Number of z-edges in the mesh.
Number of x-faces in the mesh.
Number of y-faces in the mesh.
Number of z-faces in the mesh.
Total number of nodes in the mesh.
Number of x-edges along each axis direction.
Number of y-edges along each axis direction.
Number of z-edges along each axis direction.
Number of x-faces along each axis direction.
Number of y-faces along each axis direction.
Number of z-faces along each axis direction.
The number of nodes along each axis direction.
Methods
Galleries and Tutorials using discretize.base.BaseRectangularMesh
#
Plot Mirrored Cylindrically Symmetric Model
Basic Forward 2D DC Resistivity
Plotting: Streamline thickness
Nodal Dirichlet Poisson solution