Commit Graph

2 Commits

Author SHA1 Message Date
Brendan Vande Kieft ceb0ff09e6 Subdivide vertex data with geometry when converting Marc input to VTK 2018-01-15 17:20:24 -05:00
brendanvk a03bb1ec3e Add MSC.Marc to VTK conversion support
marc_to_vtk.py takes Marc input file, subdivides it and creates a
vtkUnstructuredGrid .vtu file with the resulting geometry.  Currently
supports hexahedron elements.

vtk_addGridData.py adds nodal/cell data to some VTK grid.  It is
essentially vtk_addRectilinearGridData with support for unstructured
grid (.vtu) format, which is marc_to_vtk.py's output.
2017-12-11 12:32:38 -05:00