kip-hart / MicroStructPy

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

pygmsh v7 #32

Closed kip-hart closed 3 years ago

kip-hart commented 3 years ago

PR Summary

Purpose

Upgrade pygmsh from v6 to v7.

Approach

Followed the code example in the pygmsh README. Changed the attributes code to reference the cell_sets property.

PR Checklist