- 24 Mar, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Add XdmfPartitioner to partition XdmfGrid with metis. Add some convenience functions to XdmfTopology to return number of edges and number of faces for unstructured topology types. Add convenience function to copy data from another XdmfArray so that you don't need to worry about number type.
-
- 22 Mar, 2010 1 commit
-
-
Dave Partyka authored
-
- 19 Mar, 2010 1 commit
-
-
John Biddiscombe authored
-
- 18 Mar, 2010 3 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
Kenneth Leiter authored
ENH: Add XdmfExodusWriter that outputs exodus files from XdmfGrids. Clean up a few more minor memory leaks and add a CMake configuration option to enable memory debugging mode (making it easier to build with proper flags from HDF5)
-
- 17 Mar, 2010 2 commits
-
-
Dave Partyka authored
-
Dave Partyka authored
-
- 16 Mar, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 15 Mar, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 12 Mar, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 11 Mar, 2010 2 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
ENH: Add several topologies to Xdmf, including XDMF_HEX_24 and XDMF_HEX_27. Modify Exodus Reader and VTK Reader to correctly assign new topology types.
-
- 09 Mar, 2010 2 commits
-
-
Kenneth Leiter authored
ENH: Add possiblity to read distribution factors of node sets --- currently commented out, but could be enabled in the future.
-
Dave Partyka authored
-
- 08 Mar, 2010 3 commits
-
-
Jerry Clarke authored
-
Jerry Clarke authored
-
Utkarsh Ayachit authored
any statuses could only be set after RequestInformation() which does not happen when loading state. Fixed by using a cache until RequestInformation() happens.
-
- 05 Mar, 2010 2 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
ENH: Fix node number ordering when reading in quadratic hex and quadratic wedge meshes from exodus. Fix some memory leaks caused by improper syntax.
-
- 03 Mar, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 26 Feb, 2010 1 commit
-
-
Utkarsh Ayachit authored
with vtkXdmfReader2 - which was a newer version of the reader. Changing ParaView to the use new vtkXdmfReader and removing other old XdmfReader related classes that were needed for ParaView.
-
- 19 Feb, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 10 Feb, 2010 1 commit
-
-
Dave Partyka authored
ENH: add PV_INSTALL_PLUGIN_DIR to control where plugins will be installed. On windows there will be a plugins directory in the root of the installation tree. On unix they will be installed in the lib dir.
-
- 09 Feb, 2010 1 commit
-
-
Jerry Clarke authored
-
- 01 Feb, 2010 1 commit
-
-
Dave Partyka authored
-
- 29 Jan, 2010 1 commit
-
-
Dave Partyka authored
-
- 07 Jan, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 06 Jan, 2010 3 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
Kenneth Leiter authored
Added XdmfExodusReader to utils directory Added exodusii and netcdf sources to xdmf to support XdmfExodusReader.cxx and XdmfExodusConverter Modified install locations for executables to prefix/bin Modified install location for python scripts to be correct for all platforms (was previously incorrect for OS X) Adjusted python install process to work for all Xdmf incantations, irregardless of how much is built (python was previously working only when Utils was built) Python testing automatically sets correct paths and works automatically Major improvement to XDMFConfig.cmake file for applications that build against Xdmf More correct information in XDMFConfig.cmake --- e.g. no need to include hdf5 directories in addition to xdmf, an INCLUDE_DIRECTORIES(XDMF_INCLUDE_DIRS) should be sufficient when building against Xdmf Fixes to Xdmf.h to include newer Xdmf classes like XdmfSet
-
- 23 Dec, 2009 2 commits
-
-
Yumin Yuan authored
ENH: Modified Xdmf configuration so that the Xdmf (libsrc) can be compiled and used directly as a library on Windows by some external projects (For example, NetDMF)
-
Yumin Yuan authored
ENH: Modified Xdmf configuration and added some logic to get around python library linking issues when building on Windows so that the Xdmf (libsrc) can be compiled and used directly as a library on Windows by some external projects (For example, NetDMF)
-
- 18 Dec, 2009 1 commit
-
-
Kenneth Leiter authored
-
- 17 Dec, 2009 6 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
Kenneth Leiter authored
ENH: Add XDMF_BUILD_RPATH and fix some places where tests were being built even without BUILD_TESTING turned on
-
Kenneth Leiter authored
BUG: These were broken when wrapping python without BUILD_UTILS set on. XdmfUtil will have its own python file separate from the main Xdmf python so that they no longer interfere.
-
Kenneth Leiter authored
STYLE: Renamed files to maintain cxx extension like the rest of Xdmf. Also made a change to XdmfDiff to write out all data to heavy format for more accurate comparisons.
-