Discretize Meshes (discretize
)#
The discretize
package contains four types of meshes for soliving partial differential
equations using the finite volume method.
Mesh Classes#
|
Tensor mesh class. |
|
Class for cylindrical meshes. |
|
Curvilinear mesh class. |
|
Class for QuadTree (2D) and OcTree (3D) meshes. |
|
Class for traingular (2D) and tetrahedral (3D) meshes. |
Tree Mesh Cells#
The TreeCell
class was designed specificialy to define the cells within tree meshes.
Instances of TreeCell
are not meant to be created on there own.
However, they can be returned directly by indexing a particular cell within a tree mesh.
A class for defining cells within instances of |