- 14 May, 2012 1 commit
-
-
Kenneth Leiter authored
Eliminate getRealPath calls which are expensive and not necessary in many cases Parse XML node content only when necessary (parsing arrays) Fix cases where copies were made of strings instead of using references Use "map.insert()" rather than "map[] =" when adding properties to map
-
- 18 May, 2011 1 commit
-
-
Kenneth Leiter authored
Using statements have been added to XdmfSharedPtr.hpp. All used of boost::shared_ptr and boost::shared_dynamic_cast have been replaced by shared_ptr and shared_dynamic_cast. Slight modification to XdmfCore.i to get swig wrapping working again.
-
- 11 Feb, 2011 1 commit
-
-
Kenneth Leiter authored
-
- 30 Jan, 2011 1 commit
-
-
Kenneth Leiter authored
Added documentation to several methods. Modified Doxygen configuration file to correctly process macros (tested using Doxygen 1.7.1). Correctly format documentation to 80 characters per line.
-
- 22 Jan, 2011 1 commit
-
-
Kenneth Leiter authored
Hopefully this will become a standard style for Xdmf development. All spaces - 80 character line wrapping.
-
- 03 Jan, 2011 1 commit
-
-
Brian Panneton authored
-
- 28 Oct, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Rename all subclasses of XdmfGrid to more syntactically friendly names: i.e. XdmfGridUnstructured to XdmfUnstructuredGrid.
-
- 26 Oct, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Added XdmfGridUnstructured and turned XdmfGrid into an abstract base class for all grids (both structured and unstructured). Modified a bunch of utils and other classes to fit this new hierarchy.
-
- 09 Sep, 2010 1 commit
-
-
Kenneth Leiter authored
The macros XDMF_CHILDREN and XDMF_CHILDREN_IMPLEMENTATION add capabilities to add and remove children by index or property from a parent item. This simplifies the code as the same insert() getChild() calls were used throughout the code.
-
- 07 Sep, 2010 2 commits
-
-
Kenneth Leiter authored
ENH: Change some method names in XdmfArray to be clearer and less verbose. Modify files for documentation clarity. Modify some minor things to prevent -Wall warnings in gcc. Add python install rules and rpathing.
-
Kenneth Leiter authored
ENH: Revert back to XdmfGridCollection inheriting from XdmfGrid - we want the flexibility to be able to add global sets (might be necessary for dft work).
-
- 19 Aug, 2010 2 commits
-
-
Kenneth Leiter authored
ENH: Remove XdmfGrid inheritance from XdmfGridCollection. If there is a need for Sets/Attributes at the "global" collection level then we can deal with it in the future.
-
Kenneth Leiter authored
ENH: Commit Ken Renard's patches modifying populateItem and XdmfCoreReader to support some xpath functionality for backwards compatibility.
-
- 06 Aug, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 26 Jul, 2010 2 commits
-
-
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.
-
- 19 Jul, 2010 1 commit
-
-
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.
-
- 30 Jun, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 23 Jun, 2010 1 commit
-
-
Kenneth Leiter authored
destructors to be publicly accessible. Modify tests to work with new wrapping.
-
- 28 May, 2010 1 commit
-
-
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.
-
- 25 May, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 24 May, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 13 May, 2010 3 commits
-
-
Kenneth Leiter authored
to write out the Xdmf graph. Modify some random include statements for style.
-
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.
-
- 15 Apr, 2010 1 commit
-
-
Ken Leiter (Civ ARL/CISD) kleiter authored
unnecessarily duplicated functionality.
-
- 13 Apr, 2010 1 commit
-
-
Ken Leiter (Civ ARL/CISD) kleiter authored
ENH: Split visitor operation into a visit and a traverse operation so that logic of how to traverse the xdmf graph is kept with xdmf objects rather than the visitor. The visitor calls this function rather than relying on its own logic.
-
- 10 Feb, 2010 1 commit
-
-
Kenneth Leiter authored
-