diff --git a/Applications/DataExplorer/Base/LastSavedFileDirectory.h b/Applications/DataExplorer/Base/LastSavedFileDirectory.h index 11e92ff4be03b52c519eac85ee2cb1f84b1b211a..6a4accab924ca0fddf0a038184e3c62fc94d4f59 100644 --- a/Applications/DataExplorer/Base/LastSavedFileDirectory.h +++ b/Applications/DataExplorer/Base/LastSavedFileDirectory.h @@ -1,5 +1,5 @@ /** - * \file LastSavedFileDirectory.h + * \file * \author Karsten Rink * \date 2014-02-04 * \brief Manages the last directory used for saving a file diff --git a/Applications/DataExplorer/DataView/AddLayerToMeshDialog.cpp b/Applications/DataExplorer/DataView/AddLayerToMeshDialog.cpp index be6b84f8899ce512278e3ab49780ed2a056bc3bd..4400eb09311c1d7cf3a9f5737ce4c87ec9c04640 100644 --- a/Applications/DataExplorer/DataView/AddLayerToMeshDialog.cpp +++ b/Applications/DataExplorer/DataView/AddLayerToMeshDialog.cpp @@ -1,5 +1,5 @@ /** - * \file AddLayerToMeshDialog.cpp + * \file * \author Karsten Rink * \date 2016-01-18 * \brief Implementation of the AddLayerToMeshDialog class. diff --git a/Applications/DataExplorer/DataView/AddLayerToMeshDialog.h b/Applications/DataExplorer/DataView/AddLayerToMeshDialog.h index e6052c7fd5bc1ccbb7048621d7f12fe3bb609556..8ba29116fd0bae9a5933a9fb610cbce50eaec3f8 100644 --- a/Applications/DataExplorer/DataView/AddLayerToMeshDialog.h +++ b/Applications/DataExplorer/DataView/AddLayerToMeshDialog.h @@ -1,5 +1,5 @@ /** - * \file AddLayerToMeshDialog.h + * \file * \author Karsten Rink * \date 2016-01-18 * \brief Definition of the AddLayerToMeshDialog class. diff --git a/Applications/DataExplorer/DataView/CreateStructuredGridDialog.cpp b/Applications/DataExplorer/DataView/CreateStructuredGridDialog.cpp index eb0eb93d83c82f7d613b000bb5c4bedc79b49ada..ad3acf6a8f359cf16e0d09f1db8778902971beaa 100644 --- a/Applications/DataExplorer/DataView/CreateStructuredGridDialog.cpp +++ b/Applications/DataExplorer/DataView/CreateStructuredGridDialog.cpp @@ -1,5 +1,5 @@ /** - * \file CreateStructuredGridDialog.cpp + * \file * \author Karsten Rink * \date 2016-02-04 * \brief Implementation of the CreateStructuredGridDialog class. diff --git a/Applications/DataExplorer/DataView/CreateStructuredGridDialog.h b/Applications/DataExplorer/DataView/CreateStructuredGridDialog.h index 5d17ca84f9fddf835d86ab469e8e0cbeec87d391..36db5227ddd0d5cc3f55747f258e4f6d61eb162c 100644 --- a/Applications/DataExplorer/DataView/CreateStructuredGridDialog.h +++ b/Applications/DataExplorer/DataView/CreateStructuredGridDialog.h @@ -1,5 +1,5 @@ /** - * \file CreateStructuredGridDialog.h + * \file * \author Karsten Rink * \date 2016-02-04 * \brief Definition of the CreateStructuredGridDialog class. diff --git a/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.cpp b/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.cpp index 00c126d6a9938e7fc346b2c55cdfbeba2b0461fd..c955ed97bfad1f60c80bc11d4b797b025cb4b0c9 100644 --- a/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.cpp +++ b/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.cpp @@ -1,5 +1,5 @@ /** - * \file DataExplorerSettingsDialog.cpp + * \file * \author Karsten Rink * \date 2014-02-05 * \brief Implementation of the DataExplorerSettingsDialog class. diff --git a/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.h b/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.h index bf0a1ff6151e5fd74cea5ba5af16917556f85347..ac5afc96d5656e1d785c0d1b4513514bb74f7124 100644 --- a/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.h +++ b/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.h @@ -1,5 +1,5 @@ /** - * \file DataExplorerSettingsDialog.h + * \file * \author Karsten Rink * \date 2014-02-05 * \brief Definition of the DataExplorerSettingsDialog class. diff --git a/Applications/DataExplorer/DataView/MeshAnalysisDialog.cpp b/Applications/DataExplorer/DataView/MeshAnalysisDialog.cpp index 394588a096ba21d3322a2f1df3abe506db318368..6c0a9f2ff678c2d78f5084330165b02c88cf4b6a 100644 --- a/Applications/DataExplorer/DataView/MeshAnalysisDialog.cpp +++ b/Applications/DataExplorer/DataView/MeshAnalysisDialog.cpp @@ -1,5 +1,5 @@ /** - * \file MeshAnalysisDialog.cpp + * \file * \author Karsten Rink * \date 2014-02-24 * \brief Implementation of the MeshAnalysisDialog class. diff --git a/Applications/DataExplorer/DataView/MeshAnalysisDialog.h b/Applications/DataExplorer/DataView/MeshAnalysisDialog.h index adfc8ab0e50458a7b4977edf265633681f02b26e..d3c74dc5c88a78eb79f9a8f670a32b489b134e1a 100644 --- a/Applications/DataExplorer/DataView/MeshAnalysisDialog.h +++ b/Applications/DataExplorer/DataView/MeshAnalysisDialog.h @@ -1,5 +1,5 @@ /** - * \file MeshAnalysisDialog.h + * \file * \author Karsten Rink * \date 2014-02-24 * \brief Definition of the MeshAnalysisDialog class. diff --git a/Applications/DataExplorer/DataView/SaveMeshDialog.cpp b/Applications/DataExplorer/DataView/SaveMeshDialog.cpp index a49a58268e6a46f60f53820b26f8cff5e8d5e984..982f6f678ee555cc9a5d5b6cef925f12cd443df3 100644 --- a/Applications/DataExplorer/DataView/SaveMeshDialog.cpp +++ b/Applications/DataExplorer/DataView/SaveMeshDialog.cpp @@ -1,5 +1,5 @@ /** - * \file SaveMeshDialog.cpp + * \file * \author Karsten Rink * \date 2014-10-27 * \brief Implementation of the SaveMeshDialog class. diff --git a/Applications/DataExplorer/DataView/SaveMeshDialog.h b/Applications/DataExplorer/DataView/SaveMeshDialog.h index 54d3d494811be279f13dd30ebd89590507ca9c0b..f450c18d29d3318896c03cba56b19a951b0b35a6 100644 --- a/Applications/DataExplorer/DataView/SaveMeshDialog.h +++ b/Applications/DataExplorer/DataView/SaveMeshDialog.h @@ -1,5 +1,5 @@ /** - * \file SaveMeshDialog.h + * \file * \author Karsten Rink * \date 2014-10-27 * \brief Definition of the SaveMeshDialog class. diff --git a/Applications/DataExplorer/DataView/SurfaceExtractionDialog.cpp b/Applications/DataExplorer/DataView/SurfaceExtractionDialog.cpp index 18930bb76c6ee444a28c76648ab8edf0f0b5b650..c1a99e4c4a931decd7060411d5727b4a6029f058 100644 --- a/Applications/DataExplorer/DataView/SurfaceExtractionDialog.cpp +++ b/Applications/DataExplorer/DataView/SurfaceExtractionDialog.cpp @@ -1,5 +1,5 @@ /** - * \file SurfaceExtractionDialog.cpp + * \file * \author Karsten Rink * \date 2015-01-29 * \brief Implementation of the SaveMeshDialog class. diff --git a/Applications/DataExplorer/DataView/SurfaceExtractionDialog.h b/Applications/DataExplorer/DataView/SurfaceExtractionDialog.h index beea7116aacf6e363ccfe1e2ebef5181e3f2cc68..279586eb65b523ea71fad82993e55cfc9a6191e4 100644 --- a/Applications/DataExplorer/DataView/SurfaceExtractionDialog.h +++ b/Applications/DataExplorer/DataView/SurfaceExtractionDialog.h @@ -1,5 +1,5 @@ /** - * \file SurfaceExtractionDialog.h + * \file * \author Karsten Rink * \date 2015-01-29 * \brief Definition of the SurfaceExtractionDialog class. diff --git a/Applications/FileIO/XmlIO/Qt/XmlNumInterface.cpp b/Applications/FileIO/XmlIO/Qt/XmlNumInterface.cpp index 41d7db90505e191580ce2ffff127858d1fe3ca70..328b4e084f0a35950d448b140d88faf061be414f 100644 --- a/Applications/FileIO/XmlIO/Qt/XmlNumInterface.cpp +++ b/Applications/FileIO/XmlIO/Qt/XmlNumInterface.cpp @@ -1,5 +1,5 @@ /** - * \file XmlNumInterface.cpp + * \file * \author Karsten Rink * \date 2014-08-05 * \brief Implementation of the XmlNumInterface class. diff --git a/Applications/FileIO/XmlIO/Qt/XmlNumInterface.h b/Applications/FileIO/XmlIO/Qt/XmlNumInterface.h index 2d4538ce40e70dbe96a1ec595b77f5f42551621d..453b9f9134d326ea7df540cab4ca220899a32ed7 100644 --- a/Applications/FileIO/XmlIO/Qt/XmlNumInterface.h +++ b/Applications/FileIO/XmlIO/Qt/XmlNumInterface.h @@ -1,5 +1,5 @@ /** - * \file XmlNumInterface.h + * \file * \author Karsten Rink * \date 2014-08-05 * \brief Definition of the XmlNumInterface class. diff --git a/Applications/Utils/GeoTools/MoveGeometry.cpp b/Applications/Utils/GeoTools/MoveGeometry.cpp index 2a1b3813b8e193ab70dcf241fbf26e7218285afb..8a8da38f7328c109b0724639c493000b4d794281 100644 --- a/Applications/Utils/GeoTools/MoveGeometry.cpp +++ b/Applications/Utils/GeoTools/MoveGeometry.cpp @@ -1,5 +1,5 @@ /** - * \file MoveGeometry.cpp + * \file * \author Karsten Rink * \date 2015-08-04 * \brief A small tool to translate geometries. diff --git a/Applications/Utils/GeoTools/TriangulatePolyline.cpp b/Applications/Utils/GeoTools/TriangulatePolyline.cpp index 4cbeb341a3972cecbfb1c02b20c8c884d7949acc..9e27f2255e7a019ba9d0c457ab593efb05c28d61 100644 --- a/Applications/Utils/GeoTools/TriangulatePolyline.cpp +++ b/Applications/Utils/GeoTools/TriangulatePolyline.cpp @@ -1,5 +1,5 @@ /** - * \file TriangulatePolyline.cpp + * \file * \author Karsten Rink * \date 2015-02-02 * \brief Utility for triangulating polylines. diff --git a/Applications/Utils/MeshEdit/NodeReordering.cpp b/Applications/Utils/MeshEdit/NodeReordering.cpp index 9042ac59c693d6f5f1d8c61a6829fecd049ccf0b..e80a497c9591624e0c65aa00b2df6c557351bc1a 100644 --- a/Applications/Utils/MeshEdit/NodeReordering.cpp +++ b/Applications/Utils/MeshEdit/NodeReordering.cpp @@ -1,5 +1,5 @@ /** - * \file NodeReordering.cpp + * \file * 2013/13/06 KR Initial implementation * * @copyright diff --git a/Applications/Utils/MeshEdit/moveMeshNodes.cpp b/Applications/Utils/MeshEdit/moveMeshNodes.cpp index 4b6f531a1b3dbc757533942f6bfb8aa8e1ef445e..84c18acecffc1edb700ff5f5a42867b86338f058 100644 --- a/Applications/Utils/MeshEdit/moveMeshNodes.cpp +++ b/Applications/Utils/MeshEdit/moveMeshNodes.cpp @@ -1,5 +1,5 @@ /** - * \file moveMeshNodes.cpp + * \file * 2012/03/07 KR Initial implementation * * \copyright diff --git a/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.cpp b/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.cpp index c695db59a955076b8bb6b3e199b58afc79ebce0b..07a5600ab188b5d66f23290c389b8dd3b840ca18 100644 --- a/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.cpp +++ b/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.cpp @@ -1,5 +1,5 @@ /*! - \file NodeWiseMeshPartitioner.cpp + \file \date 2016.05 \brief Define the members of class NodeWiseMeshPartitioner diff --git a/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.h b/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.h index 653821f5cbf734c6ebc5ad515761992d577ff6d1..32036dc1be7c94c8120bb90ac223a0024726cd7a 100644 --- a/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.h +++ b/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.h @@ -1,5 +1,5 @@ /*! - \file NodeWiseMeshPartitioner.h + \file \date 2016.05 \brief Declare a class to perform node wise mesh partitioning diff --git a/Applications/Utils/ModelPreparation/PartitionMesh/PartitionMesh.cpp b/Applications/Utils/ModelPreparation/PartitionMesh/PartitionMesh.cpp index a492768148fdc8d4de2dc396716093d7e3a69c93..296d24ec0dca80577e533d3568a6ee6586e4c559 100644 --- a/Applications/Utils/ModelPreparation/PartitionMesh/PartitionMesh.cpp +++ b/Applications/Utils/ModelPreparation/PartitionMesh/PartitionMesh.cpp @@ -1,5 +1,5 @@ /*! - \file PartitionMesh.cpp + \file \date 2016.05 \brief A tool for mesh partitioning. diff --git a/Applications/Utils/OGSFileConverter/FileListDialog.cpp b/Applications/Utils/OGSFileConverter/FileListDialog.cpp index 9539bae662ac7c5e0bfc61a28757d6d48314b33a..40a0240b585e5b1014f9977d4f89070fd0077cfd 100644 --- a/Applications/Utils/OGSFileConverter/FileListDialog.cpp +++ b/Applications/Utils/OGSFileConverter/FileListDialog.cpp @@ -1,5 +1,5 @@ /** - * \file FileListDialog.cpp + * \file * \author Karsten Rink * \date 2012-04-04 * \brief Implementation of FileListDialog class. diff --git a/Applications/Utils/OGSFileConverter/FileListDialog.h b/Applications/Utils/OGSFileConverter/FileListDialog.h index 2e0f31af93c98d19fd5f368a92bc438487d2b593..d71c9117b4aa6d6a02f937671af386266745d2b5 100644 --- a/Applications/Utils/OGSFileConverter/FileListDialog.h +++ b/Applications/Utils/OGSFileConverter/FileListDialog.h @@ -1,5 +1,5 @@ /** - * \file FileListDialog.h + * \file * \author Karsten Rink * \date 2012-04-04 * \brief Definition of FileListDialog class. diff --git a/Applications/Utils/OGSFileConverter/OGSFileConverter.cpp b/Applications/Utils/OGSFileConverter/OGSFileConverter.cpp index 68b67eb7efdea752ef37a79c86fe3ac64ef84323..cc9c48bf14b604f32ac49be592d5ca378fbe6735 100644 --- a/Applications/Utils/OGSFileConverter/OGSFileConverter.cpp +++ b/Applications/Utils/OGSFileConverter/OGSFileConverter.cpp @@ -1,5 +1,5 @@ /** - * \file OGSFileConverter.cpp + * \file * \author Karsten Rink * \date 2012-04-04 * \brief Implementation of OGSFileConverter class. diff --git a/Applications/Utils/OGSFileConverter/OGSFileConverter.h b/Applications/Utils/OGSFileConverter/OGSFileConverter.h index 33fb685176ddf6a3102f5468db8dd2797d800162..53f59638729d060b22216abcda17a84a27097b55 100644 --- a/Applications/Utils/OGSFileConverter/OGSFileConverter.h +++ b/Applications/Utils/OGSFileConverter/OGSFileConverter.h @@ -1,5 +1,5 @@ /** - * \file OGSFileConverter.h + * \file * \author Karsten Rink * \date 2012-04-04 * \brief Definition of OGSFileConverter class. diff --git a/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp b/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp index 69156abdc70e348d408766b6de961b713a67d78e..3bf1e3f3c9026fce785fd667580d8096c85fc7fd 100644 --- a/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp +++ b/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp @@ -1,5 +1,5 @@ /** - * \file BoostXmlGmlInterface.cpp + * \file * \author Karsten Rink * \date 2014-01-31 * \brief Implementation of the BoostXmlGmlInterface class. diff --git a/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.h b/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.h index a1e012f441fee22810760f7297166f3fa4bfe6e6..feeebfeb25cfdc5d6cf2bf2ec5c9473a1e9aeafa 100644 --- a/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.h +++ b/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.h @@ -1,5 +1,5 @@ /** - * \file BoostXmlGmlInterface.h + * \file * \author Karsten Rink * \date 2014-01-31 * \brief Definition of the BoostXmlGmlInterface class. diff --git a/GeoLib/MinimalBoundingSphere.cpp b/GeoLib/MinimalBoundingSphere.cpp index c0da60b6e16e910696507f267d48d7b99532a926..255f92a36e9398955ebfa72f5c5baaf20483ac8f 100644 --- a/GeoLib/MinimalBoundingSphere.cpp +++ b/GeoLib/MinimalBoundingSphere.cpp @@ -1,5 +1,5 @@ /** - * \file MinimalBoundingSphere.cpp + * \file * \author Karsten Rink * \date 2014-07-11 * \brief Calculation of a minimum bounding sphere for a vector of points. diff --git a/GeoLib/MinimalBoundingSphere.h b/GeoLib/MinimalBoundingSphere.h index 5cccf2b4685dcf583ffe26d92209cb4968b2b228..fc97050c8f0d0eab39239f4869282e695a411462 100644 --- a/GeoLib/MinimalBoundingSphere.h +++ b/GeoLib/MinimalBoundingSphere.h @@ -1,5 +1,5 @@ /** - * \file MinimalBoundingSphere.h + * \file * \author Karsten Rink * \date 2014-07-11 * \brief Calculation of a minimum bounding sphere for a vector of points diff --git a/MaterialLib/Fluid/ConstantFluidProperty.h b/MaterialLib/Fluid/ConstantFluidProperty.h index 5ba7bfe52c201932f3ccd1c9ce21529571f901e8..178df3a36124bcac7732c1f7a72f635781a21749 100644 --- a/MaterialLib/Fluid/ConstantFluidProperty.h +++ b/MaterialLib/Fluid/ConstantFluidProperty.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: ConstantFluidProperty.h + * \file * * Created on August 15, 2016, 12:11 PM */ diff --git a/MaterialLib/Fluid/Density/CreateFluidDensityModel.cpp b/MaterialLib/Fluid/Density/CreateFluidDensityModel.cpp index 7cec562ac27ae53c996679c77de0107c7979dae5..921d6a8429b93676573d9eb7da0374aa1181a40b 100644 --- a/MaterialLib/Fluid/Density/CreateFluidDensityModel.cpp +++ b/MaterialLib/Fluid/Density/CreateFluidDensityModel.cpp @@ -1,5 +1,5 @@ /*! - \file CreateFluidDensityModel.cpp + \file \brief create an instance of a fluid density class. \copyright diff --git a/MaterialLib/Fluid/Density/CreateFluidDensityModel.h b/MaterialLib/Fluid/Density/CreateFluidDensityModel.h index 4c37d9c37dd65d363a23308efcd77411846cb5d2..59e891e6bf4c9754f696a4551f87746120355eb4 100644 --- a/MaterialLib/Fluid/Density/CreateFluidDensityModel.h +++ b/MaterialLib/Fluid/Density/CreateFluidDensityModel.h @@ -1,5 +1,5 @@ /*! - \file CreateFluidDensityModel.h + \file \brief create an instance of a fluid density class. \copyright diff --git a/MaterialLib/Fluid/Density/IdealGasLaw.h b/MaterialLib/Fluid/Density/IdealGasLaw.h index 507aac7e6bd887cc902c6fd25183f30358f6b689..d223d97d30cc35c1795b3e7d7899b6458aa634f3 100644 --- a/MaterialLib/Fluid/Density/IdealGasLaw.h +++ b/MaterialLib/Fluid/Density/IdealGasLaw.h @@ -1,5 +1,5 @@ /*! - \file IdealGasLaw.h + \file \brief Declaration of class IdealGasLow for fluid density by the ideal gas law depending on one variable linearly. diff --git a/MaterialLib/Fluid/Density/LinearTemperatureDependentDensity.h b/MaterialLib/Fluid/Density/LinearTemperatureDependentDensity.h index b92bfa40a2bd4c9fab91f7e681161e1fc7a30e45..6bc4979c00a5e36389c2cbd5d2ab7974fd86827b 100644 --- a/MaterialLib/Fluid/Density/LinearTemperatureDependentDensity.h +++ b/MaterialLib/Fluid/Density/LinearTemperatureDependentDensity.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: LinearTemperatureDependentDensity.h + * \file * \author: wenqing * * Created on August 10, 2016, 11:34 AM diff --git a/MaterialLib/Fluid/Density/LiquidDensity.h b/MaterialLib/Fluid/Density/LiquidDensity.h index 7b8395f33a41595375d8988dd6bfd77e1a13587c..d9fb898615192611e5b3cd91708cc07c7138befa 100644 --- a/MaterialLib/Fluid/Density/LiquidDensity.h +++ b/MaterialLib/Fluid/Density/LiquidDensity.h @@ -6,7 +6,7 @@ * http://www.opengeosys.org/project/license * * \author wenqing - * \file LiquidDensity.h + * \file * * Created on August 4, 2016, 10:15 AM */ diff --git a/MaterialLib/Fluid/Density/WaterDensityIAPWSIF97Region1.h b/MaterialLib/Fluid/Density/WaterDensityIAPWSIF97Region1.h index badae46d99fc943eda8fdb9fb17446871f2435ed..af080ff07ff1bc0a71f95a43b071908b608324fd 100644 --- a/MaterialLib/Fluid/Density/WaterDensityIAPWSIF97Region1.h +++ b/MaterialLib/Fluid/Density/WaterDensityIAPWSIF97Region1.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file WaterDensityIAPWSIF97Region1.h + * \file * * Created on December 8, 2016, 4:19 PM */ diff --git a/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.cpp b/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.cpp index 8a364d28a49863d10bf7b2b46e4a47207a758d5d..714b52842d27387d392f0d85baa6ff5f5a5b423c 100644 --- a/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.cpp +++ b/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateFluidProperties.cpp + * \file * * Created on December 13, 2016, 3:32 PM */ diff --git a/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.h b/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.h index 4ffc5026d47915a43b32860c10b8d8459879a975..f9dd7b4a65c612a82dc4d8b6b9f1650bff98eff4 100644 --- a/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.h +++ b/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateFluidProperties.h + * \file * * Created on December 13, 2016, 3:32 PM */ diff --git a/MaterialLib/Fluid/FluidProperties/FluidProperties.h b/MaterialLib/Fluid/FluidProperties/FluidProperties.h index 87c03eaac6fe4720ab593c76000c152b209dab64..bfb55a3c64a6ea452d4d025575d9f1e3f8f644e6 100644 --- a/MaterialLib/Fluid/FluidProperties/FluidProperties.h +++ b/MaterialLib/Fluid/FluidProperties/FluidProperties.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file FluidProperties.h + * \file * * Created on November 29, 2016, 2:23 PM */ diff --git a/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.cpp b/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.cpp index 2a0a8167b6739d6caba5f1e21a06dd69e788a89d..0b0e6c230c2daaad9ce6c3a16233530c1468e56f 100644 --- a/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.cpp +++ b/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file FluidPropertiesWithDensityDependentModels.cpp + * \file * * Created on November 29, 2016, 3:19 PM */ diff --git a/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.h b/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.h index cf11057e72d51404ab479d61d51ad732e07a8d4a..1063beec94c77c0f72f789af5655d3e101603b15 100644 --- a/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.h +++ b/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file FluidPropertiesWithDensityDependentModels.h + * \file * * Created on November 29, 2016, 4:18 PM */ diff --git a/MaterialLib/Fluid/FluidProperties/PrimaryVariableDependentFluidProperties.h b/MaterialLib/Fluid/FluidProperties/PrimaryVariableDependentFluidProperties.h index 488730350808733081e3584be67059eec5c6b8f8..d3b96935fc98695384a275021437939333ec58fb 100644 --- a/MaterialLib/Fluid/FluidProperties/PrimaryVariableDependentFluidProperties.h +++ b/MaterialLib/Fluid/FluidProperties/PrimaryVariableDependentFluidProperties.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file PrimaryVariableDependentFluidProperties.h + * \file * * Created on November 29, 2016, 3:19 PM */ diff --git a/MaterialLib/Fluid/FluidProperty.h b/MaterialLib/Fluid/FluidProperty.h index e56c4d452521adbef9cc8a28030eb909762c82b6..6eedd656fe2f7e574b324f282df3819f53dc2e40 100644 --- a/MaterialLib/Fluid/FluidProperty.h +++ b/MaterialLib/Fluid/FluidProperty.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: FluidProperty.h + * \file * * Created on August 12, 2016, 3:34 PM */ diff --git a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.cpp b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.cpp index 756350c58d32a99ea734699d543ed30956c11ea7..bf70560a7375d0587b337296a16b93ec10dd2aa4 100644 --- a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.cpp +++ b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.cpp @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file DimensionLessGibbsFreeEnergyRegion1.cpp + * \file * * Created on December 8, 2016, 12:31 PM */ diff --git a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.h b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.h index 9dd50f20febd9cf6866d723be55fb4265ad6d69c..9f83a2572de304810456dac14900a9441dbf9265 100644 --- a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.h +++ b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.h @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file DimensionLessGibbsFreeEnergyRegion1.h + * \file * * Created on December 8, 2016, 12:31 PM */ diff --git a/MaterialLib/Fluid/PropertyVariableType.h b/MaterialLib/Fluid/PropertyVariableType.h index 28d430c71f72ec83ad1e2d7d384e3796d88a1c4e..9df3da7a9450234565a4f7d1ac5df72eb00f6af1 100644 --- a/MaterialLib/Fluid/PropertyVariableType.h +++ b/MaterialLib/Fluid/PropertyVariableType.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file PropertyVariableType.h + * \file * * Created on November 29, 2016, 2:28 PM */ diff --git a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp index 18f901d8526186e328a5c00bd30034e037c37d05..19f1619ce309627a0fd7964cbae61a340437cc4c 100644 --- a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp +++ b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateSpecificFluidHeatCapacityModel.cpp + * \file * */ diff --git a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h index b037290f98657bbde5279f6a9a317c7520605323..55b90bd338cf801d1b734adf46cd849243da5971 100644 --- a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h +++ b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateSpecificFluidHeatCapacityModel.h + * \file * */ diff --git a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp index 8b1a64b87c93f8755f4f96fee2959c0e07272ec7..7dd7ce77104473f1a614ec2636e332fda0ecdb68 100644 --- a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp +++ b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateFluidThermalConductivityModel.cpp + * \file * */ diff --git a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h index 742248ba3c40300a372940454cb990878dbadf5f..50444a038bcda40828a0994276d7939b87179c4a 100644 --- a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h +++ b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateFluidThermalConductivityModel.h + * \file * */ diff --git a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp index 36f56e451d23c09942f5bd869572c395776b1448..8213f970c02405a920e21ef76d0c78ca6fe422b8 100644 --- a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp +++ b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateViscosityModel.cpp + * \file * */ diff --git a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h index 878f524ae368553807bfa06ffe43251ff7051587..ae4904e3a5a2ee4964243e24d9dc187396ac363d 100644 --- a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h +++ b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateViscosityModel.h + * \file * */ diff --git a/MaterialLib/Fluid/Viscosity/LinearPressureDependentViscosity.h b/MaterialLib/Fluid/Viscosity/LinearPressureDependentViscosity.h index 7481c2aceccd5ff59406d69df8b88c28086d7ff7..59475ef320229404744e5bb186bd6b556912c876 100644 --- a/MaterialLib/Fluid/Viscosity/LinearPressureDependentViscosity.h +++ b/MaterialLib/Fluid/Viscosity/LinearPressureDependentViscosity.h @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file LinearPressureDependentViscosity.h + * \file */ #pragma once diff --git a/MaterialLib/Fluid/Viscosity/TemperatureDependentViscosity.h b/MaterialLib/Fluid/Viscosity/TemperatureDependentViscosity.h index 1ee3564dcba2c1e3a0f48dafc7042bd607a2653e..d0168b78ace26dfa4381bf65cc32effc609c58b8 100644 --- a/MaterialLib/Fluid/Viscosity/TemperatureDependentViscosity.h +++ b/MaterialLib/Fluid/Viscosity/TemperatureDependentViscosity.h @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: TemperatureDependentViscosity.h + * \file * * Created on August 10, 2016, 10:45 AM */ diff --git a/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h b/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h index 3aa1c6c862163d21a96c7cbfa0358330376f24b2..4768d2bdf17600411fcd637fd4c803e3e43cd5e6 100644 --- a/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h +++ b/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file VogelsLiquidDynamicViscosity.h + * \file * */ diff --git a/MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.cpp b/MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.cpp index 21bd160a2d0da9df08ffeb01c9b8763486c8ce2c..dd432694c6ee97ff7b451b4e9695577065bc4484 100644 --- a/MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.cpp +++ b/MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file WaterViscosityIAPWS.cpp + * \file * * Created on December 1, 2016, 1:41 PM */ diff --git a/MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.h b/MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.h index 80e7175fa790f70b7767105954ee5815cc3ed328..98f63ae6c33ccf18d389ba759822d922bfe97864 100644 --- a/MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.h +++ b/MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.h @@ -9,7 +9,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file WaterViscosityIAPWS.h + * \file * * Created on December 1, 2016, 1:41 PM */ diff --git a/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp b/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp index d330cd104a093f3f2ac4a230bb7e11dc9d67bf0e..442c65ca2855f9937cc32f0d308b54a42c0c8006 100644 --- a/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp +++ b/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file WaterVaporProperties.cpp + * \file * */ diff --git a/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.h b/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.h index a43baa58492cf0fa0e9c2cf2a9828067f3c9bc3e..50a6b220239cf16925addc8e65d443db525832c8 100644 --- a/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.h +++ b/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: WaterVaporProperties.h + * \file */ #pragma once diff --git a/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.cpp b/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.cpp index 557c21d90a8a8eef04f6808cabd1fb22999d9b0b..c12d5fff13bed0ce0662399520e52ac02761b7f2 100644 --- a/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.cpp +++ b/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file createPermeabilityModel.cpp + * \file * * Created on August 17, 2016, 2:36 PM */ diff --git a/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.h b/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.h index 727029b051b4e8efb26a73a0d1f4977c9cb774b2..617d5d91ccbe8002b37892c2c1b146d342aa2f50 100644 --- a/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.h +++ b/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file createPermeabilityModel.h + * \file * * Created on August 17, 2016, 2:36 PM */ diff --git a/MaterialLib/PorousMedium/Porosity/Porosity.h b/MaterialLib/PorousMedium/Porosity/Porosity.h index e836f3b803194e332307b42a4d8b08db1c7788d1..1b08ad443d02112e3f7b4bb718f0238f0588ae79 100644 --- a/MaterialLib/PorousMedium/Porosity/Porosity.h +++ b/MaterialLib/PorousMedium/Porosity/Porosity.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: Porosity.h + * \file * * Created on August 16, 2016, 12:53 PM */ diff --git a/MaterialLib/PorousMedium/Porosity/createPorosityModel.cpp b/MaterialLib/PorousMedium/Porosity/createPorosityModel.cpp index 97817932bbe83b2756e5c0fa83e70bbbaad3eeff..dde62339f4f8c7721ad58545ef1a08a95781c31c 100644 --- a/MaterialLib/PorousMedium/Porosity/createPorosityModel.cpp +++ b/MaterialLib/PorousMedium/Porosity/createPorosityModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: createPorosityModel.cpp + * \file * * Created on August 16, 2016, 1:16 PM */ diff --git a/MaterialLib/PorousMedium/Porosity/createPorosityModel.h b/MaterialLib/PorousMedium/Porosity/createPorosityModel.h index fc0bfbbfe0b5dac8c1d4bcb50ab3bfa0de164375..5aa1f203ea37c6ec85094e4dabc1e5fe602a6a4b 100644 --- a/MaterialLib/PorousMedium/Porosity/createPorosityModel.h +++ b/MaterialLib/PorousMedium/Porosity/createPorosityModel.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: createPorosityModel.h + * \file * * Created on August 16, 2016, 1:16 PM */ diff --git a/MaterialLib/PorousMedium/Storage/ConstantStorage.h b/MaterialLib/PorousMedium/Storage/ConstantStorage.h index b1dd4a89da1eb4d9e59a7f39f1615268852aa44e..9630b517ff1a7ea786e48356763ec1c59147c236 100644 --- a/MaterialLib/PorousMedium/Storage/ConstantStorage.h +++ b/MaterialLib/PorousMedium/Storage/ConstantStorage.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file ConstantStorage.h + * \file * * Created on August 16, 2016, 1:03 PM */ diff --git a/MaterialLib/PorousMedium/Storage/Storage.h b/MaterialLib/PorousMedium/Storage/Storage.h index 67ab489b15e6d1af06915ae3716fa4fda8833838..d2f67aaf86c951b828f0751aaa60c283b53dc2c8 100644 --- a/MaterialLib/PorousMedium/Storage/Storage.h +++ b/MaterialLib/PorousMedium/Storage/Storage.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: Storage.h + * \file * * Created on August 16, 2016, 12:53 PM */ diff --git a/MaterialLib/PorousMedium/Storage/createStorageModel.cpp b/MaterialLib/PorousMedium/Storage/createStorageModel.cpp index 6cdaa9ed3d10706941af77df915e52171338d685..0f49c84abe33c8e5569e7ccfbd81b362a5a72279 100644 --- a/MaterialLib/PorousMedium/Storage/createStorageModel.cpp +++ b/MaterialLib/PorousMedium/Storage/createStorageModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: createStorageModel.cpp + * \file * * Created on August 16, 2016, 1:16 PM */ diff --git a/MaterialLib/PorousMedium/Storage/createStorageModel.h b/MaterialLib/PorousMedium/Storage/createStorageModel.h index 827f96c69993878e6e60992c209a8fd9b9ad4655..240d463e16a0c0165ca425f28116c281a14df498 100644 --- a/MaterialLib/PorousMedium/Storage/createStorageModel.h +++ b/MaterialLib/PorousMedium/Storage/createStorageModel.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: createStorageModel.h + * \file * * Created on August 16, 2016, 1:16 PM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.h b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.h index 63e2d4ef5521b31fc9ac692f5c0eb78e8107d75a..ec3b81ea0ae5c00f062650663a02efb4c12ddc34 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file BrooksCoreyCapillaryPressureSaturation.h + * \file * * Created on November 1, 2016, 9:45 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h index 1c3037c72542af0711b7e51f0ea363c21e2156ed..68bbc0e7f05d7df3a823712ed54b169f4657666c 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: CapillaryPressureSaturation.h + * \file * */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturationCurve.h b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturationCurve.h index 88f7e9455abf8a6661ba7e055efa87cae17bf485..d8c3b633a7232d3f304f99d99e0b3b35ce871594 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturationCurve.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturationCurve.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CapillaryPressureSaturationCurve.h + * \file * * Created on November 3, 2016, 9:50 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.cpp index 88b2ed1804964fb862f4fbcf308c7aafacd1e3d1..78a17fc5d168d72477cd31a384ab9e60df567b9b 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateCapillaryPressureModel.cpp + * \file * * Created on November 1, 2016, 10:06 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.h b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.h index a69597503bcd343ccb8ce91c00094ca0aca0099c..4ccda0a7869dda3e5d9eb0acb8717bc16729916f 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateCapillaryPressureModel.h + * \file * * Created on November 1, 2016, 10:06 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.cpp index e337aaf1f5432e66b4d7cee6bb9b8877819035f3..7056511ca270ef8e144788d515ea17adeab5fdba 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file VanGenuchtenCapillaryPressureSaturation.cpp + * \file * * Created on October 28, 2016, 6:05 PM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.h b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.h index a4310c96b0a318cd5df3c94ef49c69723fd0d348..9d9832b066ac73bf886a7353cbd2334d9724b9b8 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file VanGenuchtenCapillaryPressureSaturation.h + * \file * * Created on October 28, 2016, 6:05 PM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.cpp index 4aff51cf35bf713c41b5b9b876020a512dc3a726..398bb4a958abf65cc6b70dd1a6728b76243e75f4 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateRelativePermeabilityModel.cpp + * \file * * Created on November 2, 2016, 11:43 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.h index 8cef856c1b614f0906bbd0b975f1d818b37d892c..fba7a6eeed85f2499e81c9f0a840e2751a4e6bea 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateRelativePermeabilityModel.h + * \file * * Created on November 2, 2016, 11:43 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.cpp index 1f713447f74def7441f22260e6d6f8971c85d41d..f0e6b25614c60a7c4a2f5c178815acad401fe7cc 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file NonWettingPhaseBrooksCoreyOilGas.cpp + * \file * * Created on November 2, 2016, 10:47 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.h index 3b495bbec784a465b930d3ddcea535d4a5bce17e..2e43222a855df95e418b2d5df06206b41d8c1ce2 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file NonWettingPhaseBrooksCoreyOilGas.h + * \file * * Created on November 2, 2016, 10:47 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.cpp index d14cd7aebab7bbb557a3fac4fefd2a2a0ed3ae34..c752c21c58bcbe10f36142eff6e9978814d26203 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file NonWettingPhaseVanGenuchten.cpp + * \file * * Created on November 2, 2016, 11:24 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.h index 87420a4c10f5821ac4a2e540c199525eb9fd657e..aae98423229dca156adfd6bc0700bea538e03758 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file NonWettingPhaseVanGenuchten.h + * \file * * Created on November 2, 2016, 11:24 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h index 7ba94a9810d33628fb568658270c3041e1822496..f1c84096390d6cfdeaf437a3eba2ca7848302aa3 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: RelativePermeability.h + * \file * */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeabilityCurve.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeabilityCurve.h index 7edb0e8017e61d8933993477653a9f975a028faf..3ab80d01c06e559d010509252dd6e1754e7e3e05 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeabilityCurve.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeabilityCurve.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file RelativePermeabilityCurve.h + * \file * * Created on November 2, 2016, 1:41 PM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.cpp index be11d6922851411be5e1200afec80fd12d4dca7f..ad6f8122ae83caff2859057553d96cea090e1b5a 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file WettingPhaseBrooksCoreyOilGas.cpp + * \file * * Created on November 1, 2016, 3:37 PM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.h index 4fb7003dee3971065c6c04fe8805223f8d16f56a..b1598e80de0d8300f71ca2bad0236ba0ea22691a 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file WettingPhaseBrooksCoreyOilGas.h + * \file * * Created on November 1, 2016, 3:37 PM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.cpp index aafcb00532b6ddc2d2c72962075019c56fea2d71..81996205650d65f3933156568ee1d000191eaf2b 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file WettingPhaseVanGenuchten.cpp + * \file * * Created on November 2, 2016, 11:24 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.h index ee47217360ad0be47a043363bae97bbd7d931316..ce0f10e9c4f9fb7d36ff5fdef6080676d06374f5 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file WettingPhaseVanGenuchten.h + * \file * * Created on November 2, 2016, 11:24 AM */ diff --git a/MaterialLib/SolidModels/CreateConstitutiveRelation.cpp b/MaterialLib/SolidModels/CreateConstitutiveRelation.cpp index be94fe171f77e266a8be004252f68242409ffc9b..7c872e791811ccce19047df024f4f5a54872d929 100644 --- a/MaterialLib/SolidModels/CreateConstitutiveRelation.cpp +++ b/MaterialLib/SolidModels/CreateConstitutiveRelation.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateConstitutiveRelation.cpp + * \file * Created on July 10, 2018, 12:09 PM */ diff --git a/MaterialLib/SolidModels/CreateConstitutiveRelation.h b/MaterialLib/SolidModels/CreateConstitutiveRelation.h index 3ae14adae74615a38fdfdcdab1c832dab0715a02..c502285b6f8da1ad19e0e17afa49635fd67d91c4 100644 --- a/MaterialLib/SolidModels/CreateConstitutiveRelation.h +++ b/MaterialLib/SolidModels/CreateConstitutiveRelation.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateConstitutiveRelation.h + * \file * Created on July 10, 2018, 12:09 PM */ diff --git a/MaterialLib/SolidModels/CreateCreepBGRa.cpp b/MaterialLib/SolidModels/CreateCreepBGRa.cpp index a5083ce3ff8d1f0c5ee66296a00eba014de7d459..35fb1d56815d23931a7987a73cf2cb564d1a2264 100644 --- a/MaterialLib/SolidModels/CreateCreepBGRa.cpp +++ b/MaterialLib/SolidModels/CreateCreepBGRa.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateCreepBGRa.cpp + * \file * Created on July 11, 2018, 2:26 PM */ diff --git a/MaterialLib/SolidModels/CreateCreepBGRa.h b/MaterialLib/SolidModels/CreateCreepBGRa.h index aa7f77d00a114edec25a1e5a896f06df1c707157..ad37373c957757f0183d413d3b70e56bdd25667a 100644 --- a/MaterialLib/SolidModels/CreateCreepBGRa.h +++ b/MaterialLib/SolidModels/CreateCreepBGRa.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateCreepBGRa.h + * \file * Created on July 11, 2018, 2:26 PM */ diff --git a/MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.cpp b/MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.cpp index 1efb9cdba84d912893ad9a5c8321b46461e6a82f..eaeb78607ad61db9ff1bae08326c387760a021ed 100644 --- a/MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.cpp +++ b/MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateNewtonRaphsonSolverParameters.cpp + * \file * Created on July 10, 2018, 11:32 AM */ diff --git a/MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.h b/MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.h index b65e615f8df3a3e5ac72953bac6f142b1b5a0459..3db0dedd07d6ee764b70f62cc6b89295a0a1e438 100644 --- a/MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.h +++ b/MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateNewtonRaphsonSolverParameters.h + * \file * Created on July 10, 2018, 11:32 AM */ diff --git a/MaterialLib/SolidModels/CreepBGRa.cpp b/MaterialLib/SolidModels/CreepBGRa.cpp index 9671153de1ea580d94825371c536f82b13633f64..46ca8ca412fde81be6b719a38f6000a35f3d4d51 100644 --- a/MaterialLib/SolidModels/CreepBGRa.cpp +++ b/MaterialLib/SolidModels/CreepBGRa.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreepBGRa.cpp + * \file * Created on July 6, 2018, 9:53 AM */ diff --git a/MaterialLib/SolidModels/CreepBGRa.h b/MaterialLib/SolidModels/CreepBGRa.h index d8c02d0f5ef0cc7647ad5b717b871d8df40db0a8..dcccf669daa486d24cc885b89003138202e99341 100644 --- a/MaterialLib/SolidModels/CreepBGRa.h +++ b/MaterialLib/SolidModels/CreepBGRa.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreepBGRa.h + * \file * Created on July 6, 2018, 9:53 AM */ diff --git a/MathLib/Curve/CreatePiecewiseLinearCurve-impl.h b/MathLib/Curve/CreatePiecewiseLinearCurve-impl.h index 8213360c91d734b7e93526071dad455d84a80a3f..a35097b559a2ca1d8fcefa9b540a7ed2eb50edd9 100644 --- a/MathLib/Curve/CreatePiecewiseLinearCurve-impl.h +++ b/MathLib/Curve/CreatePiecewiseLinearCurve-impl.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreatePiecewiseLinearCurve-impl.h + * \file * * Created on November 11, 2016, 10:49 AM */ diff --git a/MathLib/Curve/CreatePiecewiseLinearCurve.h b/MathLib/Curve/CreatePiecewiseLinearCurve.h index 49a0dda042f0dc3b98fa06d94b1438826c878733..781c77705df2b2bc946eefb8d2d54ff715678fd0 100644 --- a/MathLib/Curve/CreatePiecewiseLinearCurve.h +++ b/MathLib/Curve/CreatePiecewiseLinearCurve.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreatePiecewiseLinearCurve.h + * \file * * Created on November 11, 2016, 10:49 AM */ diff --git a/MathLib/Curve/PiecewiseLinearMonotonicCurve.cpp b/MathLib/Curve/PiecewiseLinearMonotonicCurve.cpp index d669e6e491185f9f2e749476cd05dd245688b92e..f9367df2041434d67e928e6dce6f190d328e588a 100644 --- a/MathLib/Curve/PiecewiseLinearMonotonicCurve.cpp +++ b/MathLib/Curve/PiecewiseLinearMonotonicCurve.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file PiecewiseLinearMonotonicCurve.cpp + * \file * * Created on November 11, 2016, 10:49 AM */ diff --git a/MathLib/Curve/PiecewiseLinearMonotonicCurve.h b/MathLib/Curve/PiecewiseLinearMonotonicCurve.h index 2b2d76a0e6f248e452827c25452e90f7800fc5f1..65c13fb1c51c149bcc67a871e4b4333a0bfc8540 100644 --- a/MathLib/Curve/PiecewiseLinearMonotonicCurve.h +++ b/MathLib/Curve/PiecewiseLinearMonotonicCurve.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file PiecewiseLinearMonotonicCurve.h + * \file * * Created on November 11, 2016, 10:49 AM */ diff --git a/MathLib/LinAlg/FinalizeVectorAssembly.h b/MathLib/LinAlg/FinalizeVectorAssembly.h index eb47de7741f955b4e71f83ae08ee9d1807a1a60c..7772256d124c1223524542fc195c5f496e34d4ba 100644 --- a/MathLib/LinAlg/FinalizeVectorAssembly.h +++ b/MathLib/LinAlg/FinalizeVectorAssembly.h @@ -1,5 +1,5 @@ /** - * \file FinalizeVectorAssembly.h + * \file * \author Wenqing Wang * \date Oct, 2013 * diff --git a/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp b/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp index fcce9e402bb9d6f2346942449b3465d7717a2ff0..593b472a87a32c606ec9c2fc2abc05b3f36f89ca 100644 --- a/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp +++ b/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp @@ -1,5 +1,5 @@ /*! - \file PETScLinearSolver.cpp + \file \brief Definition of class PETScLinearSolver, which defines a solver object based on PETSc routines. diff --git a/MathLib/LinAlg/PETSc/PETScLinearSolver.h b/MathLib/LinAlg/PETSc/PETScLinearSolver.h index 10aba46b39d50645513d940ef4c8123bf9c1ffc8..48ac6e95e3f9defc4f100415db052d9a9b430681 100644 --- a/MathLib/LinAlg/PETSc/PETScLinearSolver.h +++ b/MathLib/LinAlg/PETSc/PETScLinearSolver.h @@ -1,5 +1,5 @@ /*! - \file PETScLinearSolver.h + \file \brief Declaration of class PETScLinearSolver, which defines a solver object based on PETSc routines. diff --git a/MathLib/LinAlg/PETSc/PETScMatrix.cpp b/MathLib/LinAlg/PETSc/PETScMatrix.cpp index 410f69c140e98f97807546f35e34337f4c18a490..c24b9864fb24e456339dee2a501b2337a0b2a117 100644 --- a/MathLib/LinAlg/PETSc/PETScMatrix.cpp +++ b/MathLib/LinAlg/PETSc/PETScMatrix.cpp @@ -1,5 +1,5 @@ /*! - \file PETScMatrix.cpp + \file \brief Definition of member functions of class PETScMatrix, which provides an interface to PETSc matrix routines. diff --git a/MathLib/LinAlg/PETSc/PETScMatrix.h b/MathLib/LinAlg/PETSc/PETScMatrix.h index 92191db2e2ad0b1c42fda36dbd2af9d147407f4b..3f70c248ba8caf900d6528c999d685e0ffbb2bc2 100644 --- a/MathLib/LinAlg/PETSc/PETScMatrix.h +++ b/MathLib/LinAlg/PETSc/PETScMatrix.h @@ -1,5 +1,5 @@ /*! - \file PETScMatrix.h + \file \brief Declaration of class PETScMatrix, which provides an interface to PETSc matrix routines. diff --git a/MathLib/LinAlg/PETSc/PETScMatrixOption.h b/MathLib/LinAlg/PETSc/PETScMatrixOption.h index a188c2a0e26a417982b32cfc510fdb48271ae760..3f5f653d478040b19dfe950bc657318476669d24 100644 --- a/MathLib/LinAlg/PETSc/PETScMatrixOption.h +++ b/MathLib/LinAlg/PETSc/PETScMatrixOption.h @@ -1,5 +1,5 @@ /*! - \file PETScMatrixOption.h + \file \brief Define data for the configuration of PETSc matrix and linear solver. \author Wenqing Wang diff --git a/MathLib/LinAlg/PETSc/PETScTools.cpp b/MathLib/LinAlg/PETSc/PETScTools.cpp index 67c145fdeb604e91cdc67a77192fc8cfddc22384..54a342356d62bdc236308958b1db5e2ca8abbae4 100644 --- a/MathLib/LinAlg/PETSc/PETScTools.cpp +++ b/MathLib/LinAlg/PETSc/PETScTools.cpp @@ -1,5 +1,5 @@ /*! - \file PETScTools.cpp + \file \brief Definition of a function related to PETSc solver interface to assign the Dirichlet boundary conditions. diff --git a/MathLib/LinAlg/PETSc/PETScTools.h b/MathLib/LinAlg/PETSc/PETScTools.h index 2bdd138092ad360e2f865bf9b53ebdf383bafede..569d831e526532960a17f70657f39c5ee7bfc9e6 100644 --- a/MathLib/LinAlg/PETSc/PETScTools.h +++ b/MathLib/LinAlg/PETSc/PETScTools.h @@ -1,5 +1,5 @@ /*! - \file PETScTools.h + \file \brief Declaration of a function related to PETSc solver interface to assign the Dirichlet boundary conditions. diff --git a/MathLib/LinAlg/PETSc/PETScVector.cpp b/MathLib/LinAlg/PETSc/PETScVector.cpp index 01273257665187de9a87c8884506a232dee9c5b5..23de689e9546a55f3e1a17b276c9a8dac7cbbb8d 100644 --- a/MathLib/LinAlg/PETSc/PETScVector.cpp +++ b/MathLib/LinAlg/PETSc/PETScVector.cpp @@ -1,5 +1,5 @@ /** - * \file PETScVector.cpp + * \file * \brief Definition of member functions of class PETScVector, * which provides an interface to PETSc vector routines. * diff --git a/MathLib/LinAlg/PETSc/PETScVector.h b/MathLib/LinAlg/PETSc/PETScVector.h index f21604f298522e1483586f5d616f0091fa09bf3a..3d16f1e22f8c212f0dfae0898f319f2ed150961a 100644 --- a/MathLib/LinAlg/PETSc/PETScVector.h +++ b/MathLib/LinAlg/PETSc/PETScVector.h @@ -1,5 +1,5 @@ /** - * \file PETScVector.h + * \file * \brief Declaration of class PETScVector, which provides an interface to * PETSc vector routines. * diff --git a/MeshLib/ElementStatus.cpp b/MeshLib/ElementStatus.cpp index effdd6a0eedb883a9ab59ea164895bb3a81fd817..0e3599ce8cc7a1919dcb1f98761fb51e9bfb74ce 100644 --- a/MeshLib/ElementStatus.cpp +++ b/MeshLib/ElementStatus.cpp @@ -1,5 +1,5 @@ /** - * \file ElementStatus.cpp + * \file * \author Karsten Rink * \date 2012-12-18 * \brief Implementation of the ElementStatus class. diff --git a/MeshLib/ElementStatus.h b/MeshLib/ElementStatus.h index d03007cd6a2d86503879547e50c18804108c40e7..4049bc225af4b11e09fdb11b4bcedbe16e486910 100644 --- a/MeshLib/ElementStatus.h +++ b/MeshLib/ElementStatus.h @@ -1,5 +1,5 @@ /** - * \file ElementStatus.h + * \file * \author Karsten Rink * \date 2012-12-18 * \brief Definition of the ElementStatus class. diff --git a/MeshLib/Elements/ElementErrorCode.h b/MeshLib/Elements/ElementErrorCode.h index d3839ceebe203ba855cd17f1abd2ae0148dae88e..d4f1e2ce9fef047281776b70442d4da8e8934311 100644 --- a/MeshLib/Elements/ElementErrorCode.h +++ b/MeshLib/Elements/ElementErrorCode.h @@ -1,5 +1,5 @@ /** - * \file ElementErrorCode.h + * \file * \author Karsten Rink * \date 2014-02-21 * \brief Definition of ElementErrorCodes. diff --git a/MeshLib/Elements/Elements.h b/MeshLib/Elements/Elements.h index 48e3654b703bb67b74676d0ee2cd4a8d592bab00..da1aa506bc7aa33159e4483dbc07230724fd85a0 100644 --- a/MeshLib/Elements/Elements.h +++ b/MeshLib/Elements/Elements.h @@ -1,5 +1,5 @@ /* - * \file Elements.h + * \file * \brief Cumulative include for all available mesh element types. * * \copyright diff --git a/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp b/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp index 4142db9918c1cf47e7ddb6bb275d645f6cfdcd86..ae8061c2791e7c1ea0050b462a68610fd81d5e62 100644 --- a/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp +++ b/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp @@ -1,5 +1,5 @@ /*! - \file NodePartitionedMeshReader.cpp + \file \author Wenqing Wang \date 2014.08 \brief Define members of class NodePartitionedMeshReader to read node-wise diff --git a/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h b/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h index 4c1591b4e6d310f647a0ab7c0a6cf09bb9fb2b8e..3f0af1ee71669f666b334909746ee271b6f61020 100644 --- a/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h +++ b/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h @@ -1,5 +1,5 @@ /*! - \file NodePartitionedMeshReader.h + \file \author Wenqing Wang \date 2014.08 \brief Declare a class to read node-wise partitioned mesh with MPI functions. diff --git a/MeshLib/IO/VtkIO/VtuInterface-impl.h b/MeshLib/IO/VtkIO/VtuInterface-impl.h index 17b498dabf447db5a61b1b9011a6f1602b4615f2..3b4e2b078d82b01a6288a8246609e6992e13a981 100644 --- a/MeshLib/IO/VtkIO/VtuInterface-impl.h +++ b/MeshLib/IO/VtkIO/VtuInterface-impl.h @@ -1,5 +1,5 @@ /** - * \file VtuInterface-impl.h + * \file * \author Lars Bilke * \date 2014-09-25 * \brief Implementation of the VtuInterface class. diff --git a/MeshLib/MeshEditing/AddLayerToMesh.cpp b/MeshLib/MeshEditing/AddLayerToMesh.cpp index c36313f87676da5702911f0a6fd0c1acea6614bb..bbe92f36ad526f72a016b93cc24be26380d5e3c0 100644 --- a/MeshLib/MeshEditing/AddLayerToMesh.cpp +++ b/MeshLib/MeshEditing/AddLayerToMesh.cpp @@ -1,5 +1,5 @@ /** - * \file AddLayerToMesh.cpp + * \file * \date 2016-01-18 * \brief Implementation of AddLayerToMesh class. * diff --git a/MeshLib/MeshEditing/AddLayerToMesh.h b/MeshLib/MeshEditing/AddLayerToMesh.h index 715f19e4e5d84163703b0fc05c1f54058f33f495..857aa648e1150b0329f862c31fc5b648e56584ea 100644 --- a/MeshLib/MeshEditing/AddLayerToMesh.h +++ b/MeshLib/MeshEditing/AddLayerToMesh.h @@ -1,5 +1,5 @@ /** - * \file AddLayerToMesh.h + * \file * \author Karsten Rink * \date 2016-01-18 * \brief Definition of AddLayerToMesh class diff --git a/MeshLib/MeshEditing/DuplicateMeshComponents.cpp b/MeshLib/MeshEditing/DuplicateMeshComponents.cpp index 6039697280f9cc8b093a2579068b059a72f5e530..1d660c1eaf689d8c5db673d226e7bdd5f1201b28 100644 --- a/MeshLib/MeshEditing/DuplicateMeshComponents.cpp +++ b/MeshLib/MeshEditing/DuplicateMeshComponents.cpp @@ -1,5 +1,5 @@ /** - * \file DuplicateMeshComponents.cpp + * \file * \author Karsten Rink * \date 2014-03-25 * \brief Implementation of Duplicate functions. diff --git a/MeshLib/MeshEditing/DuplicateMeshComponents.h b/MeshLib/MeshEditing/DuplicateMeshComponents.h index 31fb481152470edd0a6895c8e7924a580bafa599..0c15ff864ba41d39e9ee758ab6a4fa00f7e44ecf 100644 --- a/MeshLib/MeshEditing/DuplicateMeshComponents.h +++ b/MeshLib/MeshEditing/DuplicateMeshComponents.h @@ -1,5 +1,5 @@ /** - * \file DuplicateMeshComponents.h + * \file * \author Karsten Rink * \date 2014-03-25 * \brief Definition of Duplicate functions diff --git a/MeshLib/MeshEditing/MeshRevision.cpp b/MeshLib/MeshEditing/MeshRevision.cpp index 6adaa3e3d743f3f42fdab27dc68014f7ebfbe239..33f9e3ba489ab2d8475a54da3bce25c4937f5b1c 100644 --- a/MeshLib/MeshEditing/MeshRevision.cpp +++ b/MeshLib/MeshEditing/MeshRevision.cpp @@ -1,5 +1,5 @@ /** - * \file MeshRevision.cpp + * \file * \author Karsten Rink * \date 2014-02-14 * \brief Implementation of the MeshRevision class. diff --git a/MeshLib/MeshEditing/MeshRevision.h b/MeshLib/MeshEditing/MeshRevision.h index 95db540e3347d1ce7d5dec72b5fd5ccd9555671b..31fcf451b9f027b2fb5e37eb23a151545cfa54cd 100644 --- a/MeshLib/MeshEditing/MeshRevision.h +++ b/MeshLib/MeshEditing/MeshRevision.h @@ -1,5 +1,5 @@ /** - * \file MeshRevision.h + * \file * \author Karsten Rink * \date 2014-02-14 * \brief Definition of the MeshRevision class. diff --git a/MeshLib/MeshEditing/projectMeshOntoPlane.h b/MeshLib/MeshEditing/projectMeshOntoPlane.h index 33004d47524ed2336622c256d177f07c9737f522..fbbb8d1003398c952518235be3661be45fb6a843 100644 --- a/MeshLib/MeshEditing/projectMeshOntoPlane.h +++ b/MeshLib/MeshEditing/projectMeshOntoPlane.h @@ -1,5 +1,5 @@ /** - * \file projectMeshOntoPlane.h + * \file * \author Karsten Rink * \date 2015-04-10 * \brief Definition of the projectMeshOntoPlane diff --git a/MeshLib/MeshGenerators/LayeredMeshGenerator.cpp b/MeshLib/MeshGenerators/LayeredMeshGenerator.cpp index dbca74b4f1ba10cae44653b56bd8f9676e45cc8a..557758967f6e2e8f1618982d981933d96a478ffb 100644 --- a/MeshLib/MeshGenerators/LayeredMeshGenerator.cpp +++ b/MeshLib/MeshGenerators/LayeredMeshGenerator.cpp @@ -1,5 +1,5 @@ /** - * \file LayeredMeshGenerator.cpp + * \file * \author Karsten Rink * \date 2014-09-18 * \brief Implementation of the SubsurfaceMapper class. diff --git a/MeshLib/MeshGenerators/LayeredMeshGenerator.h b/MeshLib/MeshGenerators/LayeredMeshGenerator.h index 8f6079f45605f86348ae768b659fc84c8817aaeb..8adad9d86015603803f58b1cf912d880cd817b42 100644 --- a/MeshLib/MeshGenerators/LayeredMeshGenerator.h +++ b/MeshLib/MeshGenerators/LayeredMeshGenerator.h @@ -1,5 +1,5 @@ /** - * \file LayeredMeshGenerator.h + * \file * \author Karsten Rink * \date 2014-09-18 * \brief Definition of the SubsurfaceMapper class diff --git a/MeshLib/MeshGenerators/LayeredVolume.cpp b/MeshLib/MeshGenerators/LayeredVolume.cpp index 633d49b1c01d9ee5e2f3589c58976b603943825b..ab0a361a4881a7f59d8b6c96fad86b6211e9936a 100644 --- a/MeshLib/MeshGenerators/LayeredVolume.cpp +++ b/MeshLib/MeshGenerators/LayeredVolume.cpp @@ -1,5 +1,5 @@ /** - * \file LayeredVolume.cpp + * \file * \author Karsten Rink * \date 2014-04-11 * \brief Implementation of the LayeredVolume class. diff --git a/MeshLib/MeshGenerators/LayeredVolume.h b/MeshLib/MeshGenerators/LayeredVolume.h index aa3fdf1b01340a8cb23d94675dcb9d7f882d32ef..6488bcf15b2d94cbe0fbc244a1e912d246a02fe2 100644 --- a/MeshLib/MeshGenerators/LayeredVolume.h +++ b/MeshLib/MeshGenerators/LayeredVolume.h @@ -1,5 +1,5 @@ /** - * \file LayeredVolume.h + * \file * \author Karsten Rink * \date 2014-04-11 * \brief Definition of the LayeredVolume class diff --git a/MeshLib/MeshGenerators/MeshLayerMapper.cpp b/MeshLib/MeshGenerators/MeshLayerMapper.cpp index fa132c35b6e34f05909c622e25d9eba75c42073a..8bd245815dacab6997ec6642f6b48be2adbdb216 100644 --- a/MeshLib/MeshGenerators/MeshLayerMapper.cpp +++ b/MeshLib/MeshGenerators/MeshLayerMapper.cpp @@ -1,5 +1,5 @@ /** - * \file MeshLayerMapper.cpp + * \file * \author Karsten Rink * \date 2010-11-01 * \brief Implementation of the MeshLayerMapper class. diff --git a/MeshLib/MeshGenerators/MeshLayerMapper.h b/MeshLib/MeshGenerators/MeshLayerMapper.h index 4e378db4fd8d2f58f50d627d4adb65439e2fef2e..773fc871be168d331d760a81f50d595427728701 100644 --- a/MeshLib/MeshGenerators/MeshLayerMapper.h +++ b/MeshLib/MeshGenerators/MeshLayerMapper.h @@ -1,5 +1,5 @@ /** - * \file MeshLayerMapper.h + * \file * \author Karsten Rink * \date 2010-11-01 * \brief Definition of the MeshLayerMapper class. diff --git a/MeshLib/MeshQuality/AngleSkewMetric.cpp b/MeshLib/MeshQuality/AngleSkewMetric.cpp index 172ece572197722abdb1199ceabc44df9828799c..067d31bf4d6f9ac10e781c240eebe5ea2ce7413b 100644 --- a/MeshLib/MeshQuality/AngleSkewMetric.cpp +++ b/MeshLib/MeshQuality/AngleSkewMetric.cpp @@ -1,5 +1,5 @@ /** - * \file AngleSkewMetric.cpp + * \file * \author Thomas Fischer * \date 2011-03-17 * \brief Implementation of the AngleSkewMetric class. diff --git a/MeshLib/MeshQuality/AngleSkewMetric.h b/MeshLib/MeshQuality/AngleSkewMetric.h index 4fe5b43d7f151d72c246708373e729286b05c82d..f16a278506cce3d1011cb94e638ac81e7b0fa0f6 100644 --- a/MeshLib/MeshQuality/AngleSkewMetric.h +++ b/MeshLib/MeshQuality/AngleSkewMetric.h @@ -1,5 +1,5 @@ /** - * \file AngleSkewMetric.h + * \file * \author Thomas Fischer * \date 2011-03-17 * \brief Definition of the AngleSkewMetric class. diff --git a/MeshLib/MeshQuality/EdgeRatioMetric.cpp b/MeshLib/MeshQuality/EdgeRatioMetric.cpp index d1d63de5b6c6c5c256086dafb43a245cb274316d..886a9704b1c3a316fd3c666856aa4ec005c97e61 100644 --- a/MeshLib/MeshQuality/EdgeRatioMetric.cpp +++ b/MeshLib/MeshQuality/EdgeRatioMetric.cpp @@ -1,5 +1,5 @@ /** - * \file EdgeRatioMetric.cpp + * \file * \author Thomas Fischer * \date 2011-03-03 * \brief Implementation of the EdgeRatioMetric class. diff --git a/MeshLib/MeshQuality/EdgeRatioMetric.h b/MeshLib/MeshQuality/EdgeRatioMetric.h index 84dbfb08ed49e96100eb124473362d7149cb8166..1f149fd7d97337a372c23d817a3f6c62c7641db1 100644 --- a/MeshLib/MeshQuality/EdgeRatioMetric.h +++ b/MeshLib/MeshQuality/EdgeRatioMetric.h @@ -1,5 +1,5 @@ /** - * \file EdgeRatioMetric.h + * \file * \author Thomas Fischer * \date 2011-03-03 * \brief Definition of the AreaMetric class. diff --git a/MeshLib/MeshQuality/ElementQualityInterface.h b/MeshLib/MeshQuality/ElementQualityInterface.h index 8ea1ecdd37520047ea0219c573440d4e217c47e5..5af68d0511fbfc590251e699533c1ec0e935fcf4 100644 --- a/MeshLib/MeshQuality/ElementQualityInterface.h +++ b/MeshLib/MeshQuality/ElementQualityInterface.h @@ -1,5 +1,5 @@ /** - * \file ElementQualityInterface.h + * \file * \author Karsten Rink * \date 2015-03-24 * \brief Definition of the ElementQualityInterface class. diff --git a/MeshLib/MeshQuality/ElementQualityMetric.cpp b/MeshLib/MeshQuality/ElementQualityMetric.cpp index f827acaaa52c1d986ff48fa1306e260050c21a03..92082ed9f4fb54f8adea49ccadde09063c281637 100644 --- a/MeshLib/MeshQuality/ElementQualityMetric.cpp +++ b/MeshLib/MeshQuality/ElementQualityMetric.cpp @@ -1,5 +1,5 @@ /** - * \file ElementQualityMetric.cpp + * \file * \author Thomas Fischer * \date 2010-12-08 * \brief Implementation of the ElementQualityMetricBase class. diff --git a/MeshLib/MeshQuality/ElementQualityMetric.h b/MeshLib/MeshQuality/ElementQualityMetric.h index de83ac683d8fdf3ac18ca144ecc80dba0f5c894e..9efc32540adf5e3f463a270f3b3b7ef2a1b864a8 100644 --- a/MeshLib/MeshQuality/ElementQualityMetric.h +++ b/MeshLib/MeshQuality/ElementQualityMetric.h @@ -1,5 +1,5 @@ /** - * \file ElementQualityMetric.h + * \file * \author Thomas Fischer * \date 2010-12-08 * \brief Definition of the ElementQualityMetricBase class. diff --git a/MeshLib/MeshQuality/ElementSizeMetric.cpp b/MeshLib/MeshQuality/ElementSizeMetric.cpp index dae6f3eb73001c3a07545eac17986077ba9bf7e5..b06bf0dbf1b2f7ecac492e0693221973a1a05248 100644 --- a/MeshLib/MeshQuality/ElementSizeMetric.cpp +++ b/MeshLib/MeshQuality/ElementSizeMetric.cpp @@ -1,5 +1,5 @@ /** - * \file ElementSizeMetric.cpp + * \file * \author Karsten Rink * \date 2011-03-17 * \brief Implementation of the ElementSizeMetric class. diff --git a/MeshLib/MeshQuality/ElementSizeMetric.h b/MeshLib/MeshQuality/ElementSizeMetric.h index 2277f41d12bd6a34cc0be780c79b475093ce9557..10527b82b905bf8a50683fd21c15c43053042266 100644 --- a/MeshLib/MeshQuality/ElementSizeMetric.h +++ b/MeshLib/MeshQuality/ElementSizeMetric.h @@ -1,5 +1,5 @@ /** - * \file ElementSizeMetric.h + * \file * \author Karsten Rink * \date 2011-03-17 * \brief Implementation of the AreaMetric class. diff --git a/MeshLib/MeshQuality/MeshValidation.cpp b/MeshLib/MeshQuality/MeshValidation.cpp index 1e8260fd63a718b2ad90a92a3dc501bdcefc9d52..23bdaba2c5ee366de047e8a978fcd624ad7d892e 100644 --- a/MeshLib/MeshQuality/MeshValidation.cpp +++ b/MeshLib/MeshQuality/MeshValidation.cpp @@ -1,5 +1,5 @@ /** - * \file MeshValidation.cpp + * \file * \author Karsten Rink * \date 2013-04-04 * \brief Implementation of the MeshValidation class. diff --git a/MeshLib/MeshQuality/MeshValidation.h b/MeshLib/MeshQuality/MeshValidation.h index 9a0717d7fda535373c69441c950cc080b592a2bb..9cf067d38753d1e32e7d7c868505261613227075 100644 --- a/MeshLib/MeshQuality/MeshValidation.h +++ b/MeshLib/MeshQuality/MeshValidation.h @@ -1,5 +1,5 @@ /** - * \file MeshValidation.h + * \file * \author Karsten Rink * \date 2013-04-04 * \brief Definition of the MeshValidation class diff --git a/MeshLib/MeshQuality/RadiusEdgeRatioMetric.cpp b/MeshLib/MeshQuality/RadiusEdgeRatioMetric.cpp index c6c796ab0d33caf5d479b61d9112ff787c537cc7..77f798a796a5deb3836c19251e1ac3ff6b39c8b1 100644 --- a/MeshLib/MeshQuality/RadiusEdgeRatioMetric.cpp +++ b/MeshLib/MeshQuality/RadiusEdgeRatioMetric.cpp @@ -1,5 +1,5 @@ /** - * \file RadiusEdgeRatioMetric.cpp + * \file * \author Karsten Rink * \date 2014-09-02 * \brief Implementation of the RadiusEdgeRadioMetric class. diff --git a/MeshLib/MeshQuality/RadiusEdgeRatioMetric.h b/MeshLib/MeshQuality/RadiusEdgeRatioMetric.h index 8a91a84273b36790d314a130f821d2e32cee47e9..584886f663c7c36ea438505c4ecd1d380a6220b4 100644 --- a/MeshLib/MeshQuality/RadiusEdgeRatioMetric.h +++ b/MeshLib/MeshQuality/RadiusEdgeRatioMetric.h @@ -1,5 +1,5 @@ /** - * \file RadiusEdgeRatioMetric.h + * \file * \author Karsten Rink * \date 2014-09-02 * \brief Definition of the RadiusEdgeRatioMetric class. diff --git a/MeshLib/MeshQuality/SizeDifferenceMetric.cpp b/MeshLib/MeshQuality/SizeDifferenceMetric.cpp index 2f4950c73f8a00c453664370f4bec732340e5ef1..6c98540f11ab27b317a93e5eddad8df0872a069e 100644 --- a/MeshLib/MeshQuality/SizeDifferenceMetric.cpp +++ b/MeshLib/MeshQuality/SizeDifferenceMetric.cpp @@ -1,5 +1,5 @@ /** - * \file SizeDifferenceMetric.cpp + * \file * \author Karsten Rink * \date 2015-03-24 * \brief Implementation of the SizeDifferenceMetric class. diff --git a/MeshLib/MeshQuality/SizeDifferenceMetric.h b/MeshLib/MeshQuality/SizeDifferenceMetric.h index f6af7c9a7b5337464f05a96588d436e2dfc29220..83cc3994a685b2cb844cd94cc0e7adda67545f56 100644 --- a/MeshLib/MeshQuality/SizeDifferenceMetric.h +++ b/MeshLib/MeshQuality/SizeDifferenceMetric.h @@ -1,5 +1,5 @@ /** - * \file SizeDifferenceMetric.h + * \file * \author Karsten Rink * \date 2015-03-24 * \brief Definition of the SizeDifferenceMetric class. diff --git a/MeshLib/MeshSurfaceExtraction.cpp b/MeshLib/MeshSurfaceExtraction.cpp index efb18203dc6912aa0a46aecc2bbffe8c4310fc05..b2c5bae5c5677740b2f37eddbada6c6ad51fee97 100644 --- a/MeshLib/MeshSurfaceExtraction.cpp +++ b/MeshLib/MeshSurfaceExtraction.cpp @@ -1,5 +1,5 @@ /** - * \file MeshSurfaceExtraction.cpp + * \file * \author Karsten Rink * \date 2013-04-04 * \brief Implementation of the MeshSurfaceExtraction class. diff --git a/MeshLib/MeshSurfaceExtraction.h b/MeshLib/MeshSurfaceExtraction.h index 9011108deed9f65bdbf16e16bad08f8c28d0d2a4..717ef211f3f021b4d0350f5c91ec24aaba628f6c 100644 --- a/MeshLib/MeshSurfaceExtraction.h +++ b/MeshLib/MeshSurfaceExtraction.h @@ -1,5 +1,5 @@ /** - * \file MeshSurfaceExtraction.h + * \file * \author Karsten Rink * \date 2013-04-04 * \brief Definition of the MeshSurfaceExtraction class diff --git a/MeshLib/NodePartitionedMesh.h b/MeshLib/NodePartitionedMesh.h index e09fdce3f3514bc87f42ee8d2bc341f9035c169d..4e4ab688138949db03fc4c6a76966d3cfe9b0bbe 100644 --- a/MeshLib/NodePartitionedMesh.h +++ b/MeshLib/NodePartitionedMesh.h @@ -1,5 +1,5 @@ /*! - \file NodePartitionedMesh.h + \file \author Wenqing Wang \date 2014.06 \brief Definition of mesh class for partitioned mesh (by node) for parallel diff --git a/NumLib/Fem/ShapeFunction/ShapeStaticConsts.cpp b/NumLib/Fem/ShapeFunction/ShapeStaticConsts.cpp index a21c0a6f318f18cfa51a11cda3c1038cf69e9527..139569dd48be1b67b6567d4b73538e2374ab735d 100644 --- a/NumLib/Fem/ShapeFunction/ShapeStaticConsts.cpp +++ b/NumLib/Fem/ShapeFunction/ShapeStaticConsts.cpp @@ -1,5 +1,5 @@ /** - * \file ShapeStaticConsts.cpp + * \file * * \copyright * Copyright (c) 2012-2019, OpenGeoSys Community (http://www.opengeosys.org) diff --git a/NumLib/ODESolver/TimeDiscretization.cpp b/NumLib/ODESolver/TimeDiscretization.cpp index 4c576709f665f2b520d95d1ec77525fbcada1138..e104c957d71476ca2c6bf8b854e5373791c76c5e 100644 --- a/NumLib/ODESolver/TimeDiscretization.cpp +++ b/NumLib/ODESolver/TimeDiscretization.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TimeDiscretization.cpp + * \file * Created on March 31, 2017, 10:30 AM */ diff --git a/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.cpp b/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.cpp index 337a0b59cd09881c44df5a90d06bac98769d0d50..f021e9816be8cdb4100af53974187c25f5e9cd0b 100644 --- a/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.cpp +++ b/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateEvolutionaryPIDcontroller.cpp + * \file * Created on June 26, 2017, 4:43 PM */ diff --git a/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.h b/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.h index 9912f29740c924b492440754b51f7760f469eb35..da87297185b497ddea27d1db95b756322e43f6e2 100644 --- a/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.h +++ b/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateEvolutionaryPIDcontroller.h + * \file * Created on June 26, 2017, 4:43 PM */ diff --git a/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.cpp b/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.cpp index e4d22c44ae212c6e1966403c2cffbf19d3c981b3..43ca27e3c9a1629bdf85bb570ba8a6f06845e8b4 100644 --- a/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.cpp +++ b/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateFixedTimeStepping.cpp + * \file * Created on June 26, 2017, 5:03 PM */ diff --git a/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.h b/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.h index 49c07157db4835cf65768a30c4720dd6848e5ed3..b8df257811d04243a6a792ee5fd7efdf1c381e6e 100644 --- a/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.h +++ b/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateFixedTimeStepping.h + * \file * Created on June 26, 2017, 5:02 PM */ diff --git a/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.cpp b/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.cpp index 21e54d04033f5d22c8beb85927b274cacd30ffa9..4a8d96aa80677c657291845393823ccd1dcecd3e 100644 --- a/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.cpp +++ b/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file EvolutionaryPIDcontroller.cpp + * \file * Created on March 31, 2017, 4:13 PM */ diff --git a/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.h b/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.h index 76a9a1c89d7972e975a31ccd98de50a243802ea0..fe8827f3a811517e1ac162c7fb25f60a00097894 100644 --- a/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.h +++ b/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file EvolutionaryPIDcontroller.h + * \file * Created on March 31, 2017, 4:13 PM */ diff --git a/NumLib/TimeStepping/CreateTimeStepper.cpp b/NumLib/TimeStepping/CreateTimeStepper.cpp index e9528def7dc975b13ad7efd4b058269c711b41ac..cdd61933395d5baef5d59953c06e3aed8a29816e 100644 --- a/NumLib/TimeStepping/CreateTimeStepper.cpp +++ b/NumLib/TimeStepping/CreateTimeStepper.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateTimeStepper.cpp + * \file * Created on May 2, 2017, 12:18 PM */ diff --git a/NumLib/TimeStepping/CreateTimeStepper.h b/NumLib/TimeStepping/CreateTimeStepper.h index 82c5f8da8a1787e4974c925441b8b1e859d51b78..4b8b6cfec3397469e780e890d8e7b11dc0e44cc1 100644 --- a/NumLib/TimeStepping/CreateTimeStepper.h +++ b/NumLib/TimeStepping/CreateTimeStepper.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateTimeStepper.h + * \file * Created on May 2, 2017, 12:18 PM */ diff --git a/ProcessLib/CoupledSolutionsForStaggeredScheme.cpp b/ProcessLib/CoupledSolutionsForStaggeredScheme.cpp index 366ebfc7cd15ef258e8258539a68b3e74ac20ced..e424c32a4fe67b28ac381bc00560be87a14c7cac 100644 --- a/ProcessLib/CoupledSolutionsForStaggeredScheme.cpp +++ b/ProcessLib/CoupledSolutionsForStaggeredScheme.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CoupledSolutionsForStaggeredScheme.cpp + * \file * * Created on November 7, 2016, 12:14 PM */ diff --git a/ProcessLib/CoupledSolutionsForStaggeredScheme.h b/ProcessLib/CoupledSolutionsForStaggeredScheme.h index 3f6db1a17a144cdbb52440110eaa37be8d809690..9f80e1d3c3e99acd57157df5872c0b2bf41ef75e 100644 --- a/ProcessLib/CoupledSolutionsForStaggeredScheme.h +++ b/ProcessLib/CoupledSolutionsForStaggeredScheme.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CoupledSolutionsForStaggeredScheme.h + * \file * * Created on November 7, 2016, 12:14 PM */ diff --git a/ProcessLib/HT/HTLocalAssemblerInterface.h b/ProcessLib/HT/HTLocalAssemblerInterface.h index 75ec7e33a370f88b52cd0df68664b115d9663ecc..54b4569465b19bd15852cbf5200d4b810285ae6c 100644 --- a/ProcessLib/HT/HTLocalAssemblerInterface.h +++ b/ProcessLib/HT/HTLocalAssemblerInterface.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file HTLocalAssemblerInterface.h + * \file * Created on October 11, 2017, 1:35 PM */ diff --git a/ProcessLib/HT/MonolithicHTFEM.h b/ProcessLib/HT/MonolithicHTFEM.h index 73dfbc0f4a29126b3dd99bec34f26162ac3829f2..e42a3860f8f6d1e4e1323b8c5c27445cb729f5e2 100644 --- a/ProcessLib/HT/MonolithicHTFEM.h +++ b/ProcessLib/HT/MonolithicHTFEM.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file MonolithicHTFEM.h + * \file * Created on October 11, 2017, 2:33 PM */ diff --git a/ProcessLib/HT/StaggeredHTFEM-impl.h b/ProcessLib/HT/StaggeredHTFEM-impl.h index 1caf535f550bc82392bc9e2f3120908427f983f8..405adf3a86f1506b4658a42d44fc3d6e034ddd60 100644 --- a/ProcessLib/HT/StaggeredHTFEM-impl.h +++ b/ProcessLib/HT/StaggeredHTFEM-impl.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file StaggeredHTFEM-impl.h + * \file * Created on October 13, 2017, 3:52 PM */ diff --git a/ProcessLib/HT/StaggeredHTFEM.h b/ProcessLib/HT/StaggeredHTFEM.h index 6c9d02e4605cf2ef03450373a29699e25bc5cc66..e97f11f093ad19738ef9cab28572203d4e819d3e 100644 --- a/ProcessLib/HT/StaggeredHTFEM.h +++ b/ProcessLib/HT/StaggeredHTFEM.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file StaggeredHTFEM.h + * \file * Created on October 11, 2017, 1:42 PM */ diff --git a/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h b/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h index 0e0873995f7df96858e038e7e5989f842636d277..51526cf943cd0a6f9fe2a9891ed0c097ccb3defe 100644 --- a/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h +++ b/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file HydroMechanicsFEM-impl.h + * \file * Created on November 29, 2017, 2:03 PM */ diff --git a/ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.cpp b/ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.cpp index f14f3e341b7b9d43fdda3d20b90bb22810828667..1994d3be6bd20efffb608c9f36b24c3a710dac0b 100644 --- a/ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.cpp +++ b/ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateLiquidFlowMaterialProperties.cpp + * \file * * Created on December 14, 2016, 1:20 PM */ diff --git a/ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.h b/ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.h index 86199632a824c34e503238a227ef6b2738fff380..31ca0cc4d5af64f61c285f462a2663748667b168 100644 --- a/ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.h +++ b/ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateLiquidFlowMaterialProperties.h + * \file * * Created on December 14, 2016, 1:20 PM */ diff --git a/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.cpp b/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.cpp index 6e1d55e36a425af8aeeb33cc7f737b50e3aa44aa..7435ef5d6bdb178b612eb6c4ebe21fe45b27fba8 100644 --- a/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.cpp +++ b/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateLiquidFlowProcess.cpp + * \file * * Created on August 19, 2016, 1:30 PM */ diff --git a/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h b/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h index e4575df5fb24c59d8229959c9cba25c41c3d1395..c979024967403ec0c30d1e486c03d3a76df3dcbe 100644 --- a/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h +++ b/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateLiquidFlowProcess.h + * \file * * Created on August 19, 2016, 1:30 PM */ diff --git a/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler.h b/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler.h index 9f5d935b29cc265c766d4a3d85ae7e7026e06fdf..98fc0f20817e09fdc07cc630ec29f19b20ed7df8 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler.h +++ b/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file LiquidFlowLocalAssembler.h + * \file * * Created on August 19, 2016, 2:28 PM */ diff --git a/ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.cpp b/ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.cpp index 5cb3dd5f9ff9c2d5be91605e1fe71ba869f177e8..96ba20f47bb8ad9d8b551114130c8b1a5bfa4e6d 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.cpp +++ b/ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file LiquidFlowMaterialProperties.cpp + * \file * * Created on August 18, 2016, 11:49 AM */ diff --git a/ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.h b/ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.h index 0bee25d7716609260d70b894d87b88bb59f7a7f8..eed677ae87e2e8c45533a14395f54c912a3210b4 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.h +++ b/ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file LiquidFlowMaterialProperties.h + * \file * * Created on August 18, 2016, 11:03 AM */ diff --git a/ProcessLib/LiquidFlow/LiquidFlowProcess.cpp b/ProcessLib/LiquidFlow/LiquidFlowProcess.cpp index 64be0d697ea34be4dd0537fde8154a76d480d779..c313700f210a8809debee760a00be81f7d876793 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowProcess.cpp +++ b/ProcessLib/LiquidFlow/LiquidFlowProcess.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file LiquidFlowProcess.cpp + * \file * * Created on August 19, 2016, 1:38 PM */ diff --git a/ProcessLib/LiquidFlow/LiquidFlowProcess.h b/ProcessLib/LiquidFlow/LiquidFlowProcess.h index f639b5d27ba91224a907e398619b9e71a1dafbb2..24e977dbba1b2c8bb79cdb2088e0147f59c48883 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowProcess.h +++ b/ProcessLib/LiquidFlow/LiquidFlowProcess.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file LiquidFlowProcess.h + * \file * * Created on August 19, 2016, 1:38 PM */ diff --git a/ProcessLib/PhaseField/PhaseFieldFEM-impl.h b/ProcessLib/PhaseField/PhaseFieldFEM-impl.h index 82f5c2b91aac9cd982e7d9494f6a0e1303b652e0..87294708f2803fe677794a4de5ca396d92c90276 100644 --- a/ProcessLib/PhaseField/PhaseFieldFEM-impl.h +++ b/ProcessLib/PhaseField/PhaseFieldFEM-impl.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file PhaseFieldFEM-impl.h + * \file * Created on January 8, 2018, 3:00 PM */ #pragma once diff --git a/ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h b/ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h index 5656d8d15382df0804820291219174c7c7524f28..2dd534433842595f1f340861cc01f10a68eb9c56 100644 --- a/ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h +++ b/ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file RichardsMechanicsFEM-impl.h + * \file * Created on November 29, 2017, 2:03 PM */ diff --git a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM-impl.h b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM-impl.h index e1551a278e81654fff43fb7cab344af68fe8840d..9efd97a247fea326fff814d12ba24d627acdc642 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM-impl.h +++ b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM-impl.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file ThermoMechanicalPhaseFieldFEM-impl.h + * \file * Created on January 8, 2018, 3:00 PM */ #pragma once diff --git a/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h b/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h index 9e472c3a692094d9d404d249a8e1bcf3dacd4387..9a44e5bd48f36bb0012731997017cfb6b50af734 100644 --- a/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h +++ b/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file ThermoMechanicsFEM-impl.h + * \file * * Created on July 2, 2019, 2:12 PM * diff --git a/Tests/FileIO/TestBoostGmlInterface.cpp b/Tests/FileIO/TestBoostGmlInterface.cpp index e2fc545741636076b1d2139972de5c18a3b29abf..dbf30882208b86d01017c9dc85d98bd703fae3c7 100644 --- a/Tests/FileIO/TestBoostGmlInterface.cpp +++ b/Tests/FileIO/TestBoostGmlInterface.cpp @@ -1,5 +1,5 @@ /** - * \file TestBoostGmlInterface.cpp + * \file * \author Karsten Rink * \date 2016-02-16 * diff --git a/Tests/FileIO/TestCsvReader.cpp b/Tests/FileIO/TestCsvReader.cpp index 166497a69d5a2dafef927917970f7b36eef2da57..95dc3c909213b07206817fae11e41a353728c068 100644 --- a/Tests/FileIO/TestCsvReader.cpp +++ b/Tests/FileIO/TestCsvReader.cpp @@ -1,5 +1,5 @@ /** - * \file TestCsvReader.cpp + * \file * \author Karsten Rink * \date 2015-04-09 * diff --git a/Tests/FileIO/TestGmlInterface.h b/Tests/FileIO/TestGmlInterface.h index 29f4387ec77e3591b86989f0f53956fa3a0afc57..273d26f1ccebe74b9497b4fc93efd02a4c99ca67 100644 --- a/Tests/FileIO/TestGmlInterface.h +++ b/Tests/FileIO/TestGmlInterface.h @@ -1,5 +1,5 @@ /** - * \file TestGmlInterface.h + * \file * \author Karsten Rink * \date 2016-02-21 * diff --git a/Tests/FileIO/TestTetGenInterface.cpp b/Tests/FileIO/TestTetGenInterface.cpp index 2388a58085d34b3881b6958ee9f57abe22da9fa1..875849fc1ebc7a0d7912054504bfc3d706e60975 100644 --- a/Tests/FileIO/TestTetGenInterface.cpp +++ b/Tests/FileIO/TestTetGenInterface.cpp @@ -1,5 +1,5 @@ /** - * \file TestTetGenInterface.cpp + * \file * \author Karsten Rink * \date 2016-02-19 * diff --git a/Tests/FileIO_Qt/TestQtGmlInterface.cpp b/Tests/FileIO_Qt/TestQtGmlInterface.cpp index 29fd44843350d35afe63b275eb0845215d6ba7b4..d2ecf9588a85e75780e83343c29360d4ed142c8d 100644 --- a/Tests/FileIO_Qt/TestQtGmlInterface.cpp +++ b/Tests/FileIO_Qt/TestQtGmlInterface.cpp @@ -1,5 +1,5 @@ /** - * \file TestQtGmlInterface.cpp + * \file * \author Karsten Rink * \date 2013-03-20 * diff --git a/Tests/GeoLib/TestBoundingSphere.cpp b/Tests/GeoLib/TestBoundingSphere.cpp index cc09d2c865be302ef94e3ab6c4b87fcfaa75fa20..99a087456751ebe61f602c85a22b72d46c57554a 100644 --- a/Tests/GeoLib/TestBoundingSphere.cpp +++ b/Tests/GeoLib/TestBoundingSphere.cpp @@ -1,5 +1,5 @@ /** - * \file TestBoundingSphere.cpp + * \file * \author Karsten Rink * \date 2014-08-29 * diff --git a/Tests/GeoLib/TestPointsOnAPlane.cpp b/Tests/GeoLib/TestPointsOnAPlane.cpp index 29ff2430adfa960e4ed121144669a8e44bbd0ddb..7facd11959cab00f6a2cd8ac0adef060b6baabea 100644 --- a/Tests/GeoLib/TestPointsOnAPlane.cpp +++ b/Tests/GeoLib/TestPointsOnAPlane.cpp @@ -1,5 +1,5 @@ /** - * \file TestPointsOnAPlane.cpp + * \file * \author Karsten Rink * \date 2014-02-26 * diff --git a/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp b/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp index 94d93cc0554d7f4ddf335cd3691f70896ccfe3f8..32d4dc722517fdd157e6e71de9e39de109a7e158 100644 --- a/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp +++ b/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestCapillaryPressureSaturationModel.cpp + * \file * * Created on November 1, 2016, 11:06 AM */ diff --git a/Tests/MaterialLib/TestDimensionLessGibbsFreeEnergy.cpp b/Tests/MaterialLib/TestDimensionLessGibbsFreeEnergy.cpp index 1f1490ab837aace238da2a875fd4370ad7a66028..88fe104637bcc98367cec9822ae93c94cb9c0a8b 100644 --- a/Tests/MaterialLib/TestDimensionLessGibbsFreeEnergy.cpp +++ b/Tests/MaterialLib/TestDimensionLessGibbsFreeEnergy.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestDimensionLessGibbsFreeEnergy.cpp + * \file * * Created on December 9, 2016, 12:31 PM */ diff --git a/Tests/MaterialLib/TestFluidDensity.cpp b/Tests/MaterialLib/TestFluidDensity.cpp index 279a1b9348179d2b24c0b30a954b3c5959b5a016..36ae64c55802f61fe7ea6f827732ebbbb56bfdb5 100644 --- a/Tests/MaterialLib/TestFluidDensity.cpp +++ b/Tests/MaterialLib/TestFluidDensity.cpp @@ -1,5 +1,5 @@ /*! - \file TestFluidDensity.cpp + \file \brief Test classes for fluid density models. \author Wenqing Wang diff --git a/Tests/MaterialLib/TestFluidProperties.cpp b/Tests/MaterialLib/TestFluidProperties.cpp index ce458140ee0117ee001a90085537f51aa3da269a..faadee7250fc2f721fbc02c5de9ccad2e48a83d9 100644 --- a/Tests/MaterialLib/TestFluidProperties.cpp +++ b/Tests/MaterialLib/TestFluidProperties.cpp @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFluidProperties.cpp + * \file * */ diff --git a/Tests/MaterialLib/TestFluidSpecificHeatCapacityModel.cpp b/Tests/MaterialLib/TestFluidSpecificHeatCapacityModel.cpp index 908ff565fbae38c4544afd6ec3eb28a140521ec3..002a6de0d9420cb0dc5a7dc94b0452911011ed3f 100644 --- a/Tests/MaterialLib/TestFluidSpecificHeatCapacityModel.cpp +++ b/Tests/MaterialLib/TestFluidSpecificHeatCapacityModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFluidSpecificHeatCapacityModel.cpp + * \file * */ diff --git a/Tests/MaterialLib/TestFluidThermalConductivityModel.cpp b/Tests/MaterialLib/TestFluidThermalConductivityModel.cpp index 8ea3a77be51934115406873025043f58ee2f37fb..101f313d8a2976140c055e6d5a932d4535f1430e 100644 --- a/Tests/MaterialLib/TestFluidThermalConductivityModel.cpp +++ b/Tests/MaterialLib/TestFluidThermalConductivityModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFluidThermalConductivityModel.cpp + * \file * */ diff --git a/Tests/MaterialLib/TestFluidViscosity.cpp b/Tests/MaterialLib/TestFluidViscosity.cpp index a5a39f97cd4e22f819185a2afeb39539e4c6c700..93609fa68bd52944e1c57e60d11aa04b0a46c247 100644 --- a/Tests/MaterialLib/TestFluidViscosity.cpp +++ b/Tests/MaterialLib/TestFluidViscosity.cpp @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFluidViscosity.cpp + * \file * */ diff --git a/Tests/MaterialLib/TestPorousMediumStorage.cpp b/Tests/MaterialLib/TestPorousMediumStorage.cpp index 61ed7b9c99cee4a26edd1bc10e098e1bf481f8d1..29bdda8b84fb8fc0d060b9bc7dcc2f056aea9ae1 100644 --- a/Tests/MaterialLib/TestPorousMediumStorage.cpp +++ b/Tests/MaterialLib/TestPorousMediumStorage.cpp @@ -1,5 +1,5 @@ /*! - \file TestPorousMediumStorage.cpp + \file \brief Test the classes for storage models. \copyright diff --git a/Tests/MaterialLib/TestRelativePermeabilityModel.cpp b/Tests/MaterialLib/TestRelativePermeabilityModel.cpp index df05d51a27aee8e24235c3cea3a2281256458f2f..3587b9c1bce85d5f26366f877df7fcdcb3c5644c 100644 --- a/Tests/MaterialLib/TestRelativePermeabilityModel.cpp +++ b/Tests/MaterialLib/TestRelativePermeabilityModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestRelativePermeabilityModel.cpp + * \file * * Created on November 2, 2016, 3:09 PM */ diff --git a/Tests/MathLib/TestDividedByPlane.cpp b/Tests/MathLib/TestDividedByPlane.cpp index 479a0fa9f81ab1f102e09afe7cda92a8aff401ee..33f85375988bc0d77de96a5b38a620352cc1c45d 100644 --- a/Tests/MathLib/TestDividedByPlane.cpp +++ b/Tests/MathLib/TestDividedByPlane.cpp @@ -1,5 +1,5 @@ /** - * \file TestDividedByPlane.cpp + * \file * \author Karsten Rink * \date 2014-02-26 * diff --git a/Tests/MathLib/TestPiecewiseLinearCurve.cpp b/Tests/MathLib/TestPiecewiseLinearCurve.cpp index 04accb5ffcfc1313dbf8ae5b9943def51c9b5d8e..50c4f0336b2403f00fc111b3f250d3596d35784c 100644 --- a/Tests/MathLib/TestPiecewiseLinearCurve.cpp +++ b/Tests/MathLib/TestPiecewiseLinearCurve.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestPiecewiseLinearCurve.cpp + * \file * * Created on November 11, 2016, 10:58 AM */ diff --git a/Tests/NumLib/FeTestData/TestFeHEX20.h b/Tests/NumLib/FeTestData/TestFeHEX20.h index 23d5d791d971c8e0fbb9e1de6da271ab9dd29393..325fad471bd08b5d3090dab81a24ef9a7daad0c4 100644 --- a/Tests/NumLib/FeTestData/TestFeHEX20.h +++ b/Tests/NumLib/FeTestData/TestFeHEX20.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFeHEX20.h + * \file * Created on July 13, 2017, 2:40 PM */ diff --git a/Tests/NumLib/FeTestData/TestFePRISM15.h b/Tests/NumLib/FeTestData/TestFePRISM15.h index a9f68e0912721f58e4d642d510005d66c77de2ad..17f279089850a00c68e0f6489b6eea9345c3dd24 100644 --- a/Tests/NumLib/FeTestData/TestFePRISM15.h +++ b/Tests/NumLib/FeTestData/TestFePRISM15.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFePRISM15.h + * \file * Created on July 13, 2017, 2:56 PM */ diff --git a/Tests/NumLib/FeTestData/TestFePYRA13.h b/Tests/NumLib/FeTestData/TestFePYRA13.h index 789c4c171c7fa2b16b5633157cd8371ab407eeb6..d85ae6a49d4de96b67bf2323ab20ca6e8e676e6a 100644 --- a/Tests/NumLib/FeTestData/TestFePYRA13.h +++ b/Tests/NumLib/FeTestData/TestFePYRA13.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFePYRA13.h + * \file * Created on July 13, 2017, 2:57 PM */ diff --git a/Tests/NumLib/FeTestData/TestFeQUAD8.h b/Tests/NumLib/FeTestData/TestFeQUAD8.h index 3833def51314a319bd4b3e97b0b85c20fec31a4c..92dfe3a6cfb4e97f76117f5361096fb9dc3babad 100644 --- a/Tests/NumLib/FeTestData/TestFeQUAD8.h +++ b/Tests/NumLib/FeTestData/TestFeQUAD8.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFeQUAD8.h + * \file * Created on July 13, 2017, 3:00 PM */ diff --git a/Tests/NumLib/FeTestData/TestFeQUAD9.h b/Tests/NumLib/FeTestData/TestFeQUAD9.h index e1737ee7bd349048acda47febfb8d99e062c7d1d..c3b426b76267d3fd7c7c546adde000f4c82058e8 100644 --- a/Tests/NumLib/FeTestData/TestFeQUAD9.h +++ b/Tests/NumLib/FeTestData/TestFeQUAD9.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFeQuad9.h + * \file * Created on July 13, 2017, 2:52 PM */ diff --git a/Tests/NumLib/FeTestData/TestFeTET10.h b/Tests/NumLib/FeTestData/TestFeTET10.h index e6f50c56ea0d69519088ed55676d10d939b82a5c..9c0658fadb610b4bf8fb62f16173c652bcf2b575 100644 --- a/Tests/NumLib/FeTestData/TestFeTET10.h +++ b/Tests/NumLib/FeTestData/TestFeTET10.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFeTET10.h + * \file * Created on July 13, 2017, 2:57 PM */ diff --git a/Tests/NumLib/FeTestData/TestFeTRI6.h b/Tests/NumLib/FeTestData/TestFeTRI6.h index edff402f176b0d02ecc119d7f5926ef021f4f54a..855c704e9ac8be1cbfdae95e6f4f0c1f2c730416 100644 --- a/Tests/NumLib/FeTestData/TestFeTRI6.h +++ b/Tests/NumLib/FeTestData/TestFeTRI6.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFeTRI6.h + * \file * Created on July 13, 2017, 2:58 PM */ diff --git a/Tests/NumLib/TestGradShapeFunction.cpp b/Tests/NumLib/TestGradShapeFunction.cpp index d05d1dbb4e7eb7f814b4cb52182fc696485969b8..5f46f17c942072ac925597f4567ee88903648a39 100644 --- a/Tests/NumLib/TestGradShapeFunction.cpp +++ b/Tests/NumLib/TestGradShapeFunction.cpp @@ -8,7 +8,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestGradShapeFunction.cpp + * \file * Created on July 14, 2017, 10:08 AM */ diff --git a/Tests/NumLib/TestTimeSteppingEvolutionaryPIDcontroller.cpp b/Tests/NumLib/TestTimeSteppingEvolutionaryPIDcontroller.cpp index debb22fd2203d30bd7e005390768eda2ffbf9dae..7b5fe00e975dea507c01658c815409e201067576 100644 --- a/Tests/NumLib/TestTimeSteppingEvolutionaryPIDcontroller.cpp +++ b/Tests/NumLib/TestTimeSteppingEvolutionaryPIDcontroller.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestTimeSteppingEvolutionaryPIDcontroller.cpp + * \file * Created on April 5, 2017, 12:09 PM */