Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ogs
ogs
Commits
05677165
Commit
05677165
authored
Jun 28, 2012
by
Lars Bilke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OGS community homepage will be opengeosys.com
parent
aac03b3e
Changes
170
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
170 changed files
with
2408 additions
and
7 deletions
+2408
-7
BaseLib/BuildInfo.h.in
BaseLib/BuildInfo.h.in
+14
-0
BaseLib/CPUTime.cpp
BaseLib/CPUTime.cpp
+14
-0
BaseLib/CPUTime.h
BaseLib/CPUTime.h
+14
-0
BaseLib/Configure.h.in
BaseLib/Configure.h.in
+14
-0
BaseLib/DateTools.cpp
BaseLib/DateTools.cpp
+14
-0
BaseLib/DateTools.h
BaseLib/DateTools.h
+14
-0
BaseLib/FileFinder.h
BaseLib/FileFinder.h
+14
-0
BaseLib/FileTools.h
BaseLib/FileTools.h
+14
-0
BaseLib/MemWatch.cpp
BaseLib/MemWatch.cpp
+14
-0
BaseLib/MemWatch.h
BaseLib/MemWatch.h
+14
-0
BaseLib/RunTime.cpp
BaseLib/RunTime.cpp
+14
-0
BaseLib/RunTime.h
BaseLib/RunTime.h
+14
-0
BaseLib/StringTools.cpp
BaseLib/StringTools.cpp
+14
-0
BaseLib/binarySearch.cpp
BaseLib/binarySearch.cpp
+14
-0
BaseLib/binarySearch.h
BaseLib/binarySearch.h
+14
-0
BaseLib/printList.h
BaseLib/printList.h
+14
-0
BaseLib/quicksort.h
BaseLib/quicksort.h
+14
-0
BaseLib/uniqueListInsert.h
BaseLib/uniqueListInsert.h
+14
-0
BaseLib/wait.h
BaseLib/wait.h
+14
-0
FemLib/DistributionInfo.cpp
FemLib/DistributionInfo.cpp
+14
-0
FemLib/DistributionInfo.h
FemLib/DistributionInfo.h
+14
-0
FemLib/FEMCondition.cpp
FemLib/FEMCondition.cpp
+14
-0
FemLib/FEMCondition.h
FemLib/FEMCondition.h
+14
-0
FemLib/FEMEnums.cpp
FemLib/FEMEnums.cpp
+14
-0
FemLib/FEMEnums.h
FemLib/FEMEnums.h
+14
-0
FemLib/GeoInfo.cpp
FemLib/GeoInfo.cpp
+14
-0
FemLib/GeoInfo.h
FemLib/GeoInfo.h
+14
-0
FemLib/ProcessInfo.cpp
FemLib/ProcessInfo.cpp
+14
-0
FemLib/ProcessInfo.h
FemLib/ProcessInfo.h
+14
-0
FileIO/MeshIO.cpp
FileIO/MeshIO.cpp
+14
-0
FileIO/MeshIO.h
FileIO/MeshIO.h
+14
-0
FileIO/Writer.cpp
FileIO/Writer.cpp
+14
-0
FileIO/Writer.h
FileIO/Writer.h
+14
-0
FileIO/XmlIO/XMLInterface.cpp
FileIO/XmlIO/XMLInterface.cpp
+14
-0
FileIO/XmlIO/XMLInterface.h
FileIO/XmlIO/XMLInterface.h
+14
-0
FileIO/XmlIO/XmlCndInterface.cpp
FileIO/XmlIO/XmlCndInterface.cpp
+22
-1
FileIO/XmlIO/XmlCndInterface.h
FileIO/XmlIO/XmlCndInterface.h
+14
-0
FileIO/XmlIO/XmlGmlInterface.cpp
FileIO/XmlIO/XmlGmlInterface.cpp
+22
-1
FileIO/XmlIO/XmlGmlInterface.h
FileIO/XmlIO/XmlGmlInterface.h
+14
-0
FileIO/XmlIO/XmlGspInterface.cpp
FileIO/XmlIO/XmlGspInterface.cpp
+22
-1
FileIO/XmlIO/XmlGspInterface.h
FileIO/XmlIO/XmlGspInterface.h
+14
-0
FileIO/XmlIO/XmlLutReader.h
FileIO/XmlIO/XmlLutReader.h
+14
-0
FileIO/XmlIO/XmlStnInterface.cpp
FileIO/XmlIO/XmlStnInterface.cpp
+22
-1
FileIO/XmlIO/XmlStnInterface.h
FileIO/XmlIO/XmlStnInterface.h
+14
-0
GeoLib/AxisAlignedBoundingBox.cpp
GeoLib/AxisAlignedBoundingBox.cpp
+14
-0
GeoLib/AxisAlignedBoundingBox.h
GeoLib/AxisAlignedBoundingBox.h
+14
-0
GeoLib/BruteForceClosestPair.cpp
GeoLib/BruteForceClosestPair.cpp
+14
-0
GeoLib/BruteForceClosestPair.h
GeoLib/BruteForceClosestPair.h
+14
-0
GeoLib/ClosestPair.h
GeoLib/ClosestPair.h
+14
-0
GeoLib/Color.cpp
GeoLib/Color.cpp
+14
-0
GeoLib/Color.h
GeoLib/Color.h
+14
-0
GeoLib/GEOObjects.cpp
GeoLib/GEOObjects.cpp
+14
-0
GeoLib/GEOObjects.h
GeoLib/GEOObjects.h
+14
-0
GeoLib/GeoObject.h
GeoLib/GeoObject.h
+14
-0
GeoLib/GeoType.cpp
GeoLib/GeoType.cpp
+14
-0
GeoLib/GeoType.h
GeoLib/GeoType.h
+14
-0
GeoLib/Grid.h
GeoLib/Grid.h
+14
-0
GeoLib/OctTree.h
GeoLib/OctTree.h
+14
-0
GeoLib/Point.cpp
GeoLib/Point.cpp
+14
-0
GeoLib/Point.h
GeoLib/Point.h
+14
-0
GeoLib/PointVec.cpp
GeoLib/PointVec.cpp
+14
-0
GeoLib/PointVec.h
GeoLib/PointVec.h
+14
-0
GeoLib/PointWithID.h
GeoLib/PointWithID.h
+14
-0
GeoLib/Polygon.cpp
GeoLib/Polygon.cpp
+14
-0
GeoLib/Polygon.h
GeoLib/Polygon.h
+14
-0
GeoLib/Polyline.cpp
GeoLib/Polyline.cpp
+14
-0
GeoLib/Polyline.h
GeoLib/Polyline.h
+14
-0
GeoLib/PolylineVec.h
GeoLib/PolylineVec.h
+14
-0
GeoLib/PropertyBounds.h
GeoLib/PropertyBounds.h
+14
-0
GeoLib/QuadTree.h
GeoLib/QuadTree.h
+14
-0
GeoLib/Raster.cpp
GeoLib/Raster.cpp
+14
-0
GeoLib/Raster.h
GeoLib/Raster.h
+14
-0
GeoLib/SimplePolygonTree.cpp
GeoLib/SimplePolygonTree.cpp
+14
-0
GeoLib/SimplePolygonTree.h
GeoLib/SimplePolygonTree.h
+14
-0
GeoLib/Station.cpp
GeoLib/Station.cpp
+14
-0
GeoLib/Station.h
GeoLib/Station.h
+14
-0
GeoLib/Surface.cpp
GeoLib/Surface.cpp
+14
-0
GeoLib/Surface.h
GeoLib/Surface.h
+14
-0
GeoLib/SurfaceVec.h
GeoLib/SurfaceVec.h
+14
-0
GeoLib/TemplatePoint.h
GeoLib/TemplatePoint.h
+14
-0
GeoLib/TemplateVec.h
GeoLib/TemplateVec.h
+14
-0
GeoLib/Triangle.cpp
GeoLib/Triangle.cpp
+14
-0
GeoLib/Triangle.h
GeoLib/Triangle.h
+14
-0
LICENSE.txt
LICENSE.txt
+16
-2
MathLib/AnalyticalGeometry.cpp
MathLib/AnalyticalGeometry.cpp
+14
-0
MathLib/AnalyticalGeometry.h
MathLib/AnalyticalGeometry.h
+14
-0
MathLib/EarClippingTriangulation.cpp
MathLib/EarClippingTriangulation.cpp
+14
-0
MathLib/EarClippingTriangulation.h
MathLib/EarClippingTriangulation.h
+14
-0
MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h
...Lib/InterpolationAlgorithms/LinearIntervalInterpolation.h
+14
-0
MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp
.../InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp
+14
-0
MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h
...ib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h
+14
-0
MathLib/LinAlg/Dense/Matrix.h
MathLib/LinAlg/Dense/Matrix.h
+14
-0
MathLib/LinAlg/MatrixBase.h
MathLib/LinAlg/MatrixBase.h
+14
-0
MathLib/LinAlg/Preconditioner/generateDiagPrecond.h
MathLib/LinAlg/Preconditioner/generateDiagPrecond.h
+14
-0
MathLib/LinAlg/Solvers/BiCGStab.cpp
MathLib/LinAlg/Solvers/BiCGStab.cpp
+14
-0
MathLib/LinAlg/Solvers/BiCGStab.h
MathLib/LinAlg/Solvers/BiCGStab.h
+14
-0
MathLib/LinAlg/Solvers/CG.cpp
MathLib/LinAlg/Solvers/CG.cpp
+14
-0
MathLib/LinAlg/Solvers/CG.h
MathLib/LinAlg/Solvers/CG.h
+14
-0
MathLib/LinAlg/Solvers/CGParallel.cpp
MathLib/LinAlg/Solvers/CGParallel.cpp
+14
-0
MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h
MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h
+14
-0
MathLib/LinAlg/Solvers/DirectLinearSolver.h
MathLib/LinAlg/Solvers/DirectLinearSolver.h
+14
-0
MathLib/LinAlg/Solvers/GMRes.cpp
MathLib/LinAlg/Solvers/GMRes.cpp
+14
-0
MathLib/LinAlg/Solvers/GMRes.h
MathLib/LinAlg/Solvers/GMRes.h
+14
-0
MathLib/LinAlg/Solvers/GaussAlgorithm.cpp
MathLib/LinAlg/Solvers/GaussAlgorithm.cpp
+14
-0
MathLib/LinAlg/Solvers/GaussAlgorithm.h
MathLib/LinAlg/Solvers/GaussAlgorithm.h
+14
-0
MathLib/LinAlg/Solvers/IterativeLinearSolver.h
MathLib/LinAlg/Solvers/IterativeLinearSolver.h
+14
-0
MathLib/LinAlg/Solvers/LinearSolver.h
MathLib/LinAlg/Solvers/LinearSolver.h
+14
-0
MathLib/LinAlg/Solvers/TriangularSolve.cpp
MathLib/LinAlg/Solvers/TriangularSolve.cpp
+14
-0
MathLib/LinAlg/Solvers/TriangularSolve.h
MathLib/LinAlg/Solvers/TriangularSolve.h
+14
-0
MathLib/LinAlg/Solvers/solver.h
MathLib/LinAlg/Solvers/solver.h
+14
-0
MathLib/LinAlg/Sparse/CRSMatrix.h
MathLib/LinAlg/Sparse/CRSMatrix.h
+14
-0
MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h
MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h
+14
-0
MathLib/LinAlg/Sparse/CRSMatrixPThreads.h
MathLib/LinAlg/Sparse/CRSMatrixPThreads.h
+14
-0
MathLib/LinAlg/Sparse/CRSSymMatrix.h
MathLib/LinAlg/Sparse/CRSSymMatrix.h
+14
-0
MathLib/LinAlg/Sparse/CRSTranspose.h
MathLib/LinAlg/Sparse/CRSTranspose.h
+14
-0
MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp
MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp
+14
-0
MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h
MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h
+14
-0
MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp
...Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp
+14
-0
MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h
...g/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h
+14
-0
MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp
.../NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp
+14
-0
MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h
...se/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h
+14
-0
MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp
...Lib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp
+14
-0
MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp
...LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp
+14
-0
MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h
...b/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h
+14
-0
MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp
...b/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp
+14
-0
MathLib/LinAlg/Sparse/amuxCRS.cpp
MathLib/LinAlg/Sparse/amuxCRS.cpp
+14
-0
MathLib/LinAlg/VectorNorms.h
MathLib/LinAlg/VectorNorms.h
+14
-0
MathLib/MathTools.cpp
MathLib/MathTools.cpp
+14
-0
MathLib/MathTools.h
MathLib/MathTools.h
+14
-0
MathLib/Vector3.h
MathLib/Vector3.h
+14
-0
MathLib/max.h
MathLib/max.h
+14
-0
MeshLib/Elements/Cell.cpp
MeshLib/Elements/Cell.cpp
+14
-0
MeshLib/Elements/Cell.h
MeshLib/Elements/Cell.h
+14
-0
MeshLib/Elements/Edge.cpp
MeshLib/Elements/Edge.cpp
+14
-0
MeshLib/Elements/Edge.h
MeshLib/Elements/Edge.h
+14
-0
MeshLib/Elements/Element.cpp
MeshLib/Elements/Element.cpp
+14
-0
MeshLib/Elements/Element.h
MeshLib/Elements/Element.h
+14
-0
MeshLib/Elements/Face.cpp
MeshLib/Elements/Face.cpp
+14
-0
MeshLib/Elements/Face.h
MeshLib/Elements/Face.h
+14
-0
MeshLib/Elements/FemElem.cpp
MeshLib/Elements/FemElem.cpp
+14
-0
MeshLib/Elements/FemElem.h
MeshLib/Elements/FemElem.h
+14
-0
MeshLib/Elements/Hex.cpp
MeshLib/Elements/Hex.cpp
+14
-0
MeshLib/Elements/Hex.h
MeshLib/Elements/Hex.h
+14
-0
MeshLib/Elements/Prism.cpp
MeshLib/Elements/Prism.cpp
+14
-0
MeshLib/Elements/Prism.h
MeshLib/Elements/Prism.h
+14
-0
MeshLib/Elements/Pyramid.cpp
MeshLib/Elements/Pyramid.cpp
+14
-0
MeshLib/Elements/Pyramid.h
MeshLib/Elements/Pyramid.h
+14
-0
MeshLib/Elements/Quad.cpp
MeshLib/Elements/Quad.cpp
+14
-0
MeshLib/Elements/Quad.h
MeshLib/Elements/Quad.h
+14
-0
MeshLib/Elements/Tet.cpp
MeshLib/Elements/Tet.cpp
+14
-0
MeshLib/Elements/Tet.h
MeshLib/Elements/Tet.h
+14
-0
MeshLib/Elements/Tet10.cpp
MeshLib/Elements/Tet10.cpp
+14
-0
MeshLib/Elements/Tet10.h
MeshLib/Elements/Tet10.h
+14
-0
MeshLib/Elements/Tet4.cpp
MeshLib/Elements/Tet4.cpp
+14
-0
MeshLib/Elements/Tet4.h
MeshLib/Elements/Tet4.h
+14
-0
MeshLib/Elements/Tri.cpp
MeshLib/Elements/Tri.cpp
+14
-0
MeshLib/Elements/Tri.h
MeshLib/Elements/Tri.h
+14
-0
MeshLib/FemMesh.cpp
MeshLib/FemMesh.cpp
+14
-0
MeshLib/FemMesh.h
MeshLib/FemMesh.h
+14
-0
MeshLib/FemNode.cpp
MeshLib/FemNode.cpp
+14
-0
MeshLib/FemNode.h
MeshLib/FemNode.h
+14
-0
MeshLib/Mesh.cpp
MeshLib/Mesh.cpp
+14
-0
MeshLib/Mesh.h
MeshLib/Mesh.h
+14
-0
MeshLib/MshEnums.cpp
MeshLib/MshEnums.cpp
+14
-0
MeshLib/MshEnums.h
MeshLib/MshEnums.h
+14
-0
MeshLib/Node.cpp
MeshLib/Node.cpp
+14
-0
MeshLib/Node.h
MeshLib/Node.h
+14
-0
OGS/ProjectData.cpp
OGS/ProjectData.cpp
+14
-0
OGS/ProjectData.h
OGS/ProjectData.h
+14
-0
README.md
README.md
+8
-1
No files found.
BaseLib/BuildInfo.h.in
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file BuildInfo.h.in
* #defines which gets set through CMake.
*
...
...
BaseLib/CPUTime.cpp
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file CPUTime.cpp
*
* Created on 2012-05-10 by Thomas Fischer
...
...
BaseLib/CPUTime.h
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file CPUTime.h
*
* Created on 2012-05-10 by Thomas Fischer
...
...
BaseLib/Configure.h.in
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file Configure.h.in
*
* #defines which gets set through CMake
...
...
BaseLib/DateTools.cpp
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file DateTools.cpp
*
* Created on 2010-06-16 by Karsten Rink
...
...
BaseLib/DateTools.h
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file DateTools.h
*
* Created on 2010-01-22 by Karsten Rink
...
...
BaseLib/FileFinder.h
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file FileFinder.h
*
* Created on 2010-10-26 by Karsten Rink
...
...
BaseLib/FileTools.h
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file FileTools.h
*
* Created on 2010-04-26 by Lars Bilke
...
...
BaseLib/MemWatch.cpp
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file MemWatch.cpp
*
* Created on 2012-05-07 by Thomas Fischer
...
...
BaseLib/MemWatch.h
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file MemWatch.h
*
* Created on 2012-05-07 by Thomas Fischer
...
...
BaseLib/RunTime.cpp
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file RunTime.cpp
*
* Created on 2012-05-10 by Thomas Fischer
...
...
BaseLib/RunTime.h
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file RunTime.h
*
* Created on 2012-05-10 by Thomas Fischer
...
...
BaseLib/StringTools.cpp
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file StringTools.cpp
*
* Created on 2010-06-16 by Thomas Fischer
...
...
BaseLib/binarySearch.cpp
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file binarySearch.cpp
*
* Created on 2010-09-07 by Thomas Fischer
...
...
BaseLib/binarySearch.h
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file binarySearch.h
*
* Created on 2010-06-07 by Thomas Fischer
...
...
BaseLib/printList.h
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file printList.h
*
* Created on 2011-02-23 by Thomas Fischer
...
...
BaseLib/quicksort.h
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file quicksort.h
*
* Created on 2010-05-26 by Thomas Fischer
...
...
BaseLib/uniqueListInsert.h
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file uniqueListInsert.h
*
* Created on 2011-02-23 by Thomas Fischer
...
...
BaseLib/wait.h
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file DateTools.h
*
* Created on 2011-02-17 by Karsten Rink
...
...
FemLib/DistributionInfo.cpp
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file DistributionInfo.cpp
*
* Created on 2010-09-28 by Thomas Fischer
...
...
FemLib/DistributionInfo.h
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file DistributionInfo.h
*
* Created on 2010-09-28 by Thomas Fischer
...
...
FemLib/FEMCondition.cpp
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com/LICENSE.txt
*
*
* \file FEMCondition.cpp
*
* Created on 2010-11-25 by Karsten Rink
...
...
FemLib/FEMCondition.h
View file @
05677165
/**
* Copyright (c) 2012, OpenGeoSys Community (http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*
opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www./**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.net/LICENSE.txt
*
*