- 11 Aug, 2011 1 commit
-
-
Brian Panneton authored
-
- 10 Aug, 2011 1 commit
-
-
Brian Panneton authored
-
- 08 Aug, 2011 1 commit
-
-
Kenneth Leiter authored
Modify XdmfTopologyConverter and XdmfPartitioner to work with new topology types.
-
- 20 Jul, 2011 1 commit
-
-
Brian Panneton authored
-
- 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 Mar, 2011 1 commit
-
-
- 11 Feb, 2011 1 commit
-
-
Kenneth Leiter authored
-
- 22 Jan, 2011 1 commit
-
-
Kenneth Leiter authored
Hopefully this will become a standard style for Xdmf development. All spaces - 80 character line wrapping.
-
- 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.
-
- 08 Sep, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 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.
-
- 18 Aug, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 13 Aug, 2010 2 commits
-
-
Kenneth Leiter authored
ENH: Modify several utils to take XdmfHDF5Controller as an argument so that they can write data to hdf5 as generated rather than keeping it all in memory. This is an optional argument.
-
Kenneth Leiter authored
ENH: Add XdmfExodusReader for reading ExodusII files into Xdmf. Add ability for XdmfArray::initialize() to take a size value to initialize the array to.
-
- 04 Aug, 2010 2 commits
-
-
Kenneth Leiter authored
-
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.
-
- 26 Jul, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 02 Jul, 2010 3 commits
-
-
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 2 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: Begin implementing XdmfTopologyConverter. Fix typo in XdmfArray that incorrectly initialized UInt32() type.
-
- 29 Jun, 2010 1 commit
-
-
Kenneth Leiter authored
-