Mesher

Module for generation of meshes.

Currently only support first order meshes on quadrilateral and hexahedral domains. For complex meshes, consider using e.g. GMSH. The necessary information that is needed by autopdex is the connectivity of the mesh, i.e. a list of node IDs that form each element and the coordinates of the nodes in the order of the IDs.

structured_mesh(n_elements, vertices, ...[, ...])

Generate a structured 2D or 3D mesh over a quadrilateral or hexahedral domain, with an optional subdivision into simplex (triangular/tetrahedral) elements.

elevate_mesh_order(coords, elements)

Upgrades a mesh from order 1 to order 2.