Hi there. I installed MeshPy and tried your sample code on the introductory page. But it generates a file test.vtk and generates the following output.
rohit@aerolapdesk ~/Codes/FEM/MeshPy> python brick.py VtkData.init.warning: No data defined
What should I do to actually get a display.
First off, this means everything worked perfectly as designed. To get a display, download Paraview or Visit and open test.vtk.
MeshPy is firstly a Python extension, i.e. it is meant to be used from your own Python programs, where you hand it a surface mesh, and it gives you a volume mesh back.
Post new comment