mmorse1217 / lean-vtk

A minimal VTK file writer for triangle, quad, hex and tet meshes in 2D and 3D. Only C++ standard lib as dependencies.
MIT License
47 stars 14 forks source link

Addition of FieldData #1

Open nDimensionalSpace opened 2 years ago

nDimensionalSpace commented 2 years ago

Any issues with me adding the ability to write a bit of global data, via the FieldData element? Attached screenshot indicates what I am thinking . . . Thx.

Screen Shot 2021-09-02 at 11 11 46 AM

nDimensionalSpace commented 2 years ago

Now that I look at the screenshot more carefully, I will say the following:

mmorse1217 commented 2 years ago

Sure, that would be great! Feel free to make a pull request with your additions and, if you can, add a test so that I can verify the expected behavior before merging.

nDimensionalSpace commented 2 years ago

Heh, lets see if I did the fork+PR thing correctly . . .