- 04 Aug, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Rethink XdmfWriter / XdmfCoreWriter distinction and move XdmfSet to XdmfArray conversion in XdmfSet's traverse method. If conversion is unneeded then do not traverse XdmfSet.
-
- 29 Jul, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Make XdmfSet behave like a real std::set. Modify some writing functionality to make this possible.
-
- 28 Jul, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 26 Jul, 2010 3 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
- 22 Jul, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Make XdmfGridCollection inherit from XdmfGrid and XdmfDomain, since it is really a unity of the two classes. Modify some details in ItemFactory / Reader.
-
- 21 Jul, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Modify reading of XdmfArray dimensions to correctly calculate size for multidimensional arrays.
-
- 20 Jul, 2010 3 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
Kenneth Leiter authored
ENH: Modify all filesystem paths used in xdmf to use the absolute real path - aka "canonical path". Modify tests to ensure this is working.
-
- 19 Jul, 2010 2 commits
-
-
Kenneth Leiter authored
ENH: Remove getLastWrittenDataSet from HDF5Writer and just get that information from the appropriate HDF5Controller attached to the Array.
-
Kenneth Leiter authored
ENH: Fix Absolute/Relative path issues when reading and writing from separate directories. Modify XML attributes to be less verbose e.g. (AttributeType --> Type). Separate XdmfGridCollection from XdmfGrid at the XdmfDomain level.
-
- 14 Jul, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 13 Jul, 2010 3 commits
-
-
Kenneth Leiter authored
ENH: Clean up XInclude additions. Verify that writing reading and writing an XPath/XInclude file produces the same file.
-
Kenneth Leiter authored
-
Kenneth Leiter authored
ENH: Add XPath writing capabilities to XdmfWriter. Whenever a duplicate XdmfItem is written to disk, instead of writing it twice, XPath the first. We will hopefully mirror this behavior when reading in.
-
- 08 Jul, 2010 2 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
ENH: Add XdmfTime and allow it to be attached to XdmfGrid. Add some convenience functions in XdmfGrid to get and remove XdmfAttributes and XdmfSets by name.
-
- 07 Jul, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Add Mode to XdmfWriter. Default mode ensures that all heavy data referenced by the XML file being written exists in a single heavy data file. A DistributedHeavyData mode can be set to allow heavy data referenced by the XML file to exist in more than one hdf5 file.
-
- 06 Jul, 2010 2 commits
-
-
Kenneth Leiter authored
ENH: Add Name property to XdmfArray and accessor functions for getting and setting the name. If no name is specified it is not written to XML. Modify test to verify reading and writing is working.
-
Kenneth Leiter authored
ENH: Modify XdmfWriter to insert XdmfArray content into most recently created child to allow for creation of multiple XdmfArray children.
-
- 02 Jul, 2010 4 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
Kenneth Leiter authored
ENH: Rename get/set ItemProperties for conciseness. e.g. getAttributeCenter ---> getCenter . This follows what is done for XdmfArray (getType).
-
Kenneth Leiter authored
-
- 01 Jul, 2010 3 commits
-
-
Kenneth Leiter authored
ENH: Add python wrapping for XdmfUtils and modify some swigisms to get reader working properly in python.
-
Kenneth Leiter authored
ENH: Allow XdmfArrayType to correctly read old xdmf files containing "NumberType" XML attribute, which is the same as DataType.
-
Kenneth Leiter authored
ENH: Begin implementing XdmfTopologyConverter. Fix typo in XdmfArray that incorrectly initialized UInt32() type.
-
- 30 Jun, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 29 Jun, 2010 2 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
ENH: Move XdmfCore into its own subdirectory. Move XdmfCore specific tests into core subdirectory and modify swig wrapping to create two separate libraries (Xdmf and XdmfCore).
-
- 28 Jun, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Split Xdmf into XdmfCore and Xdmf libraries in anticipation of NetDMF development. Create a couple abstract base classes in order to support generic reading from disk.
-
- 23 Jun, 2010 1 commit
-
-
Kenneth Leiter authored
destructors to be publicly accessible. Modify tests to work with new wrapping.
-
- 29 May, 2010 1 commit
-
-
Kenneth Leiter authored
between XdmfArray and XdmfHDF5Controller a bit more robust.
-
- 28 May, 2010 2 commits
-
-
Kenneth Leiter authored
location previously written to) and append (write data to end of previously written dataset).
-
Kenneth Leiter authored
-
- 27 May, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Modify ItemProperties to use shared pointers like the rest of Xdmf. Modify swig wrapping to correctly handle both non const and const shared pointers.
-
- 26 May, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 25 May, 2010 1 commit
-
-
Kenneth Leiter authored
-