Meshes ====== The first step in using PyPan is to generate a Mesh object which can be passed to a PyPan solver. This is done using the Mesh class. The Mesh class can read in an STL or VTK file and use that to generate the necessary data for PyPan to solve the flow field. .. automodule:: pypan .. autoclass:: Mesh :members: