- 21 May, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 20 May, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Add XdmfHDF5Controller so that heavy data can be written and released before light data is written. Modify XdmfWriter to accept an XdmfHDF5Writer to use for heavy data writing and allow users to specify XML file name to write to. Add a test that performs the write release write release workflow.
-
- 14 May, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Remove getHDF5Type from XdmfArray and move into XdmfHDF5Writer so all hdf5 interaction is isolated in XdmfHDF5Writer. Friend the XdmfHDF5Writer from XdmfArray so that it can access the variant to perform typesafe operations on the data stored. Variable macro generation didn't work so reverted the modified code. We may just have to write ugly static New() methods when required.
-
- 13 May, 2010 2 commits
-
-
Kenneth Leiter authored
ENH: Add pure virtual getItemTag method to XdmfItem working to return the tag (same as in XML terminology) for the specific item.
-
Kenneth Leiter authored
ENH: Add XdmfItemProperty to genericize properties attached to XdmfItems. Add a pure virtual getItemProperties() method to XdmfItem to force children to implement a way to retrieve properties.
-
- 12 May, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Create a generic XdmfVisitor class and move writing operations to XdmfWriter. Incorporate Loki library to perform asymmetric visitor operation (allows customizable behavior for eventual Xdmf / NetDMF library split). Modify Loki Visitor to work happily with boost::shared_ptr and modify swig wrapping to properly handle boost::shared_ptr inheritance.
-
- 01 May, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 30 Apr, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Rename write() operation to accept() which is more consistent for the Visitor pattern. Also, we can do much more to our Xdmf graph structure than just write it using Visitor operations.
-
- 26 Apr, 2010 7 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
Kenneth Leiter authored
ENH: Add transferOwnership parameter to setValues(std::vector<T> & array) to match other setValues(const T * const array) --- clarification of ownership for non-shared_ptr arrays.
-
Kenneth Leiter authored
ENH: Add ArrayPointer Variant to allow users to use XdmfArray merely as a "pointer holder" for output using Xdmf. See the docs for a more clear explanation. Modify XdmfArray methods to correctly use the ArrayPointer.
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
- 20 Apr, 2010 1 commit
-
-
Ken Leiter (Civ ARL/CISD) kleiter authored
ENH: Remove XdmfPython.cpp and Xdmf.py from repository. Modify CMake build script to generate wrappers automagically with swig (this will ensure that users always have swig wrapper tailored to their version of python and prevents us from having to regenerate and commit every time something in Xdmf changes). Add a couple extra methods to XdmfArray.cpp --- still need to figure out the rest of XdmfArray functionality.
-
- 19 Apr, 2010 2 commits
-
-
Ken Leiter (Civ ARL/CISD) kleiter authored
ENH: Add initialize() method that allows user to specify the type of data to store in an XdmfArray if desired.
-
Ken Leiter (Civ ARL/CISD) kleiter authored
ENH: Add swap method to XdmfArray. Swap works by swapping an XdmfArray's contents internally (no copy) between a std::vector<T>, boost::shared_ptr<std::vector<T> > or another XdmfArray. Modify some methods in XdmfArray that did not require visitor operation but can just catch boost::bad_get exceptions.
-
- 15 Apr, 2010 3 commits
-
-
Ken Leiter (Civ ARL/CISD) kleiter authored
-
Ken Leiter (Civ ARL/CISD) kleiter authored
STYLE: Split XdmfArray.tpp from XdmfArray.hpp --- this will hold template implementations for XdmfArray instead of stuffing them all in XdmfArray.hpp (merely a style difference). Do some minor formatting on some other files.
-
Ken Leiter (Civ ARL/CISD) kleiter authored
unnecessarily duplicated functionality.
-
- 14 Apr, 2010 1 commit
-
-
Ken Leiter (Civ ARL/CISD) kleiter authored
ENH: Modify XdmfArray to have a std::vector like interface except for inset, which is replaced in XdmfArray with copyValues (for name clarity and ability to stride) Modify tests to use new functions Significantly modify swig python wrapping to easily store values from python lists in XdmfArrays.
-
- 09 Apr, 2010 4 commits
-
-
Ken Leiter (Civ ARL/CISD) kleiter authored
BUG: Fix bug when trying to get a smart pointer to a vector type not stored in XdmfArray... If this is the case, just return NULL, This could potentially be very useful.
-
Ken Leiter (Civ ARL/CISD) kleiter authored
ENH: Remove non const getValuesPointer for now. Rename getValues as getValuesString() and add getValues that returns a smart pointer to the internal array.
-
Ken Leiter (Civ ARL/CISD) kleiter authored
ENH: Add Smart Pointers to XdmfArray implementation. Modify some method names to be more clear about whether copying is being performed when setting values in the array. Modify tests to use new names and regenerate python wrappers.
-
Ken Leiter (Civ ARL/CISD) kleiter authored
Add XdmfArray to store values --- modify XdmfDataItem to contain an XdmfArray. Modify Tests to use new XdmfArray. Modify XdmfVisitor to use new XdmfArray. Add Python Tests and move Cxx tests to their own directory.
-