diff --git a/BaseLib/BuildInfo.h.in b/BaseLib/BuildInfo.h.in index 145411c6c79afdf91edc64b3ce9494a8acb3e082..6667cb8c414bcb948cfbd90463cf0e3e06f744d6 100644 --- a/BaseLib/BuildInfo.h.in +++ b/BaseLib/BuildInfo.h.in @@ -1,7 +1,8 @@ /** * \file BuildInfo.h.in - * 24/08/2010 LB Initial implementation - * #defines which gets set through CMake + * #defines which gets set through CMake. + * + * Created on 2010-08-24 by Lars Bilke */ #ifndef BUILDINFO_H diff --git a/BaseLib/CPUTime.cpp b/BaseLib/CPUTime.cpp index a442b9b79e1cfa5aceb9bc4ab7656005c754a992..567c02f333f3fda497ece018d1993e808688f118 100644 --- a/BaseLib/CPUTime.cpp +++ b/BaseLib/CPUTime.cpp @@ -1,8 +1,7 @@ -/* - * CPUTime.cpp +/** + * \file CPUTime.cpp * - * Created on: May 10, 2012 - * Author: TF + * Created on 2012-05-10 by Thomas Fischer */ #include "CPUTime.h" diff --git a/BaseLib/CPUTime.h b/BaseLib/CPUTime.h index 7198c6d3ec2ac679228a0bbfefe595fa1f23a318..c082507a60fbeead05607a11e248d390fd5a7190 100644 --- a/BaseLib/CPUTime.h +++ b/BaseLib/CPUTime.h @@ -1,8 +1,7 @@ -/* - * CPUTime.h +/** + * \file CPUTime.h * - * Created on: May 10, 2012 - * Author: TF + * Created on 2012-05-10 by Thomas Fischer */ #ifndef CPUTIME_H diff --git a/BaseLib/DateTools.cpp b/BaseLib/DateTools.cpp index c15b18ebf6c7e9a37c722e6e473e74364a15b53f..8e8516bddada953bf91f58300a5ed693ae8d6e74 100644 --- a/BaseLib/DateTools.cpp +++ b/BaseLib/DateTools.cpp @@ -1,9 +1,7 @@ -/* - * DateTools.cpp +/** + * \file DateTools.cpp * - * Created on: Jun 16, 2010 - * Author: KR Initial implementation (in header file) - * TF moved implementation to source file + * Created on 2010-06-16 by Karsten Rink */ #include "DateTools.h" diff --git a/BaseLib/FileTools.h b/BaseLib/FileTools.h index 0b2b428f25119e79fcb5cfdce80af076b2fe1972..a1f737bdb432704f9cbf0e85c60f34c897decd95 100644 --- a/BaseLib/FileTools.h +++ b/BaseLib/FileTools.h @@ -1,6 +1,7 @@ /** * \file FileTools.h - * 26/4/2010 LB Initial implementation + * + * Created on 2010-04-26 by Lars Bilke * */ diff --git a/BaseLib/MemWatch.cpp b/BaseLib/MemWatch.cpp index 7d2e6e294fc966f0e16e514281ad7f23099e641e..8d9eddf35a4378d2f29bd0fd42a89f50144743c7 100644 --- a/BaseLib/MemWatch.cpp +++ b/BaseLib/MemWatch.cpp @@ -1,8 +1,7 @@ -/* - * MemWatch.cpp +/** + * \file MemWatch.cpp * - * Created on: May 7, 2012 - * Author: TF + * Created on 2012-05-07 by Thomas Fischer */ #include "MemWatch.h" diff --git a/BaseLib/MemWatch.h b/BaseLib/MemWatch.h index 2afa771ba80aeb18f1d90af4fd6bbaed78715286..0f8f5ebf6915229c33a5b340438d19f43ffebdc6 100644 --- a/BaseLib/MemWatch.h +++ b/BaseLib/MemWatch.h @@ -1,8 +1,7 @@ -/* - * MemWatch.h +/** + * \file MemWatch.h * - * Created on: May 7, 2012 - * Author: TF + * Created on 2012-05-07 by Thomas Fischer */ #ifndef MEMWATCH_H_ diff --git a/BaseLib/RunTime.cpp b/BaseLib/RunTime.cpp index d9652790f4931792ad57b45322f981718c6f22bb..c8a84ddd3ce98d98510bf0dde20372c0b0f9d85f 100644 --- a/BaseLib/RunTime.cpp +++ b/BaseLib/RunTime.cpp @@ -1,8 +1,7 @@ -/* - * RunTime.cpp +/** + * \file RunTime.cpp * - * Created on: May 10, 2012 - * Author: TF + * Created on 2012-05-10 by Thomas Fischer */ #include "RunTime.h" diff --git a/BaseLib/RunTime.h b/BaseLib/RunTime.h index 8d282958829256a003e59603e90c977224eaa7ba..83d6e3b8897993860b49930afd83fc5b3b3a30a2 100644 --- a/BaseLib/RunTime.h +++ b/BaseLib/RunTime.h @@ -1,8 +1,7 @@ -/* - * RunTime.h +/** + * \file RunTime.h * - * Created on: May 10, 2012 - * Author: TF + * Created on 2012-05-10 by Thomas Fischer */ #ifndef RUNTIME_H diff --git a/BaseLib/StringTools.cpp b/BaseLib/StringTools.cpp index 01fffcf4acc9a9817bab8918a1db808227e7694b..aec28f1ee2e7a8556f014983baf3b8b4243ac9fe 100644 --- a/BaseLib/StringTools.cpp +++ b/BaseLib/StringTools.cpp @@ -1,8 +1,7 @@ -/* - * StringTools.cpp +/** + * \file StringTools.cpp * - * Created on: Jun 16, 2010 - * Author: TF + * Created on 2010-06-16 by Thomas Fischer */ #include "StringTools.h" diff --git a/BaseLib/printList.h b/BaseLib/printList.h index 7a4a4bb16f9336ffe35e388d5fe90bf8df098dad..2a814f25fc44c1709bfae1688d1784ce537b6c88 100644 --- a/BaseLib/printList.h +++ b/BaseLib/printList.h @@ -1,8 +1,7 @@ -/* - * printList.h +/** + * \file printList.h * - * Created on: Feb 23, 2011 - * Author: TF + * Created on 2011-02-23 by Thomas Fischer */ #ifndef PRINTLIST_H_ diff --git a/BaseLib/quicksort.h b/BaseLib/quicksort.h index 411d9aed1dad8580c30d098a151ea69b7fc4cabb..d84f88f67ff340372a339e42a16971a481be87e5 100644 --- a/BaseLib/quicksort.h +++ b/BaseLib/quicksort.h @@ -1,8 +1,7 @@ -/* - * quicksort.h +/** + * \file quicksort.h * - * Created on: May 26, 2010 - * Author: TF + * Created on 2010-05-26 by Thomas Fischer */ #ifndef QUICKSORT_H_ diff --git a/BaseLib/uniqueListInsert.h b/BaseLib/uniqueListInsert.h index 38804f59dc72e8c395de923ae8dcd52aaa420234..b8da1df8ac8624a8fa276461f592ad57d9c0f7b1 100644 --- a/BaseLib/uniqueListInsert.h +++ b/BaseLib/uniqueListInsert.h @@ -1,8 +1,7 @@ -/* - * uniqueListInsert.h +/** + * \file uniqueListInsert.h * - * Created on: Feb 23, 2011 - * Author: TF + * Created on 2011-02-23 by Thomas Fischer */ #ifndef UNIQUELISTINSERT_H_ diff --git a/FemLib/DistributionInfo.cpp b/FemLib/DistributionInfo.cpp index df94f24793ebbf3749e661723cdf30c473495e06..d0e4ff91736a0758092dc314088c33b771c14103 100644 --- a/FemLib/DistributionInfo.cpp +++ b/FemLib/DistributionInfo.cpp @@ -1,8 +1,7 @@ -/* - * DistributionInfo.cpp +/** + * \file DistributionInfo.cpp * - * Created on: Sep 28, 2010 - * Author: fischeth + * Created on 2010-09-28 by Thomas Fischer */ #include "DistributionInfo.h" diff --git a/FemLib/DistributionInfo.h b/FemLib/DistributionInfo.h index 0d8bd9b78b40c8e418b6ea66e748ee40bf49c450..583461c0a633c96b60effe3e1853c3ecf6d4d29f 100644 --- a/FemLib/DistributionInfo.h +++ b/FemLib/DistributionInfo.h @@ -1,8 +1,7 @@ -/* - * DistributionInfo.h +/** + * \file DistributionInfo.h * - * Created on: Sep 28, 2010 - * Author: TF + * Created on 2010-09-28 by Thomas Fischer */ #ifndef DISTRIBUTIONINFO_H_ diff --git a/FemLib/FEMEnums.cpp b/FemLib/FEMEnums.cpp index 04abcbc1687523b14faee240341e825be9ca5f9c..70a4604603e472c5170c10e0138ae5700254de94 100644 --- a/FemLib/FEMEnums.cpp +++ b/FemLib/FEMEnums.cpp @@ -1,8 +1,7 @@ -/* - * FEMEnums.cpp +/** + * \file FEMEnums.cpp * - * Created on: Sep 2, 2010 - * Author: TF + * Created on 2010-09-02 by Thomas Fischer */ #include "FEMEnums.h" @@ -106,11 +105,11 @@ std::string convertProcessTypeToString ( ProcessType pcs_type ) bool isFlowProcess (ProcessType pcs_type) { - if ( pcs_type == LIQUID_FLOW || pcs_type == FLUID_FLOW + if ( pcs_type == LIQUID_FLOW || pcs_type == FLUID_FLOW || pcs_type == RICHARDS_FLOW || pcs_type == GROUNDWATER_FLOW || pcs_type == PS_GLOBAL || pcs_type == MULTI_PHASE_FLOW || pcs_type == DEFORMATION_FLOW || pcs_type == DEFORMATION_H2 - || pcs_type == TWO_PHASE_FLOW || pcs_type == OVERLAND_FLOW + || pcs_type == TWO_PHASE_FLOW || pcs_type == OVERLAND_FLOW || pcs_type == AIR_FLOW || pcs_type == PTC_FLOW) return true; return false; @@ -118,7 +117,7 @@ bool isFlowProcess (ProcessType pcs_type) bool isMultiFlowProcess (ProcessType pcs_type) { - if (pcs_type == PS_GLOBAL || + if (pcs_type == PS_GLOBAL || pcs_type == MULTI_PHASE_FLOW || pcs_type == TWO_PHASE_FLOW || pcs_type == DEFORMATION_H2) diff --git a/FemLib/GeoInfo.cpp b/FemLib/GeoInfo.cpp index 2bb451eeb9c4d0fcd655602ff3304dc6f742c9d8..b29bde83fb5b556247c9e15bfd90f208c638b703 100644 --- a/FemLib/GeoInfo.cpp +++ b/FemLib/GeoInfo.cpp @@ -1,8 +1,7 @@ -/* - * GeoInfo.cpp +/** + * \file GeoInfo.cpp * - * Created on: Jun 18, 2010 - * Author: TF + * Created on 2010-06-18 by Thomas Fischer */ // STL diff --git a/FemLib/GeoInfo.h b/FemLib/GeoInfo.h index 8cb4d2995afc9f485bc12a36bf629bf5587ca51f..9ebd67100f8f27bd02c68946a91485611c690728 100644 --- a/FemLib/GeoInfo.h +++ b/FemLib/GeoInfo.h @@ -1,8 +1,7 @@ -/* - * GeoInfo.h +/** + * \file GeoInfo.h * - * Created on: Jun 18, 2010 - * Author: TF + * Created on 2010-06-18 by Thomas Fischer */ #ifndef GEOINFO_H_ diff --git a/FemLib/ProcessInfo.cpp b/FemLib/ProcessInfo.cpp index a8273da8077f0b71c97aa3f030c5a3da1ee47c00..9146dd4773ad83674a8ceeaaadb0d199aab5e1e7 100644 --- a/FemLib/ProcessInfo.cpp +++ b/FemLib/ProcessInfo.cpp @@ -1,8 +1,7 @@ -/* +/** * \file ProcessInfo.cpp * - * Created on: Sep 2, 2010 - * Author: TF + * Created on 2010-09-02 by Thomas Fischer */ //#include "rf_pcs.h" diff --git a/FemLib/ProcessInfo.h b/FemLib/ProcessInfo.h index 891129dcc0afa172822dde6cd6397808b42eb6a4..079daa280a836003560e69dc2982b47a6a8e162b 100644 --- a/FemLib/ProcessInfo.h +++ b/FemLib/ProcessInfo.h @@ -1,8 +1,7 @@ -/* +/** * \file ProcessInfo.h * - * Created on: Sep 2, 2010 - * Author: TF + * Created on 2010-09-02 by Thomas Fischer */ #ifndef PROCESSINFO_H_ diff --git a/FileIO/MeshIO.cpp b/FileIO/MeshIO.cpp index b01edcf9c0eee08fcecb23b55568086450089228..d50a641bece76265a5ee35485761a47f475fd741 100644 --- a/FileIO/MeshIO.cpp +++ b/FileIO/MeshIO.cpp @@ -1,8 +1,7 @@ /** - * MeshIO.cpp + * \file MeshIO.cpp * - * Date: 2012/05/08 - * Author: KR + * Created on 2012-05-08 by Karsten Rink */ #include "GEOObjects.h" @@ -103,7 +102,7 @@ MeshLib::Mesh* MeshIO::loadMeshFromFile(const std::string& file_name) in.close(); return mesh; } - else + else { in.close(); return NULL; @@ -121,7 +120,7 @@ MeshLib::Element* MeshIO::readElement(const std::string& line, const std::vector unsigned* idx = new unsigned[8]; MeshLib::Element* elem; - + switch(elem_type) { case MshElemType::LINE: @@ -161,8 +160,8 @@ MeshLib::Element* MeshIO::readElement(const std::string& line, const std::vector break; default: elem = NULL; - } - + } + return elem; } diff --git a/FileIO/MeshIO.h b/FileIO/MeshIO.h index 1c58b75ad0b58f8a245cd412e4e40577eb008e57..f390fed3f7116f7dc723091f5bb6751796aa57e3 100644 --- a/FileIO/MeshIO.h +++ b/FileIO/MeshIO.h @@ -1,8 +1,7 @@ /** - * MeshIO.h + * \file MeshIO.h * - * Date: 2012/05/08 - * Author: KR + * Created on 2012-05-08 by Karsten Rink */ /** diff --git a/FileIO/Writer.cpp b/FileIO/Writer.cpp index 06f6c8f1429fe9f0c5ada3ec89d06a9a86229b69..1b3ec7ce52c5b6652608e41c5e90dea05068114e 100644 --- a/FileIO/Writer.cpp +++ b/FileIO/Writer.cpp @@ -1,8 +1,7 @@ /** * \file Writer.cpp - * 13/02/2012 LB Initial implementation * - * Implementation of the Writer class + * Created on 2012-02-13 by Lars Bilke */ // ** INCLUDES ** diff --git a/FileIO/Writer.h b/FileIO/Writer.h index f02dec1591fc9af7fabb3c967898f2bd14c770e5..c8fd7e31209609450f10df7282dce9f1090b7ccc 100644 --- a/FileIO/Writer.h +++ b/FileIO/Writer.h @@ -1,6 +1,7 @@ /** * \file Writer.h - * 13/02/2012 LB Initial implementation + * + * Created on 2012-02-13 by Lars Bilke */ #ifndef WRITER_H diff --git a/GeoLib/AxisAlignedBoundingBox.cpp b/GeoLib/AxisAlignedBoundingBox.cpp index 7e42d1464b19ea1375f1cee57d4be1defca338f4..523e3f3f5fb2252fe8d3cbe1c621f0ef76b7f676 100644 --- a/GeoLib/AxisAlignedBoundingBox.cpp +++ b/GeoLib/AxisAlignedBoundingBox.cpp @@ -1,8 +1,7 @@ -/* +/** * \file AxisAlignedBoundingBox.cpp * - * Created on: April 22, 2010 - * Author: TF + * Created on 2010-04-22 by Thomas Fischer */ #include "AxisAlignedBoundingBox.h" diff --git a/GeoLib/AxisAlignedBoundingBox.h b/GeoLib/AxisAlignedBoundingBox.h index 844895fc0c20c1ba0481efcbcf1d9664d790dcec..211e886f8bad70569889a7264414439630946924 100644 --- a/GeoLib/AxisAlignedBoundingBox.h +++ b/GeoLib/AxisAlignedBoundingBox.h @@ -1,8 +1,7 @@ -/* +/** * \file AxisAlignedBoundingBox.h * - * Created on: April 22, 2010 - * Author: TF + * Created on 2010-04-22 by Thomas Fischer */ #ifndef AXISALIGNEDBOUNDINGBOX_H_ diff --git a/GeoLib/BruteForceClosestPair.cpp b/GeoLib/BruteForceClosestPair.cpp index 73d46d105ed29da53935b782c36351ff08f1dfc4..23a05f406b2493b05d67e5a14a93f90fc42f9726 100644 --- a/GeoLib/BruteForceClosestPair.cpp +++ b/GeoLib/BruteForceClosestPair.cpp @@ -1,8 +1,7 @@ -/* - * BruteForceClosestPair.cpp +/** + * \file BruteForceClosestPair.cpp * - * Created on: Jan 25, 2011 - * Author: TF + * Created on 2011-01-25 by Thomas Fischer */ #include "BruteForceClosestPair.h" diff --git a/GeoLib/BruteForceClosestPair.h b/GeoLib/BruteForceClosestPair.h index 9682da6a30be6ecc65d948e2e57b5d51031b76b8..2e6e2b56b6b13b977985eacf3d6a333f0cc08353 100644 --- a/GeoLib/BruteForceClosestPair.h +++ b/GeoLib/BruteForceClosestPair.h @@ -1,8 +1,7 @@ -/* - * BruteForceClosestPair.h +/** + * \file BruteForceClosestPair.h * - * Created on: Jan 25, 2011 - * Author: TF + * Created on 2011-01-25 by Thomas Fischer */ #ifndef BRUTEFORCECLOSESTPAIR_H_ diff --git a/GeoLib/ClosestPair.h b/GeoLib/ClosestPair.h index b8d7e822ccb17086d6281dce1f7bdc65891096f0..b9c88e699a1ad5b16e9265592f1825aea8dcf706 100644 --- a/GeoLib/ClosestPair.h +++ b/GeoLib/ClosestPair.h @@ -1,8 +1,7 @@ -/* - * ClosestPair.h +/** + * \file ClosestPair.h * - * Created on: Jan 25, 2011 - * Author: TF + * Created on 2011-01-25 by Thomas Fischer */ #ifndef CLOSESTPAIR_H_ diff --git a/GeoLib/Color.cpp b/GeoLib/Color.cpp index 0387f08c2828ed414ef8f41fb92f61d3797fd289..81ce1bbf5dc1db0eb5d907e0acc2450857fdaa5e 100644 --- a/GeoLib/Color.cpp +++ b/GeoLib/Color.cpp @@ -1,9 +1,7 @@ -/* - * Color.cpp +/** + * \file Color.cpp * - * Created on: Jun 16, 2010 - * Author: KR initial implementation in header - * TF moved implementation to separate source file + * Created on 2010-06-16 by Karsten Rink */ #include <iostream> diff --git a/GeoLib/GEOObjects.cpp b/GeoLib/GEOObjects.cpp index aa0aee8df3c36567a3967f558b4cc8908714b98d..b8d5cec92bfb9e2c76b50bb50a20bc5aeec6a016 100644 --- a/GeoLib/GEOObjects.cpp +++ b/GeoLib/GEOObjects.cpp @@ -1,8 +1,7 @@ -/* - * GEOObjects.cpp +/** + * \file GEOObjects.cpp * - * Created on: Jan 21, 2010 - * Author: TF / KR + * Created on 2010-01-21 by Thomas Fischer / KR */ // GeoLib diff --git a/GeoLib/GEOObjects.h b/GeoLib/GEOObjects.h index 5525432c2503b1b464ab43d6f4f7341696320a07..83bda9781421222c6e777a5327a2edfb851d855a 100644 --- a/GeoLib/GEOObjects.h +++ b/GeoLib/GEOObjects.h @@ -1,8 +1,7 @@ -/* - * GEOObjects.h +/** + * \file GEOObjects.h * - * Created on: Jan 21, 2010 - * Author: TF / KR + * Created on 2010-01-21 by Thomas Fischer / KR */ #ifndef GEOOBJECTS_H_ diff --git a/GeoLib/GeoObject.h b/GeoLib/GeoObject.h index bacb696fd90c1a13c47a5734e9d25878da9bbf6d..c36e12d364016d8389f0ab6417744cbc3e9118e6 100644 --- a/GeoLib/GeoObject.h +++ b/GeoLib/GeoObject.h @@ -1,8 +1,7 @@ -/* - * GeoObject.h +/** + * \file GeoObject.h * - * Created on: Aug 27, 2010 - * Author: TF + * Created on 2010-08-27 by Thomas Fischer */ #ifndef GEOOBJECT_H_ diff --git a/GeoLib/GeoType.cpp b/GeoLib/GeoType.cpp index 4e06f10741a665aae54781ba1b8d760bdca6848e..866257d60b193ba32e085778c48618b24dd75fb9 100644 --- a/GeoLib/GeoType.cpp +++ b/GeoLib/GeoType.cpp @@ -1,8 +1,7 @@ -/* - * GeoType.cpp +/** + * \file GeoType.cpp * - * Created on: Dec 1, 2010 - * Author: TF + * Created on 2010-12-01 by Thomas Fischer */ #include "GeoType.h" diff --git a/GeoLib/GeoType.h b/GeoLib/GeoType.h index cd39a0bb8d0c559d8a373db3d42e4a64a18bb0c3..45e4a47c8888feeec04a6eef1df65156e6733f7e 100644 --- a/GeoLib/GeoType.h +++ b/GeoLib/GeoType.h @@ -1,8 +1,7 @@ -/* - * GeoType.h +/** + * \file GeoType.h * - * Created on: Jun 17, 2010 - * Author: TF + * Created on 2010-06-17 by Thomas Fischer */ #ifndef GEOTYPE_H_ @@ -23,7 +22,7 @@ enum GEOTYPE { SURFACE, //!< SURFACE VOLUME, //!< VOLUME GEODOMAIN, //!< GEODOMAIN - COLUMN //!< COLUMN. //WW/JOD + COLUMN //!< COLUMN. //WW/JOD }; GEOTYPE convertGeoType (const std::string& geo_type_str); diff --git a/GeoLib/Grid.h b/GeoLib/Grid.h index 2d35e7852eb8898f893748d5cbe9c258f5b80b9d..2100607388ec8ce047c59c327937b10d22c86650 100644 --- a/GeoLib/Grid.h +++ b/GeoLib/Grid.h @@ -1,8 +1,7 @@ -/* - * Grid.h +/** + * \file Grid.h * - * Created on: Feb 2, 2012 - * Author: TF + * Created on 2012-02-02 by Thomas Fischer */ #ifndef GRID_H_ diff --git a/GeoLib/OctTree.h b/GeoLib/OctTree.h index 31b43a184a43dffb12af11928b4fc7b5055d52bd..d51aa99e21c963c1c594df0ed01d860a77176a12 100644 --- a/GeoLib/OctTree.h +++ b/GeoLib/OctTree.h @@ -1,8 +1,7 @@ -/* - * @file OctTree.h +/** + * \file OctTree.h * - * Created on: Feb 27, 2012 - * Author: TF + * Created on 2012-02-27 by Thomas Fischer */ #ifndef OCTTREE_H_ diff --git a/GeoLib/Point.cpp b/GeoLib/Point.cpp index f6796bf8550c0c17c98978750c9a0599a1053594..dbadfda5e63e4f2e6baec820582b3f447b87ffc6 100644 --- a/GeoLib/Point.cpp +++ b/GeoLib/Point.cpp @@ -1,8 +1,7 @@ -/* - * Point.cpp +/** + * \file Point.cpp * - * Created on: Jun 22, 2010 - * Author: TF + * Created on 2010-06-22 by Thomas Fischer */ diff --git a/GeoLib/Point.h b/GeoLib/Point.h index 10b66d7d4e0be1966b7b3f7b38cb1b2bdc0b9e1b..6cd71c03019a14d26a9dc7012c0e46af7623a7ce 100644 --- a/GeoLib/Point.h +++ b/GeoLib/Point.h @@ -1,8 +1,8 @@ -/*************************************************************************** - * Point.h - * Created on: Jan 12, 2010 - * Author: TF -**************************************************************************/ +/** + * \file Point.h + * + * Created on 2010-01-12 by Thomas Fischer + */ #ifndef POINT_H_ #define POINT_H_ diff --git a/GeoLib/PointVec.cpp b/GeoLib/PointVec.cpp index 143c107bb1e15a0144694835ce670adf11fb9373..1edcb64d157ce6851f08a5c3d3dcd0a6926bf3fb 100644 --- a/GeoLib/PointVec.cpp +++ b/GeoLib/PointVec.cpp @@ -1,8 +1,7 @@ -/* - * PointVec.cpp +/** + * \file PointVec.cpp * - * Created on: Jun 11, 2010 - * Author: TF + * Created on 2010-06-11 by Thomas Fischer */ // GeoLib diff --git a/GeoLib/PointVec.h b/GeoLib/PointVec.h index 4d6c47f51e9056ed406c561264b667597003ff37..105a4020da4a9fd6f53c0b3fc151e31aba987041 100644 --- a/GeoLib/PointVec.h +++ b/GeoLib/PointVec.h @@ -1,8 +1,7 @@ -/* +/** * \file PointVec.h * - * Created on: Feb 2, 2010 - * Author: TF / KR + * Created on 2010-02-02 by Thomas Fischer / KR */ // GeoLib diff --git a/GeoLib/PointWithID.h b/GeoLib/PointWithID.h index e0a0fd085454b4158e5493cf82f527c12fa2004f..3b5d3c1c61b15d3cbd2d70c37d9e869ab6d9f43b 100644 --- a/GeoLib/PointWithID.h +++ b/GeoLib/PointWithID.h @@ -1,8 +1,7 @@ -/* - * PointWithID.h +/** + * \file PointWithID.h * - * Created on: Jan 25, 2011 - * Author: TF + * Created on 2011-01-25 by Thomas Fischer */ #ifndef POINTWITHID_H_ diff --git a/GeoLib/Polygon.cpp b/GeoLib/Polygon.cpp index d55def1ceadbae269d821148ff292823b0c1e91e..fb7c363eff0fb1223ac4ff4fda738b2e156fe2a1 100644 --- a/GeoLib/Polygon.cpp +++ b/GeoLib/Polygon.cpp @@ -1,8 +1,7 @@ -/* - * Polygon.cpp +/** + * \file Polygon.cpp * - * Created on: Jun 21, 2010 - * Author: TF + * Created on 2010-06-21 by Thomas Fischer */ #include <cstdlib> // for exit diff --git a/GeoLib/Polygon.h b/GeoLib/Polygon.h index 7c01a4c06ddb65179aad4330150302dad5980b61..8a19fabe7fe5d4d0a369b44f8bf4863b198e90e5 100644 --- a/GeoLib/Polygon.h +++ b/GeoLib/Polygon.h @@ -1,8 +1,7 @@ -/* - * Polygon.h +/** + * \file Polygon.h * - * Created on: Jun 21, 2010 - * Author: TF + * Created on 2010-06-21 by Thomas Fischer */ #ifndef POLYGON_H_ diff --git a/GeoLib/Polyline.cpp b/GeoLib/Polyline.cpp index 5b4e3dda14b1699ee40ca368eb6306cf1d799827..c45e41ee2315e963effb4317ccee2bca84a2b193 100644 --- a/GeoLib/Polyline.cpp +++ b/GeoLib/Polyline.cpp @@ -1,8 +1,7 @@ -/* - * Polyline.cpp +/** + * \file Polyline.cpp * - * Created on: Jun 21, 2010 - * Author: TF + * Created on 2010-06-21 by Thomas Fischer */ // Base diff --git a/GeoLib/Polyline.h b/GeoLib/Polyline.h index 2cfdeefeb1dacc3fa2ceac7aaa7f3de5292a3a8e..6c87cf80020dda79266d8f514d226b3557245613 100644 --- a/GeoLib/Polyline.h +++ b/GeoLib/Polyline.h @@ -1,8 +1,7 @@ -/* - * PolyLine.h +/** + * \file PolyLine.h * - * Created on: Jan 14, 2010 - * Author: TF + * Created on 2010-01-14 by Thomas Fischer */ #ifndef POLYLINE_H_ diff --git a/GeoLib/PolylineVec.h b/GeoLib/PolylineVec.h index 23ad584a3e9eee566af1e969d37509d3bfb31fed..ed1c3518964600571218a5ffe9c9fe5495acc970 100644 --- a/GeoLib/PolylineVec.h +++ b/GeoLib/PolylineVec.h @@ -1,8 +1,7 @@ -/* - * PolylineVec.h +/** + * \file PolylineVec.h * - * Created on: Feb 9, 2010 - * Author: TF + * Created on 2010-02-09 by Thomas Fischer */ #ifndef POLYLINEVEC_H_ diff --git a/GeoLib/QuadTree.h b/GeoLib/QuadTree.h index b82f4aa9d537f0a267fd67f953dbfbcd6f342c60..371286b5d0002d37984f42e8905bd21694e29abc 100644 --- a/GeoLib/QuadTree.h +++ b/GeoLib/QuadTree.h @@ -1,8 +1,7 @@ -/* - * QuadTree.h +/** + * \file QuadTree.h * - * Created on: Nov 9, 2010 - * Author: TF + * Created on 2010-11-09 by Thomas Fischer */ #ifndef QUADTREE_H_ diff --git a/GeoLib/Raster.cpp b/GeoLib/Raster.cpp index 53b90dfd6c1c5407fc45bc7877e394fc24241a4a..56d2f84a71d204115cd897183b82f691c50efc02 100644 --- a/GeoLib/Raster.cpp +++ b/GeoLib/Raster.cpp @@ -1,8 +1,7 @@ -/* - * Raster.cpp +/** + * \file Raster.cpp * - * Created on: Sep 7, 2011 - * Author: TF + * Created on 2011-09-07 by Thomas Fischer */ #include "Raster.h" diff --git a/GeoLib/Raster.h b/GeoLib/Raster.h index 829584d42d830ce14da519af2f736f7a801fc79e..82a153483df40ab8b8afdca90ae1b7b531843bee 100644 --- a/GeoLib/Raster.h +++ b/GeoLib/Raster.h @@ -1,8 +1,7 @@ -/* - * Raster.h +/** + * \file Raster.h * - * Created on: Sep 7, 2011 - * Author: TF + * Created on 2011-09-07 by Thomas Fischer */ #ifndef RASTER_H_ diff --git a/GeoLib/SimplePolygonTree.cpp b/GeoLib/SimplePolygonTree.cpp index 6c0cd25e927e698ae2f715b6b0b2b2f108a45c7c..fff80f1eebb858d8a024f9b3880f144203dc802e 100644 --- a/GeoLib/SimplePolygonTree.cpp +++ b/GeoLib/SimplePolygonTree.cpp @@ -1,8 +1,7 @@ -/* - * SimplePolygonTree.cpp +/** + * \file SimplePolygonTree.cpp * - * Created on: Jun 22, 2010 - * Author: TF + * Created on 2010-06-22 by Thomas Fischer */ #include "SimplePolygonTree.h" diff --git a/GeoLib/SimplePolygonTree.h b/GeoLib/SimplePolygonTree.h index d88c42f936ead181089146124a6f5a81334153eb..119be80a725b929a097a2353af661477d8c11f36 100644 --- a/GeoLib/SimplePolygonTree.h +++ b/GeoLib/SimplePolygonTree.h @@ -1,8 +1,7 @@ -/* - * SimplePolygonTree.h +/** + * \file SimplePolygonTree.h * - * Created on: Jun 22, 2010 - * Author: TF + * Created on 2010-06-22 by Thomas Fischer */ #ifndef SIMPLEPOLYGONTREE_H_ diff --git a/GeoLib/Surface.cpp b/GeoLib/Surface.cpp index 82e9b93330841ed1bed2b84a56434bbcd4829348..a66d9f90204adabe40d7e83261cb85d298f73afd 100644 --- a/GeoLib/Surface.cpp +++ b/GeoLib/Surface.cpp @@ -1,8 +1,7 @@ -/* - * Surface.cpp +/** + * \file Surface.cpp * - * Created on: Apr 22, 2010 - * Author: TF + * Created on 2010-04-22 by Thomas Fischer */ #include <list> diff --git a/GeoLib/Surface.h b/GeoLib/Surface.h index 2f5991624ffdd8546c9b269349ecbdb2ac6f34c1..34270ff2c48022093f18b02e12e604dcc475ae39 100644 --- a/GeoLib/Surface.h +++ b/GeoLib/Surface.h @@ -1,8 +1,7 @@ -/* - * Surface.h +/** + * \file Surface.h * - * Created on: Jan 22, 2010 - * Author: TF + * Created on 2010-01-22 by Thomas Fischer */ #ifndef SURFACE_H_ diff --git a/GeoLib/SurfaceVec.h b/GeoLib/SurfaceVec.h index e69604693b59e96fee643bdb36b7d308d3b1be3e..065aa942df6d9a65d72c60c9bb400632448aa4ba 100644 --- a/GeoLib/SurfaceVec.h +++ b/GeoLib/SurfaceVec.h @@ -1,8 +1,7 @@ -/* +/** * \file SurfaceVec.h * - * Created on: Feb 9, 2010 - * Author: fischeth + * Created on 2010-02-09 by Thomas Fischer */ diff --git a/GeoLib/TemplatePoint.h b/GeoLib/TemplatePoint.h index a9d3c74c9601ae079b8361ca01f01e975f80ab3d..6eb3473cb2599134211db161641fbe0cfd96e900 100644 --- a/GeoLib/TemplatePoint.h +++ b/GeoLib/TemplatePoint.h @@ -1,8 +1,7 @@ -/* - * TemplatePoint.h +/** + * \file TemplatePoint.h * - * Created on: Jan 28, 2010 - * Author: fischeth + * Created on 2010-01-28 by Thomas Fischer */ #ifndef TEMPLATEPOINT_H_ diff --git a/GeoLib/TemplateVec.h b/GeoLib/TemplateVec.h index 1406f6e5de7ca4bef165917e8aeffd84d88a5f33..ed23a07e68f4cd29f78e8bc9d10fac6e184d6522 100644 --- a/GeoLib/TemplateVec.h +++ b/GeoLib/TemplateVec.h @@ -1,8 +1,7 @@ -/* - * TemplateVec.h +/** + * \file TemplateVec.h * - * Created on: Feb 26, 2010 - * Author: TF + * Created on 2010-02-26 by Thomas Fischer */ #ifndef TEMPLATEVEC_H_ diff --git a/GeoLib/Triangle.cpp b/GeoLib/Triangle.cpp index 0992089f0ed58d44f7bf904ae8a179ee190a9997..7f9c43f1a6506293deb687d02cc15ab4b6ce0b56 100644 --- a/GeoLib/Triangle.cpp +++ b/GeoLib/Triangle.cpp @@ -1,8 +1,7 @@ -/* +/** * \file Triangle.cpp * - * Created on: Jun 6, 2011 - * Author: TF + * Created on 2011-06-06 by Thomas Fischer */ #include "Triangle.h" diff --git a/GeoLib/Triangle.h b/GeoLib/Triangle.h index b404844d80ea4ec83298cfdf13cbb3bf31277c11..3371dc4dbffb60b9ad32ee278284eec53e24db71 100644 --- a/GeoLib/Triangle.h +++ b/GeoLib/Triangle.h @@ -1,8 +1,7 @@ -/* +/** * \file Triangle.h * - * Created on: Mar 23, 2010 - * Author: TF + * Created on 2010-03-23 by Thomas Fischer */ #ifndef TRIANGLE_H_ diff --git a/MathLib/AnalyticalGeometry.cpp b/MathLib/AnalyticalGeometry.cpp index e4b2037c4b08525e1f2c67afcac88a245f3a3993..494c82215920834885819dfdcb5947d29b78f31a 100644 --- a/MathLib/AnalyticalGeometry.cpp +++ b/MathLib/AnalyticalGeometry.cpp @@ -1,8 +1,7 @@ -/* +/** * \file AnalyticalGeometry.cpp * - * Created on: Mar 17, 2010 - * Author: TF + * Created on 2010-03-17 by Thomas Fischer */ #include <cmath> diff --git a/MathLib/AnalyticalGeometry.h b/MathLib/AnalyticalGeometry.h index a6219ab73a288949f04f082e5f8055e69057df66..96452b936800a8362e158d32c0917d9380db97e8 100644 --- a/MathLib/AnalyticalGeometry.h +++ b/MathLib/AnalyticalGeometry.h @@ -1,8 +1,7 @@ -/* +/** * \file AnalyticalGeometry.h * - * Created on: Mar 17, 2010 - * Author: TF + * Created on 2010-03-17 by Thomas Fischer */ #ifndef ANALYTICAL_GEOMETRY_H_ diff --git a/MathLib/EarClippingTriangulation.cpp b/MathLib/EarClippingTriangulation.cpp index d95e8e66db86383c949676c0e8cfcf8189861e36..6352c0e678bc0dd9a07ea8799cb84549aa8c04e4 100644 --- a/MathLib/EarClippingTriangulation.cpp +++ b/MathLib/EarClippingTriangulation.cpp @@ -1,8 +1,7 @@ -/* - * EarClippingTriangulation.cpp +/** + * \file EarClippingTriangulation.cpp * - * Created on: Feb 23, 2011 - * Author: TF + * Created on 2011-02-23 by Thomas Fischer */ // STL diff --git a/MathLib/EarClippingTriangulation.h b/MathLib/EarClippingTriangulation.h index 4e0fc9d96dabddc86452a603f7e55bfe3d58918a..907ea247282bddaf527cadb8bde5162f40e5037a 100644 --- a/MathLib/EarClippingTriangulation.h +++ b/MathLib/EarClippingTriangulation.h @@ -1,8 +1,7 @@ -/* - * EarClippingTriangulation.h +/** + * \file EarClippingTriangulation.h * - * Created on: Feb 23, 2011 - * Author: TF + * Created on 2011-02-23 by Thomas Fischer */ #ifndef EARCLIPPINGTRIANGULATION_H_ diff --git a/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h b/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h index 40f728ad8006d5d36c195d7a957ce538707a169a..f56fdaa9779ce6ecbff46064cc9297f108ba10ca 100644 --- a/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h +++ b/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h @@ -1,8 +1,7 @@ -/* - * @file LinearIntervalInterpolation.h +/** + * \file LinearIntervalInterpolation.h * - * Created on: May 22, 2012 - * Author: fischeth + * Created on 2012-05-22 by Thomas Fischer */ #ifndef LINEARINTERVALINTERPOLATION_H_ diff --git a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp index f7c282ed11b91b0f919df73dd76d4ffd0d9b77fb..6955303bb5122b941dbbf70b46f928f2cc7e3f2f 100644 --- a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp +++ b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp @@ -1,8 +1,7 @@ -/* - * PiecewiseLinearInterpolation.cpp +/** + * \file PiecewiseLinearInterpolation.cpp * - * Created on: Sep 7, 2010 - * Author: TF + * Created on 2010-09-07 by Thomas Fischer */ #include "PiecewiseLinearInterpolation.h" diff --git a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h index e7f70d5a2a1138ed21d625fab01a27127f989aeb..0c0d976db9998b76605ad121db0ad029fe5e44a5 100644 --- a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h +++ b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h @@ -1,8 +1,7 @@ -/* - * PiecewiseLinearInterpolation.h +/** + * \file PiecewiseLinearInterpolation.h * - * Created on: Sep 7, 2010 - * Author: TF + * Created on 2010-09-07 by Thomas Fischer */ #ifndef PIECEWISELINEARINTERPOLATION_H_ diff --git a/MathLib/LinAlg/Dense/Matrix.h b/MathLib/LinAlg/Dense/Matrix.h index 86b282039d36bc2696d3c1d89dbf0b7747d88ed3..f593b653b84c48bd3a72fb749ddd61c93917c874 100644 --- a/MathLib/LinAlg/Dense/Matrix.h +++ b/MathLib/LinAlg/Dense/Matrix.h @@ -1,10 +1,7 @@ -/* +/** * \file Matrix.h * - * Created on: Mar 24, 2010 - * Author: TF - * modified on:Jul 13, 2010 - * HS & ZC + * Created on 2011-05-24 by Thomas Fischer */ #ifndef MATRIX_H diff --git a/MathLib/LinAlg/MatrixBase.h b/MathLib/LinAlg/MatrixBase.h index 77877db23e965b299ae917a8f76cd3827d471f7f..f32bcbc20da2b8eeee990aa2a9ef53cbc7c66daa 100644 --- a/MathLib/LinAlg/MatrixBase.h +++ b/MathLib/LinAlg/MatrixBase.h @@ -1,8 +1,7 @@ -/* - * MatrixBase.h +/** + * \file MatrixBase.h * - * Created on: Sep 27, 2011 - * Author: TF + * Created on 2011-09-27 by Thomas Fischer */ #ifndef MATRIXBASE_H_ diff --git a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h index 7d7568a74e0c1bf3599ebb4ee2269543fcc491c6..82cfc9cc502f7df7209a18917b9e80e35644e98e 100644 --- a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h +++ b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h @@ -1,8 +1,7 @@ -/* - * generateDiagPrecond.h +/** + * \file generateDiagPrecond.h * - * Created on: Sep 28, 2011 - * Author: TF + * Created on 2011-09-28 by Thomas Fischer */ #ifndef GENERATEDIAGPRECOND_H_ diff --git a/MathLib/LinAlg/Solvers/BiCGStab.cpp b/MathLib/LinAlg/Solvers/BiCGStab.cpp index 7f6a4ef3deb685f84ecb47141ad857585016b1de..b23c4fe68c60c26a5419bf4454c183332e249a59 100644 --- a/MathLib/LinAlg/Solvers/BiCGStab.cpp +++ b/MathLib/LinAlg/Solvers/BiCGStab.cpp @@ -1,8 +1,7 @@ -/* - * BiCGStab.cpp +/** + * \file BiCGStab.cpp * - * Created on: Oct 4, 2011 - * Author: TF + * Created on 2011-10-04 by Thomas Fischer */ #include "BiCGStab.h" diff --git a/MathLib/LinAlg/Solvers/BiCGStab.h b/MathLib/LinAlg/Solvers/BiCGStab.h index cdf699d336a27bffcf621a140e109ae03880cce2..c0d856f2261e282723178afddb2b1121c350b0e0 100644 --- a/MathLib/LinAlg/Solvers/BiCGStab.h +++ b/MathLib/LinAlg/Solvers/BiCGStab.h @@ -1,8 +1,7 @@ -/* - * BiCGStab.h +/** + * \file BiCGStab.h * - * Created on: Oct 4, 2011 - * Author: TF + * Created on 2011-10-04 by Thomas Fischer */ #ifndef BICGSTAB_H_ diff --git a/MathLib/LinAlg/Solvers/CG.cpp b/MathLib/LinAlg/Solvers/CG.cpp index 93da2db1a53dd7e483af5346f121c39eed639911..3436b287ecf66d9048d2d3e11afa4ef6c3f895af 100644 --- a/MathLib/LinAlg/Solvers/CG.cpp +++ b/MathLib/LinAlg/Solvers/CG.cpp @@ -1,8 +1,7 @@ -/* - * CG.cpp +/** + * \file CG.cpp * - * Created on: Sep 27, 2011 - * Author: TF + * Created on 2011-09-27 by Thomas Fischer */ #include <limits> diff --git a/MathLib/LinAlg/Solvers/CG.h b/MathLib/LinAlg/Solvers/CG.h index 9996a872cbe9df765c3f1455abd54e279809fc94..f748907448e98aa7d48e697184805e2236093992 100644 --- a/MathLib/LinAlg/Solvers/CG.h +++ b/MathLib/LinAlg/Solvers/CG.h @@ -1,8 +1,7 @@ -/* - * solver.h +/** + * \file solver.h * - * Created on: Sep 27, 2011 - * Author: TF + * Created on 2011-09-27 by Thomas Fischer */ #ifndef CG_H_ diff --git a/MathLib/LinAlg/Solvers/CGParallel.cpp b/MathLib/LinAlg/Solvers/CGParallel.cpp index f14824dc4af645b89fc64fcbd65a788fbce605bc..683b8051e8ea08d578ea0076673922d52a2c1a8f 100644 --- a/MathLib/LinAlg/Solvers/CGParallel.cpp +++ b/MathLib/LinAlg/Solvers/CGParallel.cpp @@ -1,8 +1,7 @@ -/* - * CGParallel.cpp +/** + * \file CGParallel.cpp * - * Created on: Dec 2, 2011 - * Author: TF + * Created on 2011-12-02 by Thomas Fischer */ #include <limits> diff --git a/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h b/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h index 3ef0205c502fc07d7b133515a933f7fe1c504493..ee5a0f9676b68b9f6966e26b3311d8772e43bb43 100644 --- a/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h +++ b/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h @@ -1,8 +1,7 @@ -/* - * DenseDirectLinearSolver.h +/** + * \file DenseDirectLinearSolver.h * - * Created on: Jan 7, 2011 - * Author: TF + * Created on 2011-01-07 by Thomas Fischer */ #ifndef DENSEDIRECTLINEARSOLVER_H_ diff --git a/MathLib/LinAlg/Solvers/DirectLinearSolver.h b/MathLib/LinAlg/Solvers/DirectLinearSolver.h index 46daf3b2f4f20eebe85b60c8d9821dde345f0e95..50224fb3c959f83fd5e1f09494c31fc36493a6b8 100644 --- a/MathLib/LinAlg/Solvers/DirectLinearSolver.h +++ b/MathLib/LinAlg/Solvers/DirectLinearSolver.h @@ -1,8 +1,7 @@ -/* - * DirectLinearSolver.h +/** + * \file DirectLinearSolver.h * - * Created on: Jan 7, 2011 - * Author: TF + * Created on 2011-01-07 by Thomas Fischer */ #ifndef DIRECTLINEARSOLVER_H_ diff --git a/MathLib/LinAlg/Solvers/GMRes.cpp b/MathLib/LinAlg/Solvers/GMRes.cpp index 871431f40d8023210ac1eca11b6138d12ff3a3d8..8bf649a24e17aa647c790432f1497971630fb768 100644 --- a/MathLib/LinAlg/Solvers/GMRes.cpp +++ b/MathLib/LinAlg/Solvers/GMRes.cpp @@ -1,8 +1,7 @@ -/* - * GMRes.cpp +/** + * \file GMRes.cpp * - * Created on: Oct 4, 2011 - * Author: TF + * Created on 2011-10-04 by Thomas Fischer */ #include "GMRes.h" diff --git a/MathLib/LinAlg/Solvers/GMRes.h b/MathLib/LinAlg/Solvers/GMRes.h index 732c560b425b78483a16c2179fc91540d1658831..16c64aa9e79dbcc33f308d54109220d7519fcf64 100644 --- a/MathLib/LinAlg/Solvers/GMRes.h +++ b/MathLib/LinAlg/Solvers/GMRes.h @@ -1,8 +1,7 @@ -/* - * GMRes.h +/** + * \file GMRes.h * - * Created on: Oct 4, 2011 - * Author: TF + * Created on 2011-10-04 by Thomas Fischer */ #ifndef GMRES_H_ diff --git a/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp b/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp index 2f0031c3035fa1880f63c85af2683abf16bebb48..3e32d515e3837a73b1276182c01e5c21f65b8504 100644 --- a/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp +++ b/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp @@ -1,8 +1,7 @@ -/* - * GaussAlgorithm.cpp +/** + * \file GaussAlgorithm.cpp * - * Created on: May 6, 2010 - * Author: TF + * Created on 2011-05-06 by Thomas Fischer */ #include <cmath> diff --git a/MathLib/LinAlg/Solvers/GaussAlgorithm.h b/MathLib/LinAlg/Solvers/GaussAlgorithm.h index ad1422593965c248090086d97fd6717b0550a62c..1a60c53c2db8d18991f0abce9b902678403e48a4 100644 --- a/MathLib/LinAlg/Solvers/GaussAlgorithm.h +++ b/MathLib/LinAlg/Solvers/GaussAlgorithm.h @@ -1,8 +1,7 @@ -/* - * GaussAlgorithm.h +/** + * \file GaussAlgorithm.h * - * Created on: May 6, 2010 - * Author: TF + * Created on 2011-05-06 by Thomas Fischer */ #ifndef GAUSSALGORITHM_H_ diff --git a/MathLib/LinAlg/Solvers/IterativeLinearSolver.h b/MathLib/LinAlg/Solvers/IterativeLinearSolver.h index 6e8b9e39202287f5d31da85591a23f45e2a89d11..b5c68b4d96b949247fe7ef4619d3e2cef51b7ec1 100644 --- a/MathLib/LinAlg/Solvers/IterativeLinearSolver.h +++ b/MathLib/LinAlg/Solvers/IterativeLinearSolver.h @@ -1,8 +1,7 @@ -/* - * IterativeLinearSolver.h +/** + * \file IterativeLinearSolver.h * - * Created on: Jan 7, 2011 - * Author: TF + * Created on 2011-01-07 by Thomas Fischer */ #ifndef ITERATIVELINEARSOLVER_H_ diff --git a/MathLib/LinAlg/Solvers/LinearSolver.h b/MathLib/LinAlg/Solvers/LinearSolver.h index 1264649dc08598cad631767856a48ad77fb05264..26fb961292ee066f9423fbf49eee59a34abf01cd 100644 --- a/MathLib/LinAlg/Solvers/LinearSolver.h +++ b/MathLib/LinAlg/Solvers/LinearSolver.h @@ -1,8 +1,7 @@ -/* - * LinearSolver.h +/** + * \file LinearSolver.h * - * Created on: Jan 7, 2011 - * Author: TF + * Created on 2011-01-07 by Thomas Fischer */ #ifndef LINEARSOLVER_H_ diff --git a/MathLib/LinAlg/Solvers/TriangularSolve.cpp b/MathLib/LinAlg/Solvers/TriangularSolve.cpp index 8fbfb5e3306162eacb258cafb8f74a85576bdd6e..cf53f2d31e814b0217536dc4b600ee9b41c767cc 100644 --- a/MathLib/LinAlg/Solvers/TriangularSolve.cpp +++ b/MathLib/LinAlg/Solvers/TriangularSolve.cpp @@ -1,8 +1,7 @@ -/* - * TriangularSolve.cpp +/** + * \file TriangularSolve.cpp * - * Created on: May 5, 2010 - * Author: TF + * Created on 2011-05-05 by Thomas Fischer */ #include "../Dense/Matrix.h" diff --git a/MathLib/LinAlg/Solvers/TriangularSolve.h b/MathLib/LinAlg/Solvers/TriangularSolve.h index d7cd92664327f7e5246d905e3771da000c35d70b..f27b544ae5ecb483650127651b0dcea3f7148504 100644 --- a/MathLib/LinAlg/Solvers/TriangularSolve.h +++ b/MathLib/LinAlg/Solvers/TriangularSolve.h @@ -1,8 +1,7 @@ -/* - * TriangularSolve.h +/** + * \file TriangularSolve.h * - * Created on: May 6, 2010 - * Author: TF + * Created on 2011-05-06 by Thomas Fischer */ #ifndef TRIANGULARSOLVE_H_ diff --git a/MathLib/LinAlg/Solvers/solver.h b/MathLib/LinAlg/Solvers/solver.h index 280a62ac9afdea49467446ab5a61417d06b748a2..e037d6fa126c3e05faa3a7438dc212d0e5d84502 100644 --- a/MathLib/LinAlg/Solvers/solver.h +++ b/MathLib/LinAlg/Solvers/solver.h @@ -1,8 +1,7 @@ -/* - * solver.h +/** + * \file solver.h * - * Created on: Sep 27, 2011 - * Author: TF + * Created on 2011-09-27 by Thomas Fischer */ #ifndef SOLVER_H_ diff --git a/MathLib/LinAlg/Sparse/CRSMatrix.h b/MathLib/LinAlg/Sparse/CRSMatrix.h index bd141bc4a6fac8db301a12b5bdd009dc60f67562..338035b9f30cccdd026492ddb0f442b64402055f 100644 --- a/MathLib/LinAlg/Sparse/CRSMatrix.h +++ b/MathLib/LinAlg/Sparse/CRSMatrix.h @@ -1,8 +1,7 @@ -/* - * CRSMatrix.h +/** + * \file CRSMatrix.h * - * Created on: Sep 20, 2011 - * Author: TF + * Created on 2011-09-20 by Thomas Fischer */ #ifndef CRSMATRIX_H diff --git a/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h b/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h index e60f4f43761e2e6c9794c18483dee3678fc944b6..2c33d789ffda13e76d72dc7f753c0a432c88654a 100644 --- a/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h +++ b/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h @@ -1,8 +1,7 @@ -/* - * CRSMatrixOpenMP.h +/** + * \file CRSMatrixOpenMP.h * - * Created on: Aug 8, 2011 - * Author: TF + * Created on 2011-08-08 by Thomas Fischer */ #ifndef CRSMATRIXOPENMP_H_ diff --git a/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h b/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h index 32ca857f505bd713bb3c771623da92dedc8e196c..4acfbe9fefae5f4b30e11857cf3f042d2591ac97 100644 --- a/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h +++ b/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h @@ -1,8 +1,7 @@ -/* - * CRSMatrixPThreads.h +/** + * \file CRSMatrixPThreads.h * - * Created on: Aug 2, 2011 - * Author: TF + * Created on 2011-08-02 by Thomas Fischer */ #ifndef CRSMATRIXPTHREADS_H diff --git a/MathLib/LinAlg/Sparse/CRSSymMatrix.h b/MathLib/LinAlg/Sparse/CRSSymMatrix.h index 37a75ed86f7966a1d3d543a81bf0ba6ddafeb6c0..94343e2c630f62c4dd85799a09714a00e276ac26 100644 --- a/MathLib/LinAlg/Sparse/CRSSymMatrix.h +++ b/MathLib/LinAlg/Sparse/CRSSymMatrix.h @@ -1,8 +1,7 @@ -/* - * CRSSymMatrix.h +/** + * \file CRSSymMatrix.h * - * Created on: Jul 22, 2011 - * Author: fischeth + * Created on 2011-07-22 by Thomas Fischer */ #ifndef CRSSYMMATRIX_H_ diff --git a/MathLib/LinAlg/Sparse/CRSTranspose.h b/MathLib/LinAlg/Sparse/CRSTranspose.h index 010a49e5a31126c57d14232f3185573857892aff..2c43b022ef49f51e6ae18034aadeb513c031197b 100644 --- a/MathLib/LinAlg/Sparse/CRSTranspose.h +++ b/MathLib/LinAlg/Sparse/CRSTranspose.h @@ -1,8 +1,7 @@ -/* - * CRSTranspose.h +/** + * \file CRSTranspose.h * - * Created on: Sep 27, 2011 - * Author: TF + * Created on 2011-09-27 by Thomas Fischer */ #ifndef CRSTRANSPOSE_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp index d01e2272d1f32595d1840c02c4ea2d4f4ffa1a04..d70f86396a057fc3df7225370ccb1c7e9523ce05 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp @@ -1,8 +1,7 @@ -/* - * AdjMat.cpp +/** + * \file AdjMat.cpp * - * Created on: 02.01.2012 - * Author: TF + * Created on 2012-01-02 by Thomas Fischer */ // Base diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h index 2b1c21ccde03f88e12c4fbe3d290725ee065265d..f0283fdebfeee50f9b900dfa376e2f5e4594b14f 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h @@ -1,8 +1,7 @@ -/* - * AdjMat.h +/** + * \file AdjMat.h * - * Created on: 02.01.2012 - * Author: TF + * Created on 2012-01-02 by Thomas Fischer */ #ifndef ADJMAT_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp index 18093b91dbe70b4f3755d49ec4f56f592c271d5b..4a4a631eade76e3d04ceda43d08933a0d2906c67 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp @@ -1,8 +1,7 @@ -/* - * CRSMatrixReordered.cpp +/** + * \file CRSMatrixReordered.cpp * - * Created on: Jan 3, 2012 - * Author: TF + * Created on 2012-01-03 by Thomas Fischer */ // BaseLib diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h index a7d372ff033568ab830509c3c5bd9e550b173916..ae8398ff38c8248363b36538b56f762979881e36 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h @@ -1,8 +1,7 @@ -/* - * CRSMatrixReordered.h +/** + * \file CRSMatrixReordered.h * - * Created on: Jan 3, 2012 - * Author: TF + * Created on 2012-01-03 by Thomas Fischer */ #ifndef CRSMATRIXREORDERED_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp index f773702c42ef58eac66f16ba5591560f11555339..3fd366f1afc5abbb1824d2de0ce278120bac1d96 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp @@ -1,8 +1,7 @@ -/* - * CRSMatrixReorderedOpenMP.cpp +/** + * \file CRSMatrixReorderedOpenMP.cpp * - * Created on: Jan 20, 2012 - * Author: TF + * Created on 2012-01-12 by Thomas Fischer */ #ifdef _OPENMP diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h index 471a91980e8b4ab5d5952589f0c16fd4d28a49b7..f8459a4b2d4990242c8ec77359f49167f99fdcdb 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h @@ -1,8 +1,7 @@ -/* - * CRSMatrixReorderedOpenMP.h +/** + * \file CRSMatrixReorderedOpenMP.h * - * Created on: Jan 20, 2012 - * Author: TF + * Created on 2012-01-20 by Thomas Fischer */ #ifndef CRSMATRIXREORDEREDOPENMP_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp index 99fe759cc2a2a2a2010263a29fcf08e50b6c95d2..ed99b402bd398f5b18f3d1c73f01e948477e7a73 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp @@ -1,8 +1,7 @@ -/* - * Cluster.cpp +/** + * \fileCluster.cpp * - * Created on: 02.01.2012 - * Author: TF + * Created on 2012-01-02 by Thomas Fischer */ #include "metis.h" diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h index 1ee767c2b454e4e8dba4afad2e43c589cc068eb5..b4abefbf3afcc5988bbd4611be7d33220ad19396 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h @@ -1,8 +1,7 @@ /* - * Cluster.h + * \file Cluster.h * - * Created on: 02.01.2012 - * Author: TF + * Created on 2012-01-02 by Thomas Fischer */ #ifndef CLUSTER_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp index 23565205a7bc4b5aa0517c0d13952b7f7eb82a32..b9c4b05631bbe2a0d1d9806325a3b63ca9915f4f 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp @@ -1,8 +1,7 @@ -/* - * ClusterBase.cpp +/** + * \file ClusterBase.cpp * - * Created on: 02.01.2012 - * Author: TF + * Created on 2012-01-02 by Thomas Fischer */ //#include "blas.h" diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h index 1f682f6acd354548bb2381f3e6dfc6ebdaa03bea..87b94be02f001ced579e2ac7a23d76a26ef493f3 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h @@ -1,8 +1,7 @@ -/* - * ClusterBase.h +/** + * \file ClusterBase.h * - * Created on: 02.01.2012 - * Author: TF + * Created on 2012-01-02 by Thomas Fischer */ #ifndef CLUSTERBASE_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp index 226329ef83e5b35deb278bce2a1b6c660ff3b6d1..455f9eb29ff1994429811e40242c30d05b3e3abd 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp @@ -1,8 +1,7 @@ -/* - * Separator.cpp +/** + * \file Separator.cpp * - * Created on: 02.01.2012 - * Author: TF + * Created on 2012-01-02 by Thomas Fischer */ // BaseLib diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h index a90ba000139b037cb21646eb461d06b685ce963e..25d2ccd9de5e0e9660db144c8280249ba0f04977 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h @@ -1,8 +1,7 @@ -/* +/** * Separator.h * - * Created on: 02.01.2012 - * Author: TF + * Created on 2012-01-02 by Thomas Fischer */ #ifndef SEPARATOR_H_ diff --git a/MathLib/LinAlg/Sparse/amuxCRS.cpp b/MathLib/LinAlg/Sparse/amuxCRS.cpp index 9821984763d7749e14c29019b2141d4fc8fcb405..b7b5b766afa20e459d6b3f3a475f2cbf17d99904 100644 --- a/MathLib/LinAlg/Sparse/amuxCRS.cpp +++ b/MathLib/LinAlg/Sparse/amuxCRS.cpp @@ -1,8 +1,7 @@ -/* - * CRSMatrix.h +/** + * \file CRSMatrix.h * - * Created on: Sep 20, 2011 - * Author: TF + * Created on 2011-09-20 by Thomas Fischer */ #include "amuxCRS.h" diff --git a/MathLib/LinAlg/VectorNorms.h b/MathLib/LinAlg/VectorNorms.h index 31bbf802f8cd969b12b14f6f4f12d7cb94d89d66..962e7c39c8f11ff8a19ea796533f265250b7f7d3 100644 --- a/MathLib/LinAlg/VectorNorms.h +++ b/MathLib/LinAlg/VectorNorms.h @@ -1,8 +1,7 @@ -/* - * VectorNorms.h +/** + * \file VectorNorms.h * - * Created on: Jun 6, 2011 - * Author: TF + * Created on 2011-06-06 by Thomas Fischer */ #ifndef VECTORNORMS_H_ diff --git a/MathLib/MathTools.cpp b/MathLib/MathTools.cpp index 244319305a99f04e47ee6b7c99a45d1fec673a07..c9e370d15cbfb755c2afc5fbd6daf97f8586dc61 100644 --- a/MathLib/MathTools.cpp +++ b/MathLib/MathTools.cpp @@ -1,8 +1,7 @@ -/* - * MathTools.cpp +/** + * \file MathTools.cpp * - * Created on: Jan 13, 2010 - * Author: TF + * Created on 2010-01-13 by Thomas Fischer */ #include "MathTools.h" diff --git a/MathLib/MathTools.h b/MathLib/MathTools.h index b1d046c7a5091e0a52c2aea490b2656bd6ada38e..cf57db5351a17c30f1627baf03fde688c474651e 100644 --- a/MathLib/MathTools.h +++ b/MathLib/MathTools.h @@ -1,8 +1,7 @@ -/* +/** * \file MathTools.h * - * Created on: Jan 13, 2010 - * Author: TF + * Created on 2010-01-13 by Thomas Fischer */ #ifndef MATHTOOLS_H_ diff --git a/MathLib/Vector3.h b/MathLib/Vector3.h index 02114a8bde45030922fabff51f53d728c9f4447a..9e1aeaa14312848c24d90c748abd1d576861c54c 100644 --- a/MathLib/Vector3.h +++ b/MathLib/Vector3.h @@ -1,6 +1,7 @@ /** * \file Vector3.h - * 27/10/2009 LB Initial implementation + * + * Created on 2009-10-27 by Lars Bilke * From: http://www.strout.net/info/coding/classlib/intro.html * with modifications to derive from TemplatePoint */ diff --git a/MathLib/max.h b/MathLib/max.h index f98c375dd6d23236ab91c2c088e50348c2dc3d2b..fc1665201281f744f3e5175e6376d94b6a88ba44 100644 --- a/MathLib/max.h +++ b/MathLib/max.h @@ -1,8 +1,7 @@ -/* - * max.h +/** + * \file max.h * - * Created on: Apr 20, 2010 - * Author: TF + * Created on 2010-04-20 by Thomas Fischer */ #ifndef MAX_H_ diff --git a/MeshLib/Elements/Cell.cpp b/MeshLib/Elements/Cell.cpp index 2b8a9d0806877e5e38664865a15ebda386cee201..0bf70a0b5966488496b960ee06f9a275a24cef34 100644 --- a/MeshLib/Elements/Cell.cpp +++ b/MeshLib/Elements/Cell.cpp @@ -1,8 +1,7 @@ /** - * Cell.cpp + * \file Cell.cpp * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #include "Cell.h" diff --git a/MeshLib/Elements/Cell.h b/MeshLib/Elements/Cell.h index 58f9fcbfc2f690bbf44592f29f221c3bfdbbd169..7ac35be25deb69ecb8cf70e1fad970e774110073 100644 --- a/MeshLib/Elements/Cell.h +++ b/MeshLib/Elements/Cell.h @@ -1,8 +1,7 @@ /** - * Cell.h + * \file Cell.h * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #ifndef CELL_H_ @@ -45,7 +44,7 @@ protected: }; /* class */ -} +} #endif /* CELL_H_ */ diff --git a/MeshLib/Elements/Edge.cpp b/MeshLib/Elements/Edge.cpp index 7b27c132ff18eea1e7508b27249ac263f9b4bf10..8d303a9459a9ccbb0b352c91a69c15da34b972a1 100644 --- a/MeshLib/Elements/Edge.cpp +++ b/MeshLib/Elements/Edge.cpp @@ -1,8 +1,7 @@ /** - * Edge.cpp + * \file Edge.cpp * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #include "Edge.h" diff --git a/MeshLib/Elements/Edge.h b/MeshLib/Elements/Edge.h index 09854162cc0a9dd352e79a92cc635670b2558fdf..06f20f0efa3fd8cc4dbc3c6617b6a0e0a7e4caae 100644 --- a/MeshLib/Elements/Edge.h +++ b/MeshLib/Elements/Edge.h @@ -1,8 +1,7 @@ /** - * Edge.h + * \file Edge.h * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #ifndef EDGE_H_ diff --git a/MeshLib/Elements/Element.cpp b/MeshLib/Elements/Element.cpp index 77e8c4a9253909c39b2221694c0ab30050a1575c..626b7cdacb3c39075ad07160eebc2658d1234c53 100644 --- a/MeshLib/Elements/Element.cpp +++ b/MeshLib/Elements/Element.cpp @@ -1,8 +1,7 @@ /** - * Element.cpp + * \file Element.cpp * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #include "Element.h" @@ -70,7 +69,7 @@ const Node* Element::getNode(unsigned i) const return NULL; } -unsigned Element::getNodeIndex(unsigned i) const +unsigned Element::getNodeIndex(unsigned i) const { if (i<getNNodes()) return _nodes[i]->getID(); diff --git a/MeshLib/Elements/Element.h b/MeshLib/Elements/Element.h index 862a27c84345cba85ecff47cd0ee6f7b772a22de..6877f0b1b3607d6e4df849ebd55ffb5d7c9420e5 100644 --- a/MeshLib/Elements/Element.h +++ b/MeshLib/Elements/Element.h @@ -1,8 +1,7 @@ /** - * Element.h + * \file Element.h * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #ifndef ELEMENT_H_ @@ -24,7 +23,7 @@ class Element /* friend functions: */ friend class Mesh;//void Mesh::setElementInformationForNodes(); //friend void Mesh::addElement(Element*); - + public: /// Compute the minimum and maximum squared edge length for this element @@ -53,7 +52,7 @@ public: /// Get the number of nodes for face i. virtual unsigned getNFaceNodes(unsigned i) const = 0; - + /// Get the number of faces for this element. virtual unsigned getNFaces() const = 0; diff --git a/MeshLib/Elements/Face.cpp b/MeshLib/Elements/Face.cpp index d8ae6693c42a936b70517230f07a20f6bfbe5964..23416788ef352f648f4bc8c5b7e6e7ec8f32a788 100644 --- a/MeshLib/Elements/Face.cpp +++ b/MeshLib/Elements/Face.cpp @@ -1,8 +1,7 @@ /** - * Face.cpp + * \file Face.cpp * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #include "Face.h" diff --git a/MeshLib/Elements/Face.h b/MeshLib/Elements/Face.h index 0bd277a20d0fe8ff3c8f52488253d2e23871fa73..07f22b27e4daba93ed99f70797d61a758072330f 100644 --- a/MeshLib/Elements/Face.h +++ b/MeshLib/Elements/Face.h @@ -1,8 +1,7 @@ /** - * Face.h + * \file Face.h * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #ifndef FACE_H_ @@ -53,7 +52,7 @@ protected: double _area; private: - + }; /* class */ diff --git a/MeshLib/Elements/FemElem.cpp b/MeshLib/Elements/FemElem.cpp index ac3c2026221adfb0d9a43d773b490d34dd18dc93..6a30593c322106dfe67af9672fd4d033a9193dee 100644 --- a/MeshLib/Elements/FemElem.cpp +++ b/MeshLib/Elements/FemElem.cpp @@ -1,8 +1,7 @@ /** - * Tet.cpp + * \file Tet.cpp * - * Date: 2012/05/03 - * Author: KR + * Created on 2012-05-03 by Karsten Rink */ #include "FemElem.h" diff --git a/MeshLib/Elements/FemElem.h b/MeshLib/Elements/FemElem.h index a5229d743088b84aa99ba096928609e4411efd7e..8633c976b597d4197a74c8d2272767f789467422 100644 --- a/MeshLib/Elements/FemElem.h +++ b/MeshLib/Elements/FemElem.h @@ -1,8 +1,7 @@ /** - * FemElem.h + * \file FemElem.h * - * Date: 2012/05/03 - * Author: KR + * Created on 2012-05-03 by Karsten Rink */ #ifndef FEMELEM_H_ diff --git a/MeshLib/Elements/Hex.cpp b/MeshLib/Elements/Hex.cpp index 55ef9a299cce451fdc1daa7df78312a01a4cd26c..dc748cc7c9783fe8c186b753ca73530ce2210aa6 100644 --- a/MeshLib/Elements/Hex.cpp +++ b/MeshLib/Elements/Hex.cpp @@ -1,8 +1,7 @@ /** - * Hex.cpp + * \file Hex.cpp * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #include "Hex.h" @@ -23,7 +22,7 @@ const unsigned Hex::_face_nodes[6][4] = {3, 0, 4, 7}, // Face 4 {4, 5, 6, 7} // Face 5 }; - + const unsigned Hex::_edge_nodes[12][2] = { {0, 1}, // Edge 0 diff --git a/MeshLib/Elements/Hex.h b/MeshLib/Elements/Hex.h index 68fa469be217438e76c07c39a8cd330f19d638fc..798d4675e69695efae15f52d802dbdb69c7d7ae5 100644 --- a/MeshLib/Elements/Hex.h +++ b/MeshLib/Elements/Hex.h @@ -1,8 +1,7 @@ /** - * Hex.h + * \file Hex.h * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #ifndef HEX_H_ diff --git a/MeshLib/Elements/Prism.cpp b/MeshLib/Elements/Prism.cpp index e75aac59ced33a7db51fe1d1f5f860749863d683..806173f9cdf3c6a57bbeabfed3f27325962b0dce 100644 --- a/MeshLib/Elements/Prism.cpp +++ b/MeshLib/Elements/Prism.cpp @@ -1,8 +1,7 @@ /** - * Prism.cpp + * \file Prism.cpp * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #include "Prism.h" @@ -22,7 +21,7 @@ const unsigned Prism::_face_nodes[5][4] = {2, 0, 3, 5}, // Face 3 {3, 4, 5, 99} // Face 4 }; - + const unsigned Prism::_edge_nodes[9][2] = { {0, 1}, // Edge 0 diff --git a/MeshLib/Elements/Prism.h b/MeshLib/Elements/Prism.h index d4604e63f63866a1c73e3e5bbd2fc0aa18e46e7a..869e297172bae0d64b513cd19e4160aa6bd9c484 100644 --- a/MeshLib/Elements/Prism.h +++ b/MeshLib/Elements/Prism.h @@ -1,8 +1,7 @@ /** - * Prism.h + * \file Prism.h * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #ifndef PRISM_H_ diff --git a/MeshLib/Elements/Pyramid.cpp b/MeshLib/Elements/Pyramid.cpp index 994d4403b31de37d325aeb00918d2d85b8e0f232..d9e95e3ebc3da77a82fd75977598199ae21a81c2 100644 --- a/MeshLib/Elements/Pyramid.cpp +++ b/MeshLib/Elements/Pyramid.cpp @@ -1,8 +1,7 @@ /** - * Pyramid.cpp + * \file Pyramid.cpp * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #include "Pyramid.h" @@ -22,7 +21,7 @@ const unsigned Pyramid::_face_nodes[5][4] = {3, 0, 4, 99}, // Face 3 {0, 3, 2, 1} // Face 4 }; - + const unsigned Pyramid::_edge_nodes[8][2] = { {0, 1}, // Edge 0 diff --git a/MeshLib/Elements/Pyramid.h b/MeshLib/Elements/Pyramid.h index 35eb1da38371e791b31dfbb77f47da6252de75aa..de1f9162e18737d83021e1c1f16bd80ab642b4f4 100644 --- a/MeshLib/Elements/Pyramid.h +++ b/MeshLib/Elements/Pyramid.h @@ -1,8 +1,7 @@ /** - * Pyramid.h + * \file Pyramid.h * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #ifndef PYRAMID_H_ diff --git a/MeshLib/Elements/Quad.cpp b/MeshLib/Elements/Quad.cpp index f909f4ae1e5c39ead4cbc15d1e53165a8fbca8cb..6902c2ebb4feb324db8e0fb25fe8e8735495bc28 100644 --- a/MeshLib/Elements/Quad.cpp +++ b/MeshLib/Elements/Quad.cpp @@ -1,15 +1,14 @@ /** - * Quad.cpp + * \file Quad.cpp * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #include "Quad.h" #include "Node.h" #include "MathTools.h" - + namespace MeshLib { diff --git a/MeshLib/Elements/Quad.h b/MeshLib/Elements/Quad.h index 305ec5bb9a8dc20bc34e81f0631a7a5d87c81b5a..9ccd0d9408c78afd6fbb4d97c1b1db929900d9fe 100644 --- a/MeshLib/Elements/Quad.h +++ b/MeshLib/Elements/Quad.h @@ -1,8 +1,7 @@ /** - * Quad.h + * \file Quad.h * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #ifndef QUAD_H_ diff --git a/MeshLib/Elements/Tet.cpp b/MeshLib/Elements/Tet.cpp index c3878998e590a1f9d9f9c041788feb4ab42c7473..ef874e519357d3a583541de3b8ff7891dd1fde7c 100644 --- a/MeshLib/Elements/Tet.cpp +++ b/MeshLib/Elements/Tet.cpp @@ -1,8 +1,7 @@ /** - * Tet.cpp + * \file Tet.cpp * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #include "Tet.h" @@ -21,7 +20,7 @@ const unsigned Tet::_face_nodes[4][3] = {1, 2, 3}, // Face 2 {2, 0, 3} // Face 3 }; - + const unsigned Tet::_edge_nodes[6][2] = { {0, 1}, // Edge 0 diff --git a/MeshLib/Elements/Tet.h b/MeshLib/Elements/Tet.h index a0bec989b332c8b78fca7812a824a6891402c1da..017bf183606899f7ea6093111a131fa16d5ec6da 100644 --- a/MeshLib/Elements/Tet.h +++ b/MeshLib/Elements/Tet.h @@ -1,8 +1,7 @@ /** - * Tet.h + * \file Tet.h * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #ifndef TET_H_ @@ -50,7 +49,7 @@ public: /// Get the number of edges for this element. unsigned getNEdges() const { return 6; }; - + /// Get the number of nodes for face i. unsigned getNFaceNodes(unsigned i) const { (void)i; return 3; }; diff --git a/MeshLib/Elements/Tet10.cpp b/MeshLib/Elements/Tet10.cpp index cd65836d38f527371df58244f1cf51905aaf2594..95b1808b421e061a64ea05992e1ea56249b98387 100644 --- a/MeshLib/Elements/Tet10.cpp +++ b/MeshLib/Elements/Tet10.cpp @@ -1,8 +1,7 @@ /** - * Tet10.cpp + * \file Tet10.cpp * - * Date: 2012/05/03 - * Author: KR + * Created on 2012-05-03 by Karsten Rink */ #include "Tet10.h" diff --git a/MeshLib/Elements/Tet10.h b/MeshLib/Elements/Tet10.h index c82e535469218edac2d4ae70ffbcfa7e8380b633..b53c18b39ee6bcfaddae4f811ef6eb807a2e4fac 100644 --- a/MeshLib/Elements/Tet10.h +++ b/MeshLib/Elements/Tet10.h @@ -1,8 +1,7 @@ /** - * Tet10.h + * \file Tet10.h * - * Date: 2012/05/03 - * Author: KR + * Created on 2012-05-03 by Karsten Rink */ #ifndef TET10_H_ diff --git a/MeshLib/Elements/Tet4.cpp b/MeshLib/Elements/Tet4.cpp index c759eebc8da2a15dd771e37a4ab0b41706962233..34467fc0f3363ddb75f3d5b976762dbd715392a6 100644 --- a/MeshLib/Elements/Tet4.cpp +++ b/MeshLib/Elements/Tet4.cpp @@ -1,8 +1,7 @@ /** - * Tet4.cpp + * \file Tet4.cpp * - * Date: 2012/05/03 - * Author: KR + * Created on 2012-05-03 by Karsten Rink */ #include "Tet4.h" diff --git a/MeshLib/Elements/Tet4.h b/MeshLib/Elements/Tet4.h index ceefe2da107fa33d3f684f76305ee94abb3e9839..9a3932c040b5b13e24a7ab0704059414526a58b9 100644 --- a/MeshLib/Elements/Tet4.h +++ b/MeshLib/Elements/Tet4.h @@ -1,8 +1,7 @@ /** - * Tet4.h + * \file Tet4.h * - * Date: 2012/05/03 - * Author: KR + * Created on 2012-05-03 by Karsten Rink */ #ifndef TET4_H_ diff --git a/MeshLib/Elements/Tri.cpp b/MeshLib/Elements/Tri.cpp index ea8c987cfe9a0c4b99cb3068ed4cdd12918e1acd..9e0c15b792fd939ff5baa32cedaf0406bb4eb573 100644 --- a/MeshLib/Elements/Tri.cpp +++ b/MeshLib/Elements/Tri.cpp @@ -1,8 +1,7 @@ /** - * Tri.cpp + * \file Tri.cpp * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #include "Tri.h" diff --git a/MeshLib/Elements/Tri.h b/MeshLib/Elements/Tri.h index 9ab7c925081b1384ff6a8ece592be1c0a283d405..551996d2b9f4a863ecb300fb85ed96302f66f6be 100644 --- a/MeshLib/Elements/Tri.h +++ b/MeshLib/Elements/Tri.h @@ -1,8 +1,7 @@ /** - * Tri.h + * \file Tri.h * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #ifndef TRI_H_ @@ -58,7 +57,7 @@ protected: /// Return a specific edge node. inline Node* getEdgeNode(unsigned edge_id, unsigned node_id) const { return _nodes[_edge_nodes[edge_id][node_id]]; }; - + static const unsigned _edge_nodes[3][2]; }; /* class */ diff --git a/MeshLib/FemMesh.cpp b/MeshLib/FemMesh.cpp index 57139554a5c88ee42c7afd2e8fa3a87573de2b0d..949873bbb5046a65f555e028faa3802be7c2e74d 100644 --- a/MeshLib/FemMesh.cpp +++ b/MeshLib/FemMesh.cpp @@ -1,8 +1,7 @@ /** - * FemMesh.cpp + * \file FemMesh.cpp * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #include "FemMesh.h" diff --git a/MeshLib/FemMesh.h b/MeshLib/FemMesh.h index 9cf4617441d44bb23b4cf535e4e8b67e3e4fb3ff..ae59dc09ab09368948fdefe7bc317231386998f7 100644 --- a/MeshLib/FemMesh.h +++ b/MeshLib/FemMesh.h @@ -1,8 +1,7 @@ /** - * FemMesh.h + * \file FemMesh.h * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #ifndef FEMMESH_H_ diff --git a/MeshLib/FemNode.cpp b/MeshLib/FemNode.cpp index 93c458c2dbbc0007757fc230d7f54ff04794121e..e4f09ac7e5812b85f857a283386fea294d69910f 100644 --- a/MeshLib/FemNode.cpp +++ b/MeshLib/FemNode.cpp @@ -1,8 +1,7 @@ /** - * FemNode.cpp + * \file FemNode.cpp * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #include "FemNode.h" diff --git a/MeshLib/FemNode.h b/MeshLib/FemNode.h index 6b49a4893080057c39743c71a959f38d6cd713dc..2538b816aae73fde3019bed4f34bf9ed3846d3e6 100644 --- a/MeshLib/FemNode.h +++ b/MeshLib/FemNode.h @@ -1,8 +1,7 @@ /** - * FemNode.h + * \file FemNode.h * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #ifndef FEMNODE_H_ @@ -20,7 +19,7 @@ class FemNode : public Node public: /// Constructor using a coordinate array FemNode(double const*const coords, unsigned id = std::numeric_limits<unsigned>::max()); - + /// Constructor using single coordinates FemNode(double x, double y, double z, unsigned id = std::numeric_limits<unsigned>::max()); diff --git a/MeshLib/Mesh.cpp b/MeshLib/Mesh.cpp index a7e5e5cf88f58899a4553d85caeb0c8f084568a7..751228f5d83461fb1332a4d0b77090697a56ccac 100644 --- a/MeshLib/Mesh.cpp +++ b/MeshLib/Mesh.cpp @@ -1,8 +1,7 @@ /** - * Mesh.cpp + * \file Mesh.cpp * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #include "Mesh.h" @@ -47,7 +46,7 @@ void Mesh::makeNodesUnique() { //check for unique mesh nodes //PointVec::makePntsUnique - + //replace node pointers in elements unsigned nElements (_elements.size()); for (unsigned i=0; i<nElements; i++) @@ -58,17 +57,17 @@ void Mesh::makeNodesUnique() } //set correct id for each node - + } void Mesh::addNode(Node* node) { - _nodes.push_back(node); + _nodes.push_back(node); } -void Mesh::addElement(Element* elem) +void Mesh::addElement(Element* elem) { - _elements.push_back(elem); + _elements.push_back(elem); // add element informatin to nodes unsigned nNodes (elem->getNNodes()); @@ -111,7 +110,7 @@ void Mesh::setNeighborInformationForElements() for (unsigned j=0; j<nNodes; j++) { const Node* node = elem->getNode(j); - + } } */ diff --git a/MeshLib/Mesh.h b/MeshLib/Mesh.h index 89edf6f0048e4133bfdff68187f11f654b345856..d11ee69baa85856510581e6da4f953a1efad78a7 100644 --- a/MeshLib/Mesh.h +++ b/MeshLib/Mesh.h @@ -1,8 +1,7 @@ /** - * Mesh.h + * \file Mesh.h * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #ifndef MESH_H_ @@ -12,7 +11,7 @@ #include <string> #include <vector> -namespace MeshLib +namespace MeshLib { class Node; class Element; @@ -72,13 +71,13 @@ public: /// Get the element-vector for the mesh. const std::vector<Element*> getElements() const { return _elements; }; - /** + /** * Set the minimum and maximum length over the edges of the mesh. - * This should have been previously calcumlated using the Element::computeSqrEdgeLengthRange(min, max) + * This should have been previously calcumlated using the Element::computeSqrEdgeLengthRange(min, max) * function or by some other means. */ void setEdgeLengthRange(const double &min_length, const double &max_length); - + protected: /// Checks the coordinates of all mesh nodes and removes identical nodes. Elements are adapted accordingly. void makeNodesUnique(); diff --git a/MeshLib/MshEnums.cpp b/MeshLib/MshEnums.cpp index 123205ce94f57ea50fc81cd9793535b64c0990ed..0d98c0f4fe94e1f2d2fec2fd6eb0f931bacfe898 100644 --- a/MeshLib/MshEnums.cpp +++ b/MeshLib/MshEnums.cpp @@ -1,8 +1,7 @@ /** - * MshEnums.cpp + * \file MshEnums.cpp * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #include "MshEnums.h" diff --git a/MeshLib/MshEnums.h b/MeshLib/MshEnums.h index 8a2084adb6da1fbfb4e715734c308ee75d3a4a0f..13437917558f861f3b04c5c8ae2c17c7891cea77 100644 --- a/MeshLib/MshEnums.h +++ b/MeshLib/MshEnums.h @@ -1,8 +1,7 @@ /** - * MshEnums.h + * \file MshEnums.h * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #ifndef MSHENUMS_H diff --git a/MeshLib/Node.cpp b/MeshLib/Node.cpp index 7e49a8259a91472e3860399642503cffc3658d50..8f1d72765840541321160d71a813568c834c4bd1 100644 --- a/MeshLib/Node.cpp +++ b/MeshLib/Node.cpp @@ -1,8 +1,7 @@ /** - * Node.cpp + * \file Node.cpp * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #include "Node.h" diff --git a/MeshLib/Node.h b/MeshLib/Node.h index 1a64a2c9c21ff8cf6f084e4be2a9ff82fd870d0a..841c50f2309cfbb9385697187361c2fdbd90ed4e 100644 --- a/MeshLib/Node.h +++ b/MeshLib/Node.h @@ -1,8 +1,7 @@ /** - * Node.h + * \file Node.h * - * Date: 2012/05/02 - * Author: KR + * Created on 2012-05-02 by Karsten Rink */ #ifndef NODE_H_ @@ -27,7 +26,7 @@ class Node : public GeoLib::PointWithID /* friend functions: */ friend class Mesh;//void Mesh::setElementInformationForNodes(); //friend void Mesh::addElement(Element*); - + public: /// Constructor using a coordinate array diff --git a/SimpleTests/MatrixTests/MatMult.cpp b/SimpleTests/MatrixTests/MatMult.cpp index 5b51b579f2532aa2c51f7f7c2675cab64ca1ec46..6f185b94320be63452a06253d995c46cbca40782 100644 --- a/SimpleTests/MatrixTests/MatMult.cpp +++ b/SimpleTests/MatrixTests/MatMult.cpp @@ -1,8 +1,7 @@ -/* +/** * MatMult.cpp * - * Created on: Jan 3, 2012 - * Author: TF + * Created on 2012-01-03 by Thomas Fischer */ #include <fstream> diff --git a/SimpleTests/MatrixTests/MatTestRemoveRowsCols.cpp b/SimpleTests/MatrixTests/MatTestRemoveRowsCols.cpp index 446bb7c8bf176a528cb1280a4d49fbe5b3cbf29f..64ceed3d97f5f1ecb928c06369a33a3d32fce3a5 100644 --- a/SimpleTests/MatrixTests/MatTestRemoveRowsCols.cpp +++ b/SimpleTests/MatrixTests/MatTestRemoveRowsCols.cpp @@ -1,8 +1,7 @@ -/* +/** * MatTestRemoveRowsCols.cpp * - * Created on: Nov 8, 2011 - * Author: TF + * Created on 2011-11-08 by Thomas Fischer */ #include <fstream> diff --git a/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp b/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp index 464db6143d65b795e3eabd653b46e2413f3571ec..9da1a3bff60e0a921f3fa5c7ad64ad11df524706 100644 --- a/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp +++ b/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp @@ -1,8 +1,7 @@ -/* +/** * MatVecMultNDPerm.cpp * - * Created on: Jan 3, 2012 - * Author: TF + * Created on 2012-01-03 by Thomas Fischer */ #include <cstdlib> diff --git a/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp b/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp index 4516c70382905bf945dd84afc36c18637fa5e429..6b9d3380c0573cc2814b77b7622929fb17ffb2b5 100644 --- a/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp +++ b/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp @@ -1,8 +1,7 @@ -/* +/** * MatVecMultNDPermOpenMP.cpp * - * Created on: Jan 20, 2012 - * Author: TF + * Created on 2012-01-20 by Thomas Fischer */ #include <cstdlib> diff --git a/SimpleTests/MeshTests/MeshRead.cpp b/SimpleTests/MeshTests/MeshRead.cpp index 2e0da48402e8f6985617a8eefd5e6f1fcc0606c7..51a3bdc210be39af4b490f0fd850231187ca7f68 100644 --- a/SimpleTests/MeshTests/MeshRead.cpp +++ b/SimpleTests/MeshTests/MeshRead.cpp @@ -1,8 +1,7 @@ /* * MeshRead.cpp * - * Created on: 2012/05/09 - * Author: KR + * Created on 2012/05/09 by Karsten Rink */ // BaseLib diff --git a/SimpleTests/SolverTests/ConjugateGradientUnpreconditioned.cpp b/SimpleTests/SolverTests/ConjugateGradientUnpreconditioned.cpp index 96ead4200cfefbc8748f32f50f0a11acc05b01fa..89fcee8f806ac9fc29430806f521233890a6d8a2 100644 --- a/SimpleTests/SolverTests/ConjugateGradientUnpreconditioned.cpp +++ b/SimpleTests/SolverTests/ConjugateGradientUnpreconditioned.cpp @@ -16,7 +16,7 @@ int main(int argc, char *argv[]) (void) argv; // *** reading matrix in crs format from file - std::string fname("/work/fischeth/data/testmat.bin"); + std::string fname("/work/Thomas Fischer/data/testmat.bin"); // std::ifstream in(fname.c_str(), std::ios::binary); MathLib::CRSMatrix<double, unsigned> *mat (new MathLib::CRSMatrix<double, unsigned>(fname)); /* double *A(NULL); @@ -40,7 +40,7 @@ int main(int argc, char *argv[]) x[k] = 1.0; } // *** read rhs - fname = "/work/fischeth/data/rhs.dat"; + fname = "/work/Thomas Fischer/data/rhs.dat"; std::ifstream in(fname.c_str()); if (in) { read (in, n, b); diff --git a/SimpleTests/SolverTests/GMResDiagPrecond.cpp b/SimpleTests/SolverTests/GMResDiagPrecond.cpp index 7062cb20993fb5b10051067cb864ae687de14c9c..9ccde0d528bf8b298b24bde95a12028b409d1b8a 100644 --- a/SimpleTests/SolverTests/GMResDiagPrecond.cpp +++ b/SimpleTests/SolverTests/GMResDiagPrecond.cpp @@ -1,8 +1,7 @@ -/* +/** * GMResDiagPrecond.cpp * - * Created on: Oct 5, 2011 - * Author: TF + * Created on 2011-10-05 by Thomas Fischer */ #include <iostream>