pymech.vtksuite#

This Python module contains one routine to convert from pymech.core.HexaData to a VTK object.

Warning

The module is experimental in nature and may have some rough edges.


Contents of vtksuite.py#

Module for converting pymech.core.HexaData objects to vtk

pymech.vtksuite.writevtk(fname, data)[source]#

A function for writing binary data in the XML VTK format

Parameters: