- 13 Jun, 2016 1 commit
-
-
Andrew J. Burns (Cont authored
Changes from ARL's Repo (C Wrappers, DSM rework, Custom Types, Templates, GridControllers, TIFF integration, XdmfAggregate)
-
- 06 Apr, 2016 1 commit
-
-
David E. DeMarle authored
Some style. Some fixes, especially for windows with the exports and template changes. More so adapt this to work well as a subdirectory in a larger project. Don't force settings that the parent project owns, allow parent project to turn on tests without xdmf's tests and make the name of the library an option so that parent can have two xdmfs.
-
- 27 May, 2014 1 commit
-
-
Andrew J. Burns authored
Rework of HeavyDataController and HDF5Controller to remove extra code and move HeavyDataController away from being too dependent on hdf5 style XdmfFunction now supports negative numbers in addition to the - operator Reworked the interaction between array references and reading Cleaned up some warnings that showed up in pedantic Adjusted mpi tests to test against the MPIEXEC variable as opposed to hard calling mpirun Still needs to be changed to work better with Cray mpi style execution Updates to XdmfArrayType to allow for signed and floating point checking General test and Documentation updates
-
- 05 Sep, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 28 Aug, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
Added subset; modified Array's interaction with Function; added new functionality to XdmfInformation subarrays; adjusted documentation to make more uniform
-
- 12 Aug, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 31 Jul, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
made changes for preparations to push to master; still need to finish documentation changes and line length changes
-
- 04 Jan, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 27 Nov, 2012 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 09 Nov, 2012 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 07 Nov, 2012 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 01 Nov, 2012 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 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
-
- 05 Oct, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Get equality functions working again, but keep it in the SWIG file rather the polluting the C++.
-
- 07 Sep, 2010 1 commit
-
-
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.
-
- 19 Aug, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Commit Ken Renard's patches modifying populateItem and XdmfCoreReader to support some xpath functionality for backwards compatibility.
-
- 04 Aug, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 26 Jul, 2010 2 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
- 02 Jul, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Rename get/set ItemProperties for conciseness. e.g. getAttributeCenter ---> getCenter . This follows what is done for XdmfArray (getType).
-
- 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.
-
- 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.
-
- 24 May, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 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.
-
- 15 Apr, 2010 1 commit
-
-
Ken Leiter (Civ ARL/CISD) kleiter authored
unnecessarily duplicated functionality.
-
- 09 Apr, 2010 1 commit
-
-
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.
-
- 24 Feb, 2010 1 commit
-
-
Ken Leiter (Civ authored
-
- 10 Feb, 2010 2 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
ENH: Make XdmfAttribute, XdmfTopology, XdmfGeometry inherit from XdmfDataItem. Instead of containing a data item, each is a dataitem of a specific type. This makes setting data items more user friendly --- e.g. once you set the number of elements and set the topology type you don't have to set the number of elements from the dataitem again. This still needs to be figured out for composite dataitems for things like sets.
-
- 09 Feb, 2010 1 commit
-
-
Ken Leiter (Civ authored
-