Skip to content

Releases: nasa/Plot3D_utilities

Connectivity changes

23 Mar 16:40
d88d662

Choose a tag to compare

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

12 Feb 20:41

Choose a tag to compare

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

29 Jan 18:26

Choose a tag to compare

What's Changed

Full Changelog: 1.7.10...1.7.14

Adding Support for Pointwise and GlennHT

25 Nov 19:19
be1833c

Choose a tag to compare

What's Changed

Full Changelog: 1.7.4...1.7.10

Fixes to glennht export

05 Sep 15:11
bc207cb

Choose a tag to compare

What's Changed

Full Changelog: 1.7.2...1.7.4

Fixes to translational periodicity

29 Aug 15:38
adf7ad6

Choose a tag to compare

What's Changed

Full Changelog: 1.7.0...1.7.2

Block merging added!

07 Jul 17:14
8a71eff

Choose a tag to compare

What's Changed

Full Changelog: 1.6.8...1.7.0

1.6.8 Added Metis

02 Jan 15:20

Choose a tag to compare

Added ability to group blocks for processors using Metis

Full Changelog: 1.6.7...1.6.8

Added Edge Weighting for Metis Split

20 Jun 15:46
5827b46

Choose a tag to compare

What's Changed

Full Changelog: 1.6.5...1.6.7

1.6.5 Metris Block connectivity splitting

17 Jun 18:49
6ecc26f

Choose a tag to compare

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