- 17 Apr, 2013 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 16 Apr, 2013 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
changes to file splitting, hyperslab not completely working yet. changes to Fortran to allow for polylines and releasing data after standard write
-
- 04 Apr, 2013 2 commits
-
-
Andrew J. Burns (Cont authored
This reverts commit f386e633.
-
Andrew J. Burns (Cont authored
This reverts commit df13c70f.
-
- 02 Apr, 2013 3 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 26 Mar, 2013 4 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
Remove some warnings related to hidden functions.
-
Kenneth Leiter authored
shared_dynamic_cast was deprecated and removed from newer versions of boost as dynamic_pointer_cast provides the same functionality. Check at configure time whether shared_dynamic_cast exists and if not, then provide our own implementation that uses dynamic_pointer_cast.
-
Kenneth Leiter authored
based on connectivity. Previously, nodes added to a mesh in XdmfTopologyConverter were compared using position to ensure nodes added to element boundaries were not duplicated (added more than once). This failed in some cases, especially for highly refined meshes, because of incorrect floating point comparisons. Now, shared nodes are identified using connectivity, ensuring that nodal addition should work in all cases, even for highly refined meshes.
-
- 13 Mar, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 07 Mar, 2013 2 commits
-
-
Kenneth Leiter authored
Get rid of some compiler warnings by removing unused argument names from methods.
-
Kenneth Leiter authored
Graphs are stored in compressed sparse row format (XdmfSparseMatrix). Added ability to partition graphs in XdmfPartitioner. Added tests for new sparse matrix and graph classes.
-
- 25 Feb, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 22 Feb, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 15 Feb, 2013 1 commit
-
-
Kenneth Leiter authored
Fix a bug in the reader that caused xincludes to not work properly when nested. The xinclude needs to be evaluated in the local context rather than the global context.
-
- 12 Feb, 2013 4 commits
-
-
Kenneth Leiter authored
Replace with visitor pattern that avoids the need for catching the exception. Update the HDF5Writer to use stringstreams for error message output for concatenating strings and error codes.
-
Kenneth Leiter authored
Current chunking mechanism produces chunks too large for hdf5 to handle. Reduce sizes of chunks for multi-dimensional hdf5 datasets. Chunks for multi-dimensional hdf5 datasets have shape resembling overarching dataset. Add test for this to TestXdmfArrayWriteRead.
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 08 Feb, 2013 1 commit
-
-
Brian Panneton authored
-
- 04 Feb, 2013 1 commit
-
-
Kenneth Leiter authored
Since the reference element for spectral elements is by definition different than a standard element, make these have different types in Xdmf.
-
- 30 Jan, 2013 1 commit
-
-
Kenneth Leiter authored
Precision of values now tied to value type in getValuesString() This precision is maintained when output to XML.
-
- 04 Jan, 2013 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 04 Dec, 2012 1 commit
-
-
Kenneth Leiter authored
Add tests for I/O of strings (to hdf5 and xml). Fix bug in XdmfExodusReader when reading grid centered data. Add string I/O in python and add tests.
-
- 29 Nov, 2012 3 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
Kenneth Leiter authored
Modified writer to utilize hyperslabs to write in parallel to file. Updated DSM to newest version (0.9.9). Modified DSM test to write in parallel to DSM buffer. Add test for new hyperslab writing mode.
-
- 27 Nov, 2012 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 09 Nov, 2012 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 07 Nov, 2012 3 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 05 Nov, 2012 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-