Utilities
MMJMesh.Meshes.Mesh
— TypeMesh(I::Interval, n::Int)
Construct uniform mesh by dividing interval I
into n
elements.
MMJMesh.Utilities.Meshtype
— TypeMeshtype
Types of meshes on structured grids.
MMJMesh.Utilities.makemeshonrectangle
— FunctionGenerate a quad mesh on the specified with nex
elements in the $x$ direction and ney
elements in the $y$ direction.