- 14 Jun, 2016 1 commit
-
-
David DeMarle authored
thanks Andrew for finding these
-
- 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)
-
- 28 May, 2016 2 commits
-
-
Armin Wehrfritz authored
Elements of type Polyhedron (i.e. N face cells, where each face is a M edge polygon) are in the following format: [nCellFaces, nFace0Pts, id0_0, id0_1, ..., nFace1Pts, id1_0, id1_1, ..., ...]
-
Armin Wehrfritz authored
Elements of type Polyhedron (i.e. N face cells, where each face is a M edge polygon) are in the following format: [nCellFaces, nFace0Pts, id0_0, id0_1, ..., nFace1Pts, id1_0, id1_1, ..., ...]
-
- 04 Dec, 2013 1 commit
-
-
Kenneth Leiter authored
Fix XdmfTopologyType vector to be reference rather than copy.
-
- 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
-
- 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
-
- 12 Feb, 2013 1 commit
-
-
Andrew J. Burns (Cont 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.
-
- 04 Jan, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 27 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
-
- 23 Nov, 2011 1 commit
-
-
Kenneth Leiter authored
XdmfTopologyType.
-
- 08 Aug, 2011 1 commit
-
-
Kenneth Leiter authored
Modify XdmfTopologyConverter and XdmfPartitioner to work with new topology types.
-
- 06 Jun, 2011 1 commit
-
-
Kenneth Leiter authored
Polyline requires nodes per element to be provided in order to allow for non contiguous polyline structures. Modified polyline constructor to accept nodes per element as a parameter. Modify I/O to read value correctly.
-
- 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.
-
- 05 May, 2011 1 commit
-
-
Kenneth Leiter authored
type is specified. Previously, for mixed topology types, this would return 0.0. This would result in unreadable xdmf files being written to disk. For mixed topology types, the function now examines the connectivity table and parses topology type ids to count the number of elements. An improved comment was added to XdmfTopology to explain how mixed topologies are stored. A test for mixed topologies was also added, dealing with a quadrilateral and a polyline in 2D.
-
- 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
-
- 26 Oct, 2010 1 commit
-
-
Kenneth Leiter authored
ENH: Cleanup comments and inheritance syntax a bit. Remove unnecessary Geometry Types not needed since splitting structured and unstructured grids into separate hierarchies.
-
- 22 Oct, 2010 1 commit
-
-
Kenneth Leiter 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++.
-
- 04 Oct, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 23 Sep, 2010 1 commit
-
-
Brian Panneton authored
Added testing for this for both languages as well. In Java since you are not allowed to overwrite operators, we just ignore the warning and overwrite .equals. In Python, we overwrite the operator.
-
- 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 1 commit
-
-
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.
-
- 08 Sep, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 13 Aug, 2010 1 commit
-
-
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.
-
- 02 Jul, 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.
-
- 25 May, 2010 2 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
- 24 May, 2010 2 commits
-
-
Kenneth Leiter authored
-
Kenneth Leiter authored
-
- 13 May, 2010 1 commit
-
-
Kenneth Leiter authored
to write out the Xdmf graph. Modify some random include statements for style.
-