Create a Mesh Region from Lattice Points
Given a 2D lattice basis such as
, create a lattice mesh.
| In[1]:= | X |
| Out[1]= |
Generate lattice points from the basis.
| In[2]:= | X |
| Out[2]= | ![]() |
Create and visualize the Voronoi cells of the lattice points, also known as Brillouin zones.
| In[3]:= | X |
| Out[3]= | ![]() |

