- 23 Sep, 2010 1 commit
-
-
Ken Renard authored
-
- 16 Sep, 2010 2 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
ENH: Add XdmfGridRegular for CoRectilinear (Regular) Structured Grids. Add test for interaction and output.
-
- 09 Sep, 2010 2 commits
-
-
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.
-
Kenneth Leiter authored
-
- 08 Sep, 2010 14 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
Brian Panneton authored
Added macro CLEAN_(language)_TEST() which takes in the executable name and a list of output files that need to be removed during 'make clean.'
-
Brian Panneton authored
-
Brian Panneton authored
At the top level, this allows you to build just the core or build everything. If you choose to build just the core you are still able to wrap it with Java or Python, build testing or the documentation.
-
Brian Panneton authored
Tests that are within core, are now labled as such: (language)Core_(TestName) Also updated format for Java and Python Test Output
-
Brian Panneton authored
-
Brian Panneton authored
The testing suite should make it easier to add new tests. It also makes use of a single .cmake.in file that gets reconfigured for each test, instead of creating a new .cmake.in file for each test. Look into the core/CMake/Use*.cmake files to see how to add new tests.
-
Brian Panneton authored
Within SWIGJAVA, there were a few duplicate ignores and and endif that I removed.
-
Brian Panneton authored
-
Brian Panneton authored
Since we are creating jars in the top directory, we can just look there and use '*' to grab them all for our classpath.
-
Brian Panneton authored
This commit moves both Java and Python add_package to the Top Level. It also contains macros to swig Java and Python. This is because we end up doing the same thing inside core and outside core for both.
-
Brian Panneton authored
Ken sent me a manual patch, which I applied to grab the Java Changes.
-
Kenneth Leiter authored
-
- 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).
-
- 25 Aug, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Begin adding install rules. Modify bug in XdmfWriter that resulted in XdmfArrays not being written in certain cases.
-
- 19 Aug, 2010 3 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
-
Kenneth Leiter authored
ENH: Commit Ken Renard's patches modifying populateItem and XdmfCoreReader to support some xpath functionality for backwards compatibility.
-
- 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.
-
- 11 Aug, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 10 Aug, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 06 Aug, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 04 Aug, 2010 3 commits
-
-
Kenneth Leiter authored
-
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.
-
- 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.
-