- 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 2 commits
-
-
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.
-
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.
-
- 22 Oct, 2010 1 commit
-
-
Kenneth Leiter authored
-
- 07 Oct, 2010 1 commit
-
-
Kenneth Leiter authored
-