Beta 6.3: Model Building and Bug Squashing Galore
In addition to the following new features, I went on a bug hunting sprint and overhauled many of the file readers to squash out quirky bugs and implement stable solutions for most tasks and data parsing.
Notable New Features:
- The Model Building Suite: There is a new beta Model Building plugin suite dedicated to creating various types of rectilinear grids alongside your data. I will soon implement the ability to save those model discretizations out to common formats like the UBC Tensor Mesh. Check out the new Sources->PVGP Model Building menu and take a look at the Create Odd Rectilinear Grid model generator.
- Multiple Inputs: Filters with multiple inputs now use the input selector to select various inputs by name. Check out the
src/filters_general/example_filter_mult.py
(Example Filter Multiple Inputs) to see how it works.