kip-hart / MicroStructPy

Microstructure modeling, mesh generation, analysis, and visualization.
https://docs.microstructpy.org
MIT License
68 stars 19 forks source link

change VTK output of rastermesh #75

Closed kip-hart closed 1 year ago

kip-hart commented 1 year ago

PR Summary

Purpose

Update VTK output of rastermesh to use rectilinear_grid instead of unstructured_grid.

Approach

Followed the file format for VTK

Learning

http://www.princeton.edu/~efeibush/viscourse/vtk.pdf

PR Checklist

Closing Issues

Relates to #73