Share

ExodusII

Project News for ExodusII

  • New release exodusii-4.81

    Bring up-to-date with Sandia version 4.81:

    Fixed typos in entity type in truth table routine

    Add option to define node and element maps singly instead of both at one time

    Remove old float/double conversion code no longer used with new method

    Update test files to contain new version number

    Modify so EXODUS_LARGE_MODEL message only output once (per processor)

    Reordered definition of attribute and connectivity arrays in expclb. For some reason, this does not result in junk being written to
    attribute name database where the old order did. Both new and old run clean in valgrind...

    Fix problem in stripping trailing blanks. If name consisted of only blanks, then code would run off front of variable and access the memory location right before the start of the name.

    Fix get object truth vector function to handle blocks with zero entities. There was a warning that was returning early which skipped the filling of the truth vector.

    There were a few of the newer partial read/write functions that were missing a declaration in the include file.

    Fixed compilation of partial read test program.

    Added partial-read/write functions. for getting/putting coordinates, attributes, and nodal variables.

    2009-02-16 17:33:45 UTC by gdsjaar

  • New release exodusII-4.75

    Updated to Sandia version 4.75:

    Fix problem with nodeset distribution factor length for zero-length nodesets

    Fix memory leak in expinix.c

    The ex_get_file_item count returns an integer. In a couple cases, it was being compared to a size_t which can be unsigned. If the integer
    was negative, it was comparing as greater than the size_t due to implicit casting of the int to size_t by the compiler. Not sure why there were no warnings about this...

    Fixed bug in ex_get_ids. it should only be a warning to ask for ids on an object type if there are no objects of that type in the database. Previous version was throwing an error.

    2008-07-16 16:57:43 UTC by gdsjaar

  • New release exodusII-4.71

    Sync version with latest SNL version. Includes API cleanup; netcdf modernization, and other bug fixes.

    2008-02-20 20:15:09 UTC by gdsjaar

  • New release exodusII-4.61

    Latest synchronization with internal Sandia version. Bug fixes on the new face/edge/element block/set support. Internal cleanups; better large model supprot.

    2007-10-08 18:43:20 UTC by gdsjaar

  • New release exodusII-4.46

    A new version of exodusII has been released. This version includes full support for edges and faces. The library handling of node, edge, face, and element sets and blocks has been unified to make it more consistent.

    2006-11-28 14:17:41 UTC by gdsjaar