- 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)
-
- 21 Jul, 2014 1 commit
-
-
Kenneth Leiter authored
Checking for shared faces is not enough when inserting vertices to generate higher order elements. Matching faces depends on the order of traversal of the elements. Now we check for shared edges in addition to faces - this solves the traversal ordering problem as we will pick up cases where two elements share an edge before the faces can be matched. Before, this caused duplicate points to be inserted on the shared edge.
-
- 18 Jul, 2014 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 11 Jul, 2014 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 08 Jul, 2014 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 01 Jul, 2014 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 27 Jun, 2014 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 26 Jun, 2014 4 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 25 Jun, 2014 4 commits
-
-
Kenneth Leiter authored
Fix warnings for outputting NULL to cout
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 20 Jun, 2014 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 10 Jun, 2014 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 06 Jun, 2014 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 05 Jun, 2014 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 04 Jun, 2014 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
refining CMake to convert install prefix to absolute path and to add some variables to the config file for FindXdmf
-
- 03 Jun, 2014 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 02 Jun, 2014 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 28 May, 2014 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 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
-
- 20 May, 2014 3 commits
-
-
Kenneth Leiter authored
Previously, for HDF5 datasets, the number of dimensions in the light data description had to match the number of dimensions in the heavy data file in order to properly select a hyperslab. To support older files and be more flexible, we now allow the number of dimensions to be different as long as we are reading the entire dataset.
-
Kenneth Leiter authored
-
Kenneth Leiter authored
Fully support parsing of nested xincludes in Xdmf files. Add a test to ensure this remains supported - the test contains an xinclude to an element in a separate file that itself is another xinclude to an XdmfInformation.
-
- 08 May, 2014 2 commits
-
-
Kenneth Leiter authored
Add HDF5 tree writer test.
-
Kenneth Leiter authored
-
- 07 May, 2014 2 commits
-
-
Kenneth Leiter authored
Fix reader to properly add content for DataStructure deprecated items. Move whitespace trimming to reader where it is more convenient since it can replace a check for the content being all whitespace.
-
Kenneth Leiter authored
-