Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xdmf
Xdmf
Commits
e9240502
Commit
e9240502
authored
Feb 11, 2011
by
Kenneth Leiter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: Add Copyright
parent
8c5c106f
Changes
86
Hide whitespace changes
Inline
Side-by-side
Showing
75 changed files
with
1705 additions
and
145 deletions
+1705
-145
Copyright.txt
Copyright.txt
+32
-0
Xdmf.hpp
Xdmf.hpp
+23
-0
XdmfAttribute.cpp
XdmfAttribute.cpp
+22
-6
XdmfAttribute.hpp
XdmfAttribute.hpp
+23
-0
XdmfAttributeCenter.cpp
XdmfAttributeCenter.cpp
+22
-6
XdmfAttributeCenter.hpp
XdmfAttributeCenter.hpp
+23
-0
XdmfAttributeType.cpp
XdmfAttributeType.cpp
+22
-6
XdmfAttributeType.hpp
XdmfAttributeType.hpp
+23
-0
XdmfCurvilinearGrid.cpp
XdmfCurvilinearGrid.cpp
+22
-6
XdmfCurvilinearGrid.hpp
XdmfCurvilinearGrid.hpp
+23
-0
XdmfDomain.cpp
XdmfDomain.cpp
+22
-6
XdmfDomain.hpp
XdmfDomain.hpp
+23
-0
XdmfGeometry.cpp
XdmfGeometry.cpp
+22
-6
XdmfGeometry.hpp
XdmfGeometry.hpp
+23
-0
XdmfGeometryType.cpp
XdmfGeometryType.cpp
+22
-6
XdmfGeometryType.hpp
XdmfGeometryType.hpp
+23
-0
XdmfGrid.cpp
XdmfGrid.cpp
+22
-6
XdmfGrid.hpp
XdmfGrid.hpp
+23
-0
XdmfGridCollection.cpp
XdmfGridCollection.cpp
+22
-6
XdmfGridCollection.hpp
XdmfGridCollection.hpp
+23
-0
XdmfGridCollectionType.cpp
XdmfGridCollectionType.cpp
+22
-6
XdmfGridCollectionType.hpp
XdmfGridCollectionType.hpp
+23
-0
XdmfItemFactory.cpp
XdmfItemFactory.cpp
+23
-0
XdmfItemFactory.hpp
XdmfItemFactory.hpp
+23
-0
XdmfMap.cpp
XdmfMap.cpp
+23
-0
XdmfMap.hpp
XdmfMap.hpp
+23
-0
XdmfReader.cpp
XdmfReader.cpp
+22
-2
XdmfReader.hpp
XdmfReader.hpp
+23
-0
XdmfRectilinearGrid.cpp
XdmfRectilinearGrid.cpp
+22
-6
XdmfRectilinearGrid.hpp
XdmfRectilinearGrid.hpp
+23
-0
XdmfRegularGrid.cpp
XdmfRegularGrid.cpp
+22
-6
XdmfRegularGrid.hpp
XdmfRegularGrid.hpp
+23
-0
XdmfSet.cpp
XdmfSet.cpp
+22
-6
XdmfSet.hpp
XdmfSet.hpp
+23
-0
XdmfSetType.cpp
XdmfSetType.cpp
+22
-6
XdmfTime.cpp
XdmfTime.cpp
+22
-6
XdmfTime.hpp
XdmfTime.hpp
+23
-0
XdmfTopology.cpp
XdmfTopology.cpp
+22
-6
XdmfTopology.hpp
XdmfTopology.hpp
+23
-0
XdmfTopologyType.cpp
XdmfTopologyType.cpp
+22
-6
XdmfTopologyType.hpp
XdmfTopologyType.hpp
+24
-0
XdmfUnstructuredGrid.cpp
XdmfUnstructuredGrid.cpp
+22
-6
XdmfUnstructuredGrid.hpp
XdmfUnstructuredGrid.hpp
+23
-0
core/XdmfArray.cpp
core/XdmfArray.cpp
+22
-6
core/XdmfArray.hpp
core/XdmfArray.hpp
+23
-0
core/XdmfArray.tpp
core/XdmfArray.tpp
+23
-1
core/XdmfArrayType.cpp
core/XdmfArrayType.cpp
+22
-6
core/XdmfArrayType.hpp
core/XdmfArrayType.hpp
+23
-0
core/XdmfCore.hpp
core/XdmfCore.hpp
+23
-0
core/XdmfCoreItemFactory.cpp
core/XdmfCoreItemFactory.cpp
+23
-0
core/XdmfCoreItemFactory.hpp
core/XdmfCoreItemFactory.hpp
+23
-0
core/XdmfCoreReader.cpp
core/XdmfCoreReader.cpp
+22
-2
core/XdmfCoreReader.hpp
core/XdmfCoreReader.hpp
+23
-0
core/XdmfHDF5Controller.cpp
core/XdmfHDF5Controller.cpp
+22
-2
core/XdmfHDF5Controller.hpp
core/XdmfHDF5Controller.hpp
+23
-0
core/XdmfHDF5ControllerDSM.cpp
core/XdmfHDF5ControllerDSM.cpp
+22
-2
core/XdmfHDF5ControllerDSM.hpp
core/XdmfHDF5ControllerDSM.hpp
+23
-0
core/XdmfHDF5Writer.cpp
core/XdmfHDF5Writer.cpp
+22
-2
core/XdmfHDF5Writer.hpp
core/XdmfHDF5Writer.hpp
+23
-0
core/XdmfHDF5WriterDSM.cpp
core/XdmfHDF5WriterDSM.cpp
+22
-2
core/XdmfHDF5WriterDSM.hpp
core/XdmfHDF5WriterDSM.hpp
+23
-0
core/XdmfHeavyDataController.cpp
core/XdmfHeavyDataController.cpp
+22
-2
core/XdmfHeavyDataController.hpp
core/XdmfHeavyDataController.hpp
+23
-0
core/XdmfHeavyDataWriter.cpp
core/XdmfHeavyDataWriter.cpp
+22
-2
core/XdmfHeavyDataWriter.hpp
core/XdmfHeavyDataWriter.hpp
+23
-0
core/XdmfInformation.cpp
core/XdmfInformation.cpp
+22
-6
core/XdmfInformation.hpp
core/XdmfInformation.hpp
+23
-0
core/XdmfItem.cpp
core/XdmfItem.cpp
+23
-0
core/XdmfItem.hpp
core/XdmfItem.hpp
+23
-0
core/XdmfItemProperty.cpp
core/XdmfItemProperty.cpp
+23
-0
core/XdmfItemProperty.hpp
core/XdmfItemProperty.hpp
+23
-0
core/XdmfSystemUtils.cpp
core/XdmfSystemUtils.cpp
+23
-0
core/XdmfSystemUtils.hpp
core/XdmfSystemUtils.hpp
+23
-0
core/XdmfVisitor.cpp
core/XdmfVisitor.cpp
+22
-2
core/XdmfVisitor.hpp
core/XdmfVisitor.hpp
+23
-0
No files found.
Copyright.txt
0 → 100644
View file @
e9240502
Copyright (c) 2011 U.S. Army Research Laboratory
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the U.S. Army Research Laboratory nor the names
of any contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
* Modified source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Xdmf.hpp
View file @
e9240502
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : Xdmf.hpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#ifndef _XDMF_HPP
#define _XDMF_HPP
/* Keep all our Win32 Conversions here */
...
...
XdmfAttribute.cpp
View file @
e9240502
/*
* XdmfAttribute.cpp
*
* Created on: Jan 29, 2010
* Author: kleiter
*/
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfAttribute.cpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#include "XdmfAttribute.hpp"
#include "XdmfAttributeCenter.hpp"
...
...
XdmfAttribute.hpp
View file @
e9240502
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfAttribute.hpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#ifndef XDMFATTRIBUTE_HPP_
#define XDMFATTRIBUTE_HPP_
...
...
XdmfAttributeCenter.cpp
View file @
e9240502
/*
* XdmfAttributeCenter.cpp
*
* Created on: Jan 29, 2010
* Author: kleiter
*/
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfAttributeCenter.cpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#include "XdmfAttributeCenter.hpp"
...
...
XdmfAttributeCenter.hpp
View file @
e9240502
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfAttributeCenter.hpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#ifndef XDMFATTRIBUTECENTER_HPP_
#define XDMFATTRIBUTECENTER_HPP_
...
...
XdmfAttributeType.cpp
View file @
e9240502
/*
* XdmfAttributeType.cpp
*
* Created on: Jan 29, 2010
* Author: kleiter
*/
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfAttributeType.cpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#include "XdmfAttributeType.hpp"
...
...
XdmfAttributeType.hpp
View file @
e9240502
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfAttributeType.hpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#ifndef XDMFATTRIBUTETYPE_HPP_
#define XDMFATTRIBUTETYPE_HPP_
...
...
XdmfCurvilinearGrid.cpp
View file @
e9240502
/*
* XdmfGridCurvilinear.cpp
*
* Created on: Jan 25, 2010
* Author: kleiter
*/
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfCurviliniearGrid.cpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#include <cmath>
#include "XdmfArray.hpp"
...
...
XdmfCurvilinearGrid.hpp
View file @
e9240502
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfCurvilinearGrid.hpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#ifndef XDMFCURVILINEARGRID_HPP_
#define XDMFCURVILINEARGRID_HPP_
...
...
XdmfDomain.cpp
View file @
e9240502
/*
* XdmfGrid.cpp
*
* Created on: Jan 25, 2010
* Author: kleiter
*/
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfDomain.cpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#include "XdmfDomain.hpp"
#include "XdmfCurvilinearGrid.hpp"
...
...
XdmfDomain.hpp
View file @
e9240502
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfDomain.hpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#ifndef XDMFDOMAIN_HPP_
#define XDMFDOMAIN_HPP_
...
...
XdmfGeometry.cpp
View file @
e9240502
/*
* XdmfGeometry.cpp
*
* Created on: Jan 29, 2010
* Author: kleiter
*/
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfGeometry.cpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#include "XdmfGeometry.hpp"
#include "XdmfGeometryType.hpp"
...
...
XdmfGeometry.hpp
View file @
e9240502
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfGeometry.hpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#ifndef XDMFGEOMETRY_HPP_
#define XDMFGEOMETRY_HPP_
...
...
XdmfGeometryType.cpp
View file @
e9240502
/*
* XdmfGeometryType.cpp
*
* Created on: Jan 29, 2010
* Author: kleiter
*/
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfGeometryType.cpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#include "XdmfGeometryType.hpp"
...
...
XdmfGeometryType.hpp
View file @
e9240502
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfGeometryType.hpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#ifndef XDMFGEOMETRYTYPE_HPP_
#define XDMFGEOMETRYTYPE_HPP_
...
...
XdmfGrid.cpp
View file @
e9240502
/*
* XdmfGrid.cpp
*
* Created on: Jan 25, 2010
* Author: kleiter
*/
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfGrid.cpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#include "XdmfAttribute.hpp"
#include "XdmfGeometry.hpp"
...
...
XdmfGrid.hpp
View file @
e9240502
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfGrid.hpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#ifndef XDMFGRID_HPP_
#define XDMFGRID_HPP_
...
...
XdmfGridCollection.cpp
View file @
e9240502
/*
* XdmfGridCollection.cpp
*
* Created on: Jan 25, 2010
* Author: kleiter
*/
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfGridCollection.cpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#include "XdmfGeometry.hpp"
#include "XdmfTopology.hpp"
...
...
XdmfGridCollection.hpp
View file @
e9240502
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfGridCollection.hpp */
/* */
/* Author: */
/* Kenneth Leiter */
/* kenneth.leiter@arl.army.mil */
/* US Army Research Laboratory */
/* Aberdeen Proving Ground, MD */
/* */
/* Copyright @ 2011 US Army Research Laboratory */
/* All Rights Reserved */
/* See Copyright.txt for details */
/* */
/* This software is distributed WITHOUT ANY WARRANTY; without */
/* even the implied warranty of MERCHANTABILITY or FITNESS */
/* FOR A PARTICULAR PURPOSE. See the above copyright notice */
/* for more information. */
/* */
/*****************************************************************************/
#ifndef XDMFGRIDCOLLECTION_HPP_
#define XDMFGRIDCOLLECTION_HPP_
...
...
XdmfGridCollectionType.cpp
View file @
e9240502
/*
* XdmfGridCollectionType.cpp
*
* Created on: Jan 29, 2010
* Author: kleiter
*/
/*****************************************************************************/
/* XDMF */
/* eXtensible Data Model and Format */
/* */
/* Id : XdmfGridCollectionType.cpp */