Releases: nasa/Plot3D_utilities
Connectivity changes
instead of looking at IMIN, JMIN, KMIN -> IMAX, JMAX, KMAX as the diagonals which is a bit of a misnomer. IMIN could really be IMAX. Basically Face A has to match face B this can be done using a permutation matrix face A * P = face B. The code now finds the permutation matrix that matches face A with face B. Diagonals are now called LB = lower bound and UB = upper bound
What's Changed
Full Changelog: 1.8.0...1.8.1
Bug fixes + 2 new functions
Added a new function for verify_connectivity and verify_periodicity these should help check to see if there is connectivity and periodicity in the mesh.
Full Changelog: 1.7.14...1.8.0
Fixes to read and write binary
Adding Support for Pointwise and GlennHT
What's Changed
Full Changelog: 1.7.4...1.7.10
Fixes to glennht export
Fixes to translational periodicity
Block merging added!
1.6.8 Added Metis
Added ability to group blocks for processors using Metis
Full Changelog: 1.6.7...1.6.8
Added Edge Weighting for Metis Split
What's Changed
Full Changelog: 1.6.5...1.6.7
1.6.5 Metris Block connectivity splitting
Added an example of how to split blocks using Metris. I need to add more tutorials and documentation. Stay Tuned
What's Changed
Full Changelog: 1.6.4...1.6.5