From 696a965dc5add0ef81cf6e4df902118cf947ae97 Mon Sep 17 00:00:00 2001 From: Sebastian Eibl Date: Thu, 17 Dec 2020 13:36:45 +0100 Subject: [PATCH] [FIX] removing potentially wrong filenames The default target of \file is the current file. --- python/mesa_pd/templates/common/ParticleFunctions.templ.h | 2 +- python/mesa_pd/templates/data/ContactAccessor.templ.h | 2 +- python/mesa_pd/templates/data/ContactHistory.templ.h | 2 +- python/mesa_pd/templates/data/ContactStorage.templ.h | 2 +- python/mesa_pd/templates/data/LinkedCells.templ.h | 2 +- python/mesa_pd/templates/data/ParticleAccessor.templ.h | 2 +- python/mesa_pd/templates/data/ParticleStorage.templ.h | 2 +- python/mesa_pd/templates/data/ShapeStorage.templ.h | 2 +- python/mesa_pd/templates/data/SparseLinkedCells.templ.h | 2 +- python/mesa_pd/templates/kernel/DetectAndStoreContacts.templ.h | 2 +- python/mesa_pd/templates/kernel/DoubleCast.templ.h | 2 +- python/mesa_pd/templates/kernel/ExplicitEuler.templ.h | 2 +- python/mesa_pd/templates/kernel/ForceLJ.templ.h | 2 +- python/mesa_pd/templates/kernel/HCSITSRelaxationStep.templ.h | 2 +- python/mesa_pd/templates/kernel/HeatConduction.templ.h | 2 +- python/mesa_pd/templates/kernel/InitContactsForHCSITS.templ.h | 2 +- python/mesa_pd/templates/kernel/InitParticlesForHCSITS.templ.h | 2 +- .../templates/kernel/InsertParticleIntoLinkedCells.templ.h | 2 +- .../kernel/InsertParticleIntoSparseLinkedCells.templ.h | 2 +- .../mesa_pd/templates/kernel/IntegrateParticlesHCSITS.templ.h | 2 +- python/mesa_pd/templates/kernel/LinearSpringDashpot.templ.h | 2 +- python/mesa_pd/templates/kernel/NonLinearSpringDashpot.templ.h | 2 +- python/mesa_pd/templates/kernel/PFCDamping.templ.h | 2 +- python/mesa_pd/templates/kernel/SemiImplicitEuler.templ.h | 2 +- python/mesa_pd/templates/kernel/SingleCast.templ.h | 2 +- python/mesa_pd/templates/kernel/SpringDashpot.templ.h | 2 +- python/mesa_pd/templates/kernel/SpringDashpotSpring.templ.h | 2 +- python/mesa_pd/templates/kernel/TemperatureIntegration.templ.h | 2 +- python/mesa_pd/templates/kernel/VelocityVerlet.templ.h | 2 +- python/mesa_pd/templates/mpi/BroadcastProperty.templ.h | 2 +- python/mesa_pd/templates/mpi/ClearGhostOwnerSync.templ.h | 2 +- python/mesa_pd/templates/mpi/ClearNextNeighborSync.templ.h | 2 +- python/mesa_pd/templates/mpi/ReduceContactHistory.templ.h | 2 +- python/mesa_pd/templates/mpi/ReduceProperty.templ.h | 2 +- python/mesa_pd/templates/mpi/ShapePackUnpack.templ.h | 2 +- python/mesa_pd/templates/mpi/SyncGhostOwners.templ.cpp | 2 +- python/mesa_pd/templates/mpi/SyncGhostOwners.templ.h | 2 +- python/mesa_pd/templates/mpi/SyncNextNeighbors.templ.cpp | 2 +- python/mesa_pd/templates/mpi/SyncNextNeighbors.templ.h | 2 +- .../mesa_pd/templates/mpi/SyncNextNeighborsNoGhosts.templ.cpp | 2 +- python/mesa_pd/templates/mpi/SyncNextNeighborsNoGhosts.templ.h | 2 +- .../mpi/notifications/ContactHistoryNotification.templ.h | 2 +- .../mpi/notifications/NewGhostParticleNotification.templ.h | 2 +- python/mesa_pd/templates/mpi/notifications/ParseMessage.templ.h | 2 +- .../mpi/notifications/ParticleCopyNotification.templ.h | 2 +- .../mpi/notifications/ParticleGhostCopyNotification.templ.h | 2 +- .../mpi/notifications/ParticleMigrationNotification.templ.h | 2 +- .../notifications/ParticleRemoteMigrationNotification.templ.h | 2 +- .../ParticleRemovalInformationNotification.templ.h | 2 +- .../mpi/notifications/ParticleRemovalNotification.templ.h | 2 +- .../mpi/notifications/ParticleUpdateNotification.templ.h | 2 +- .../templates/mpi/notifications/PropertyNotification.templ.h | 2 +- python/mesa_pd/templates/tests/CheckInterface.templ.cpp | 2 +- src/mesa_pd/collision_detection/AnalyticCollisionFunctions.h | 2 +- src/mesa_pd/collision_detection/AnalyticContactDetection.h | 2 +- src/mesa_pd/collision_detection/BroadPhase.h | 2 +- src/mesa_pd/collision_detection/EPA.cpp | 2 +- src/mesa_pd/collision_detection/EPA.h | 2 +- src/mesa_pd/collision_detection/GJK.cpp | 2 +- src/mesa_pd/collision_detection/GJK.h | 2 +- src/mesa_pd/collision_detection/GeneralContactDetection.h | 2 +- src/mesa_pd/collision_detection/Support.h | 2 +- src/mesa_pd/common/AABBConversion.h | 2 +- src/mesa_pd/common/Contains.h | 2 +- src/mesa_pd/common/ParticleFunctions.h | 2 +- src/mesa_pd/common/RayParticleIntersection.h | 2 +- src/mesa_pd/data/ContactAccessor.h | 2 +- src/mesa_pd/data/ContactHistory.h | 2 +- src/mesa_pd/data/ContactStorage.h | 2 +- src/mesa_pd/data/DataTypes.h | 2 +- src/mesa_pd/data/Flags.h | 2 +- src/mesa_pd/data/IAccessor.h | 2 +- src/mesa_pd/data/IContactAccessor.h | 2 +- src/mesa_pd/data/LinkedCells.h | 2 +- src/mesa_pd/data/ParticleAccessor.h | 2 +- src/mesa_pd/data/ParticleAccessorWithShape.h | 2 +- src/mesa_pd/data/ParticleStorage.h | 2 +- src/mesa_pd/data/STLOverloads.h | 2 +- src/mesa_pd/data/ShapeStorage.h | 2 +- src/mesa_pd/data/SparseLinkedCells.h | 2 +- src/mesa_pd/data/shape/BaseShape.h | 2 +- src/mesa_pd/data/shape/Box.h | 2 +- src/mesa_pd/data/shape/ConvexPolyhedron.h | 2 +- src/mesa_pd/data/shape/CylindricalBoundary.h | 2 +- src/mesa_pd/data/shape/Ellipsoid.h | 2 +- src/mesa_pd/data/shape/HalfSpace.h | 2 +- src/mesa_pd/data/shape/ShapeTypes.cpp | 2 +- src/mesa_pd/data/shape/Sphere.h | 2 +- src/mesa_pd/domain/BlockForestDataHandling.cpp | 2 +- src/mesa_pd/domain/BlockForestDataHandling.h | 2 +- src/mesa_pd/domain/BlockForestDomain.cpp | 2 +- src/mesa_pd/domain/BlockForestDomain.h | 2 +- src/mesa_pd/domain/IDomain.h | 2 +- src/mesa_pd/domain/InfiniteDomain.h | 2 +- src/mesa_pd/domain/InfoCollection.h | 2 +- src/mesa_pd/kernel/AssocToBlock.h | 2 +- src/mesa_pd/kernel/DetectAndStoreContacts.h | 2 +- src/mesa_pd/kernel/DoubleCast.h | 2 +- src/mesa_pd/kernel/ExplicitEuler.h | 2 +- src/mesa_pd/kernel/ExplicitEulerWithShape.h | 2 +- src/mesa_pd/kernel/ForceLJ.h | 2 +- src/mesa_pd/kernel/HCSITSRelaxationStep.h | 2 +- src/mesa_pd/kernel/HeatConduction.h | 2 +- src/mesa_pd/kernel/InitContactsForHCSITS.h | 2 +- src/mesa_pd/kernel/InitParticlesForHCSITS.h | 2 +- src/mesa_pd/kernel/InsertParticleIntoLinkedCells.h | 2 +- src/mesa_pd/kernel/InsertParticleIntoSparseLinkedCells.h | 2 +- src/mesa_pd/kernel/IntegrateParticlesHCSITS.h | 2 +- src/mesa_pd/kernel/LinearSpringDashpot.h | 2 +- src/mesa_pd/kernel/NonLinearSpringDashpot.h | 2 +- src/mesa_pd/kernel/PFCDamping.h | 2 +- src/mesa_pd/kernel/ParticleSelector.h | 2 +- src/mesa_pd/kernel/SemiImplicitEuler.h | 2 +- src/mesa_pd/kernel/SingleCast.h | 2 +- src/mesa_pd/kernel/SpringDashpot.h | 2 +- src/mesa_pd/kernel/SpringDashpotSpring.h | 2 +- src/mesa_pd/kernel/TemperatureIntegration.h | 2 +- src/mesa_pd/kernel/VelocityVerlet.h | 2 +- src/mesa_pd/mpi/BroadcastProperty.h | 2 +- src/mesa_pd/mpi/ClearGhostOwnerSync.h | 2 +- src/mesa_pd/mpi/ClearNextNeighborSync.h | 2 +- src/mesa_pd/mpi/ContactFilter.h | 2 +- src/mesa_pd/mpi/ReduceContactHistory.h | 2 +- src/mesa_pd/mpi/ReduceProperty.h | 2 +- src/mesa_pd/mpi/RemoveAndNotify.cpp | 2 +- src/mesa_pd/mpi/RemoveAndNotify.h | 2 +- src/mesa_pd/mpi/ShapePackUnpack.h | 2 +- src/mesa_pd/mpi/SyncGhostOwners.cpp | 2 +- src/mesa_pd/mpi/SyncGhostOwners.h | 2 +- src/mesa_pd/mpi/SyncNextNeighbors.cpp | 2 +- src/mesa_pd/mpi/SyncNextNeighbors.h | 2 +- src/mesa_pd/mpi/SyncNextNeighborsBlockForest.cpp | 2 +- src/mesa_pd/mpi/SyncNextNeighborsBlockForest.h | 2 +- src/mesa_pd/mpi/SyncNextNeighborsNoGhosts.cpp | 2 +- src/mesa_pd/mpi/SyncNextNeighborsNoGhosts.h | 2 +- src/mesa_pd/mpi/notifications/ContactHistoryNotification.h | 2 +- src/mesa_pd/mpi/notifications/ForceTorqueNotification.h | 2 +- src/mesa_pd/mpi/notifications/HeatFluxNotification.h | 2 +- .../mpi/notifications/HydrodynamicForceTorqueNotification.h | 2 +- src/mesa_pd/mpi/notifications/NewGhostParticleNotification.h | 2 +- src/mesa_pd/mpi/notifications/NotificationType.h | 2 +- src/mesa_pd/mpi/notifications/PackNotification.h | 2 +- src/mesa_pd/mpi/notifications/ParseMessage.h | 2 +- src/mesa_pd/mpi/notifications/ParticleCopyNotification.h | 2 +- src/mesa_pd/mpi/notifications/ParticleGhostCopyNotification.h | 2 +- src/mesa_pd/mpi/notifications/ParticleMigrationNotification.h | 2 +- .../mpi/notifications/ParticleRemoteMigrationNotification.h | 2 +- .../mpi/notifications/ParticleRemovalInformationNotification.h | 2 +- src/mesa_pd/mpi/notifications/ParticleRemovalNotification.h | 2 +- src/mesa_pd/mpi/notifications/ParticleUpdateNotification.h | 2 +- src/mesa_pd/mpi/notifications/VelocityCorrectionNotification.h | 2 +- src/mesa_pd/mpi/notifications/VelocityUpdateNotification.h | 2 +- src/mesa_pd/mpi/notifications/reset.h | 2 +- src/mesa_pd/sorting/HilbertCompareFunctor.cpp | 2 +- src/mesa_pd/sorting/HilbertCompareFunctor.h | 2 +- src/mesa_pd/sorting/LinearizedCompareFunctor.cpp | 2 +- src/mesa_pd/sorting/LinearizedCompareFunctor.h | 2 +- src/mesa_pd/vtk/ConvexPolyhedron/MeshParticleVTKOutput.h | 2 +- .../vtk/ConvexPolyhedron/data_sources/DataSourceAdapters.h | 2 +- src/mesa_pd/vtk/ConvexPolyhedron/data_sources/FaceDataSource.h | 2 +- .../data_sources/OutputSelectorFaceDataSource.h | 2 +- .../data_sources/OutputSelectorVertexDataSource.h | 2 +- .../data_sources/SurfaceVelocityVertexDataSource.h | 2 +- .../vtk/ConvexPolyhedron/data_sources/VertexDataSource.h | 2 +- .../ConvexPolyhedron/tesselation/ConvexPolyhedronTesselation.h | 2 +- src/mesa_pd/vtk/OutputSelector.h | 2 +- src/mesa_pd/vtk/ParticleVtkOutput.cpp | 2 +- src/mesa_pd/vtk/ParticleVtkOutput.h | 2 +- src/mesa_pd/vtk/TensorGlyph.cpp | 2 +- src/mesa_pd/vtk/TensorGlyph.h | 2 +- src/mesa_pd/vtk/WriteOutput.h | 2 +- tests/mesa_pd/ContactDetection.cpp | 2 +- tests/mesa_pd/DropTestAnalytic.cpp | 2 +- tests/mesa_pd/DropTestGeneral.cpp | 2 +- tests/mesa_pd/Sorting.cpp | 2 +- .../mesa_pd/collision_detection/AnalyticCollisionFunctions.cpp | 2 +- tests/mesa_pd/collision_detection/AnalyticContactDetection.cpp | 2 +- tests/mesa_pd/collision_detection/BoxSupport.cpp | 2 +- tests/mesa_pd/collision_detection/ConvexPolyhedron_GJK_EPA.cpp | 2 +- tests/mesa_pd/collision_detection/EPA.cpp | 2 +- tests/mesa_pd/collision_detection/EllipsoidSupport.cpp | 2 +- tests/mesa_pd/collision_detection/GJK.cpp | 2 +- tests/mesa_pd/collision_detection/GJK_EPA.cpp | 2 +- tests/mesa_pd/collision_detection/GeneralContactDetection.cpp | 2 +- tests/mesa_pd/collision_detection/SphereSupport.cpp | 2 +- tests/mesa_pd/common/IntersectionRatio.cpp | 2 +- tests/mesa_pd/data/ConvexPolyhedron.cpp | 2 +- tests/mesa_pd/data/Flags.cpp | 2 +- tests/mesa_pd/data/LinkedCells.cpp | 2 +- tests/mesa_pd/data/ParticleStorage.cpp | 2 +- tests/mesa_pd/data/SparseLinkedCells.cpp | 2 +- tests/mesa_pd/domain/BlockForestDomain.cpp | 2 +- tests/mesa_pd/domain/BlockForestSync.cpp | 2 +- tests/mesa_pd/domain/BlockForestSyncPeriodic.cpp | 2 +- tests/mesa_pd/domain/DistanceCalculation.cpp | 2 +- tests/mesa_pd/domain/DynamicRefinement.cpp | 2 +- tests/mesa_pd/domain/SerializeDeserialize.cpp | 2 +- tests/mesa_pd/kernel/ClearNextNeighborSync.cpp | 2 +- tests/mesa_pd/kernel/CoefficientOfRestitutionLSD.cpp | 2 +- tests/mesa_pd/kernel/CoefficientOfRestitutionNLSD.cpp | 2 +- tests/mesa_pd/kernel/CoefficientOfRestitutionSD.cpp | 2 +- tests/mesa_pd/kernel/DetectAndStoreContacts.cpp | 2 +- tests/mesa_pd/kernel/DoubleCast.cpp | 2 +- tests/mesa_pd/kernel/ExplicitEuler.cpp | 2 +- tests/mesa_pd/kernel/ForceLJ.cpp | 2 +- tests/mesa_pd/kernel/GenerateAnalyticContacts.cpp | 2 +- tests/mesa_pd/kernel/GenerateLinkedCells.cpp | 2 +- tests/mesa_pd/kernel/HCSITSKernels.cpp | 2 +- tests/mesa_pd/kernel/HeatConduction.cpp | 2 +- tests/mesa_pd/kernel/IntegratorAccuracy.cpp | 2 +- tests/mesa_pd/kernel/Interfaces.cpp | 2 +- tests/mesa_pd/kernel/LinearSpringDashpot.cpp | 2 +- tests/mesa_pd/kernel/LinkedCellsVsBruteForce.cpp | 2 +- tests/mesa_pd/kernel/PFCDamping.cpp | 2 +- tests/mesa_pd/kernel/SemiImplicitEuler.cpp | 2 +- tests/mesa_pd/kernel/SingleCast.cpp | 2 +- tests/mesa_pd/kernel/SpherePile.cpp | 2 +- tests/mesa_pd/kernel/SpringDashpot.cpp | 2 +- tests/mesa_pd/kernel/SyncGhostOwners.cpp | 2 +- tests/mesa_pd/kernel/SyncGhostOwnersLarge.cpp | 2 +- tests/mesa_pd/kernel/SyncNextNeighbors.cpp | 2 +- tests/mesa_pd/kernel/SyncNextNeighborsBlockForest.cpp | 2 +- tests/mesa_pd/kernel/TemperatureIntegration.cpp | 2 +- tests/mesa_pd/kernel/VelocityVerlet.cpp | 2 +- tests/mesa_pd/kernel/interfaces/ExplicitEulerInterfaceCheck.cpp | 2 +- .../kernel/interfaces/ExplicitEulerWithShapeInterfaceCheck.cpp | 2 +- tests/mesa_pd/kernel/interfaces/ForceLJInterfaceCheck.cpp | 2 +- .../mesa_pd/kernel/interfaces/HeatConductionInterfaceCheck.cpp | 2 +- tests/mesa_pd/kernel/interfaces/PFCDampingInterfaceCheck.cpp | 2 +- .../kernel/interfaces/SemiImplicitEulerInterfaceCheck.cpp | 2 +- tests/mesa_pd/kernel/interfaces/SpringDashpotInterfaceCheck.cpp | 2 +- .../kernel/interfaces/TemperatureIntegrationInterfaceCheck.cpp | 2 +- .../mesa_pd/kernel/interfaces/VelocityVerletInterfaceCheck.cpp | 2 +- .../kernel/interfaces/VelocityVerletWithShapeInterfaceCheck.cpp | 2 +- tests/mesa_pd/mpi/BroadcastProperty.cpp | 2 +- tests/mesa_pd/mpi/ClearGhostOwnerSync.cpp | 2 +- tests/mesa_pd/mpi/ClearNextNeighborSync.cpp | 2 +- tests/mesa_pd/mpi/Notifications.cpp | 2 +- tests/mesa_pd/mpi/ReduceContactHistory.cpp | 2 +- tests/mesa_pd/mpi/ReduceProperty.cpp | 2 +- tests/mesa_pd/mpi/ShapePackUnpack.cpp | 2 +- tests/mesa_pd/mpi/SyncNextNeighborsNoGhosts.cpp | 2 +- tests/mesa_pd/mpi/VelocityCorrectionNotification.cpp | 2 +- tests/mesa_pd/vtk/ConvexPolyhedronVTKOutput.cpp | 2 +- tests/mesa_pd/vtk/VTKOutputs.cpp | 2 +- 245 files changed, 245 insertions(+), 245 deletions(-) diff --git a/python/mesa_pd/templates/common/ParticleFunctions.templ.h b/python/mesa_pd/templates/common/ParticleFunctions.templ.h index 1ed2d53db..807a12919 100644 --- a/python/mesa_pd/templates/common/ParticleFunctions.templ.h +++ b/python/mesa_pd/templates/common/ParticleFunctions.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleFunctions.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/data/ContactAccessor.templ.h b/python/mesa_pd/templates/data/ContactAccessor.templ.h index b51f5de7f..86666fcc3 100644 --- a/python/mesa_pd/templates/data/ContactAccessor.templ.h +++ b/python/mesa_pd/templates/data/ContactAccessor.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ContactAccessor.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/data/ContactHistory.templ.h b/python/mesa_pd/templates/data/ContactHistory.templ.h index b455a2fa9..1ab195d65 100644 --- a/python/mesa_pd/templates/data/ContactHistory.templ.h +++ b/python/mesa_pd/templates/data/ContactHistory.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ContactHistory.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/data/ContactStorage.templ.h b/python/mesa_pd/templates/data/ContactStorage.templ.h index 3731188bb..a609ebb07 100644 --- a/python/mesa_pd/templates/data/ContactStorage.templ.h +++ b/python/mesa_pd/templates/data/ContactStorage.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ContactStorage.h +//! \file //! \author Sebastian Eibl //! \author Tobias Leemann // diff --git a/python/mesa_pd/templates/data/LinkedCells.templ.h b/python/mesa_pd/templates/data/LinkedCells.templ.h index 713e2d073..fdf8aa39e 100644 --- a/python/mesa_pd/templates/data/LinkedCells.templ.h +++ b/python/mesa_pd/templates/data/LinkedCells.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file LinkedCells.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/data/ParticleAccessor.templ.h b/python/mesa_pd/templates/data/ParticleAccessor.templ.h index 7372641f4..701d802d0 100644 --- a/python/mesa_pd/templates/data/ParticleAccessor.templ.h +++ b/python/mesa_pd/templates/data/ParticleAccessor.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleAccessor.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/data/ParticleStorage.templ.h b/python/mesa_pd/templates/data/ParticleStorage.templ.h index 7f8d00bb3..37cbd40ae 100644 --- a/python/mesa_pd/templates/data/ParticleStorage.templ.h +++ b/python/mesa_pd/templates/data/ParticleStorage.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleStorage.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/data/ShapeStorage.templ.h b/python/mesa_pd/templates/data/ShapeStorage.templ.h index 772628ea6..22111a7a3 100644 --- a/python/mesa_pd/templates/data/ShapeStorage.templ.h +++ b/python/mesa_pd/templates/data/ShapeStorage.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file GeometryStorage.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/data/SparseLinkedCells.templ.h b/python/mesa_pd/templates/data/SparseLinkedCells.templ.h index 139dbb0a4..145ce87c6 100644 --- a/python/mesa_pd/templates/data/SparseLinkedCells.templ.h +++ b/python/mesa_pd/templates/data/SparseLinkedCells.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SparseLinkedCells.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/kernel/DetectAndStoreContacts.templ.h b/python/mesa_pd/templates/kernel/DetectAndStoreContacts.templ.h index 85369e566..fa3237fb6 100644 --- a/python/mesa_pd/templates/kernel/DetectAndStoreContacts.templ.h +++ b/python/mesa_pd/templates/kernel/DetectAndStoreContacts.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file DetectAndStoreContacts.h +//! \file //! \author Sebastian Eibl //! \author Tobias Leemann // diff --git a/python/mesa_pd/templates/kernel/DoubleCast.templ.h b/python/mesa_pd/templates/kernel/DoubleCast.templ.h index adc3caf3c..ab745eff7 100644 --- a/python/mesa_pd/templates/kernel/DoubleCast.templ.h +++ b/python/mesa_pd/templates/kernel/DoubleCast.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SingleCast.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/kernel/ExplicitEuler.templ.h b/python/mesa_pd/templates/kernel/ExplicitEuler.templ.h index 79b1518b3..d6893ffbe 100644 --- a/python/mesa_pd/templates/kernel/ExplicitEuler.templ.h +++ b/python/mesa_pd/templates/kernel/ExplicitEuler.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ExplicitEuler.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/kernel/ForceLJ.templ.h b/python/mesa_pd/templates/kernel/ForceLJ.templ.h index 4242a0658..fed2360e5 100644 --- a/python/mesa_pd/templates/kernel/ForceLJ.templ.h +++ b/python/mesa_pd/templates/kernel/ForceLJ.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ForceLJ.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/kernel/HCSITSRelaxationStep.templ.h b/python/mesa_pd/templates/kernel/HCSITSRelaxationStep.templ.h index 1523a57b3..e18d0df56 100644 --- a/python/mesa_pd/templates/kernel/HCSITSRelaxationStep.templ.h +++ b/python/mesa_pd/templates/kernel/HCSITSRelaxationStep.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file HCSITSRelaxationStep.h +//! \file //! \author Sebastian Eibl //! \author Tobias Leemann // diff --git a/python/mesa_pd/templates/kernel/HeatConduction.templ.h b/python/mesa_pd/templates/kernel/HeatConduction.templ.h index ef12443d9..03576a7f4 100644 --- a/python/mesa_pd/templates/kernel/HeatConduction.templ.h +++ b/python/mesa_pd/templates/kernel/HeatConduction.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file HeatConduction.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/kernel/InitContactsForHCSITS.templ.h b/python/mesa_pd/templates/kernel/InitContactsForHCSITS.templ.h index eb48c9a51..e78443ff6 100644 --- a/python/mesa_pd/templates/kernel/InitContactsForHCSITS.templ.h +++ b/python/mesa_pd/templates/kernel/InitContactsForHCSITS.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file InitContactsForHCSITS.h +//! \file //! \author Tobias Leemann // //====================================================================================================================== diff --git a/python/mesa_pd/templates/kernel/InitParticlesForHCSITS.templ.h b/python/mesa_pd/templates/kernel/InitParticlesForHCSITS.templ.h index 1ef8698a4..e218cb1d5 100644 --- a/python/mesa_pd/templates/kernel/InitParticlesForHCSITS.templ.h +++ b/python/mesa_pd/templates/kernel/InitParticlesForHCSITS.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file InitParticlesForHCSITS.h +//! \file //! \author Tobias Leemann // //====================================================================================================================== diff --git a/python/mesa_pd/templates/kernel/InsertParticleIntoLinkedCells.templ.h b/python/mesa_pd/templates/kernel/InsertParticleIntoLinkedCells.templ.h index d80b9cfd8..96bcd932d 100644 --- a/python/mesa_pd/templates/kernel/InsertParticleIntoLinkedCells.templ.h +++ b/python/mesa_pd/templates/kernel/InsertParticleIntoLinkedCells.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file InsertParticleIntoLinkedCells.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/kernel/InsertParticleIntoSparseLinkedCells.templ.h b/python/mesa_pd/templates/kernel/InsertParticleIntoSparseLinkedCells.templ.h index ca9f6ba01..ff10b7b6d 100644 --- a/python/mesa_pd/templates/kernel/InsertParticleIntoSparseLinkedCells.templ.h +++ b/python/mesa_pd/templates/kernel/InsertParticleIntoSparseLinkedCells.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file InsertParticleIntoSparseLinkedCells.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/kernel/IntegrateParticlesHCSITS.templ.h b/python/mesa_pd/templates/kernel/IntegrateParticlesHCSITS.templ.h index 068b21e14..a1a225ec9 100644 --- a/python/mesa_pd/templates/kernel/IntegrateParticlesHCSITS.templ.h +++ b/python/mesa_pd/templates/kernel/IntegrateParticlesHCSITS.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file IntegrateParticlesHCSITS.h +//! \file //! \author Sebastian Eibl //! \author Tobias Leemann // diff --git a/python/mesa_pd/templates/kernel/LinearSpringDashpot.templ.h b/python/mesa_pd/templates/kernel/LinearSpringDashpot.templ.h index 2613d2414..2696e0f34 100644 --- a/python/mesa_pd/templates/kernel/LinearSpringDashpot.templ.h +++ b/python/mesa_pd/templates/kernel/LinearSpringDashpot.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file LinearSpringDashpot.h +//! \file //! \author Sebastian Eibl //! \author Christoph Rettinger // diff --git a/python/mesa_pd/templates/kernel/NonLinearSpringDashpot.templ.h b/python/mesa_pd/templates/kernel/NonLinearSpringDashpot.templ.h index 45318c780..3cc2fbd7f 100644 --- a/python/mesa_pd/templates/kernel/NonLinearSpringDashpot.templ.h +++ b/python/mesa_pd/templates/kernel/NonLinearSpringDashpot.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file NonLinearSpringDashpot.h +//! \file //! \author Sebastian Eibl //! \author Christoph Rettinger // diff --git a/python/mesa_pd/templates/kernel/PFCDamping.templ.h b/python/mesa_pd/templates/kernel/PFCDamping.templ.h index 7dfc8ae0c..cab03afac 100644 --- a/python/mesa_pd/templates/kernel/PFCDamping.templ.h +++ b/python/mesa_pd/templates/kernel/PFCDamping.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file PFCDamping.h +//! \file //! \author Igor Ostanin //! \author Grigorii Drozdov, // diff --git a/python/mesa_pd/templates/kernel/SemiImplicitEuler.templ.h b/python/mesa_pd/templates/kernel/SemiImplicitEuler.templ.h index 7045cbfe1..edc393536 100644 --- a/python/mesa_pd/templates/kernel/SemiImplicitEuler.templ.h +++ b/python/mesa_pd/templates/kernel/SemiImplicitEuler.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SemiImplicitEuler.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/kernel/SingleCast.templ.h b/python/mesa_pd/templates/kernel/SingleCast.templ.h index eda737d63..878554980 100644 --- a/python/mesa_pd/templates/kernel/SingleCast.templ.h +++ b/python/mesa_pd/templates/kernel/SingleCast.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SingleCast.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/kernel/SpringDashpot.templ.h b/python/mesa_pd/templates/kernel/SpringDashpot.templ.h index 93df9f865..29c8a1076 100644 --- a/python/mesa_pd/templates/kernel/SpringDashpot.templ.h +++ b/python/mesa_pd/templates/kernel/SpringDashpot.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SpringDashpot.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/kernel/SpringDashpotSpring.templ.h b/python/mesa_pd/templates/kernel/SpringDashpotSpring.templ.h index 78d3d4863..873dc7106 100644 --- a/python/mesa_pd/templates/kernel/SpringDashpotSpring.templ.h +++ b/python/mesa_pd/templates/kernel/SpringDashpotSpring.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SpringDashpotSpring.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/kernel/TemperatureIntegration.templ.h b/python/mesa_pd/templates/kernel/TemperatureIntegration.templ.h index 2bdd7f362..f6041bf3f 100644 --- a/python/mesa_pd/templates/kernel/TemperatureIntegration.templ.h +++ b/python/mesa_pd/templates/kernel/TemperatureIntegration.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file TemperatureIntegration.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/kernel/VelocityVerlet.templ.h b/python/mesa_pd/templates/kernel/VelocityVerlet.templ.h index 98d97b628..919a13b2a 100644 --- a/python/mesa_pd/templates/kernel/VelocityVerlet.templ.h +++ b/python/mesa_pd/templates/kernel/VelocityVerlet.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file VelocityVerlet.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/BroadcastProperty.templ.h b/python/mesa_pd/templates/mpi/BroadcastProperty.templ.h index 236c0a65c..a9f3b3310 100644 --- a/python/mesa_pd/templates/mpi/BroadcastProperty.templ.h +++ b/python/mesa_pd/templates/mpi/BroadcastProperty.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file BroadcastProperty.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/ClearGhostOwnerSync.templ.h b/python/mesa_pd/templates/mpi/ClearGhostOwnerSync.templ.h index 4194abe69..cd00a12a8 100644 --- a/python/mesa_pd/templates/mpi/ClearGhostOwnerSync.templ.h +++ b/python/mesa_pd/templates/mpi/ClearGhostOwnerSync.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ClearGhostOwnerSync.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/ClearNextNeighborSync.templ.h b/python/mesa_pd/templates/mpi/ClearNextNeighborSync.templ.h index df3505f47..c5c7d117c 100644 --- a/python/mesa_pd/templates/mpi/ClearNextNeighborSync.templ.h +++ b/python/mesa_pd/templates/mpi/ClearNextNeighborSync.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ClearNextNeighborSync.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/ReduceContactHistory.templ.h b/python/mesa_pd/templates/mpi/ReduceContactHistory.templ.h index 77aabba48..840e0bc1a 100644 --- a/python/mesa_pd/templates/mpi/ReduceContactHistory.templ.h +++ b/python/mesa_pd/templates/mpi/ReduceContactHistory.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ReduceContactHistory.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/ReduceProperty.templ.h b/python/mesa_pd/templates/mpi/ReduceProperty.templ.h index 60abb8985..970c0127c 100644 --- a/python/mesa_pd/templates/mpi/ReduceProperty.templ.h +++ b/python/mesa_pd/templates/mpi/ReduceProperty.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncProperty.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/ShapePackUnpack.templ.h b/python/mesa_pd/templates/mpi/ShapePackUnpack.templ.h index 2031f6659..6ea9d158e 100644 --- a/python/mesa_pd/templates/mpi/ShapePackUnpack.templ.h +++ b/python/mesa_pd/templates/mpi/ShapePackUnpack.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ShapePackUnpack.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/SyncGhostOwners.templ.cpp b/python/mesa_pd/templates/mpi/SyncGhostOwners.templ.cpp index 1dca2429d..7336ec1e8 100644 --- a/python/mesa_pd/templates/mpi/SyncGhostOwners.templ.cpp +++ b/python/mesa_pd/templates/mpi/SyncGhostOwners.templ.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncGhostOwners.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/SyncGhostOwners.templ.h b/python/mesa_pd/templates/mpi/SyncGhostOwners.templ.h index 0be135507..179253fb0 100644 --- a/python/mesa_pd/templates/mpi/SyncGhostOwners.templ.h +++ b/python/mesa_pd/templates/mpi/SyncGhostOwners.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncGhostOwners.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/SyncNextNeighbors.templ.cpp b/python/mesa_pd/templates/mpi/SyncNextNeighbors.templ.cpp index f631bb0e7..3dd7ca3c4 100644 --- a/python/mesa_pd/templates/mpi/SyncNextNeighbors.templ.cpp +++ b/python/mesa_pd/templates/mpi/SyncNextNeighbors.templ.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncNextNeighbors.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/SyncNextNeighbors.templ.h b/python/mesa_pd/templates/mpi/SyncNextNeighbors.templ.h index 7a9dc110b..bea705262 100644 --- a/python/mesa_pd/templates/mpi/SyncNextNeighbors.templ.h +++ b/python/mesa_pd/templates/mpi/SyncNextNeighbors.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncNextNeighbors.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/SyncNextNeighborsNoGhosts.templ.cpp b/python/mesa_pd/templates/mpi/SyncNextNeighborsNoGhosts.templ.cpp index ce8c9100d..200a918d9 100644 --- a/python/mesa_pd/templates/mpi/SyncNextNeighborsNoGhosts.templ.cpp +++ b/python/mesa_pd/templates/mpi/SyncNextNeighborsNoGhosts.templ.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncNextNeighborsNoGhosts.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/SyncNextNeighborsNoGhosts.templ.h b/python/mesa_pd/templates/mpi/SyncNextNeighborsNoGhosts.templ.h index 8030c09e7..22fb55829 100644 --- a/python/mesa_pd/templates/mpi/SyncNextNeighborsNoGhosts.templ.h +++ b/python/mesa_pd/templates/mpi/SyncNextNeighborsNoGhosts.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncNextNeighborsNoGhosts.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/notifications/ContactHistoryNotification.templ.h b/python/mesa_pd/templates/mpi/notifications/ContactHistoryNotification.templ.h index 2ffca67a2..0b7310f22 100644 --- a/python/mesa_pd/templates/mpi/notifications/ContactHistoryNotification.templ.h +++ b/python/mesa_pd/templates/mpi/notifications/ContactHistoryNotification.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ContactHistoryNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/notifications/NewGhostParticleNotification.templ.h b/python/mesa_pd/templates/mpi/notifications/NewGhostParticleNotification.templ.h index 7d8a8ce43..27bc904f4 100644 --- a/python/mesa_pd/templates/mpi/notifications/NewGhostParticleNotification.templ.h +++ b/python/mesa_pd/templates/mpi/notifications/NewGhostParticleNotification.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file NewGhostParticleNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/notifications/ParseMessage.templ.h b/python/mesa_pd/templates/mpi/notifications/ParseMessage.templ.h index e1dce5b88..ce4aca6e3 100644 --- a/python/mesa_pd/templates/mpi/notifications/ParseMessage.templ.h +++ b/python/mesa_pd/templates/mpi/notifications/ParseMessage.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParseMessage.h +//! \file //! \author Sebastian Eibl //! \brief Parsing of messages // diff --git a/python/mesa_pd/templates/mpi/notifications/ParticleCopyNotification.templ.h b/python/mesa_pd/templates/mpi/notifications/ParticleCopyNotification.templ.h index e2414008e..a8c797f4c 100644 --- a/python/mesa_pd/templates/mpi/notifications/ParticleCopyNotification.templ.h +++ b/python/mesa_pd/templates/mpi/notifications/ParticleCopyNotification.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleCopyNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/notifications/ParticleGhostCopyNotification.templ.h b/python/mesa_pd/templates/mpi/notifications/ParticleGhostCopyNotification.templ.h index 52dd0a780..5e6b7aa4f 100644 --- a/python/mesa_pd/templates/mpi/notifications/ParticleGhostCopyNotification.templ.h +++ b/python/mesa_pd/templates/mpi/notifications/ParticleGhostCopyNotification.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleGhostCopyNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/notifications/ParticleMigrationNotification.templ.h b/python/mesa_pd/templates/mpi/notifications/ParticleMigrationNotification.templ.h index f478bcc9c..26f50b3dc 100644 --- a/python/mesa_pd/templates/mpi/notifications/ParticleMigrationNotification.templ.h +++ b/python/mesa_pd/templates/mpi/notifications/ParticleMigrationNotification.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleMigrationNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/notifications/ParticleRemoteMigrationNotification.templ.h b/python/mesa_pd/templates/mpi/notifications/ParticleRemoteMigrationNotification.templ.h index 3a1cbceeb..966759bdd 100644 --- a/python/mesa_pd/templates/mpi/notifications/ParticleRemoteMigrationNotification.templ.h +++ b/python/mesa_pd/templates/mpi/notifications/ParticleRemoteMigrationNotification.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleRemoteMigrationNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/notifications/ParticleRemovalInformationNotification.templ.h b/python/mesa_pd/templates/mpi/notifications/ParticleRemovalInformationNotification.templ.h index 15f10d48c..c3386d7e2 100644 --- a/python/mesa_pd/templates/mpi/notifications/ParticleRemovalInformationNotification.templ.h +++ b/python/mesa_pd/templates/mpi/notifications/ParticleRemovalInformationNotification.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleRemovalInformationNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/notifications/ParticleRemovalNotification.templ.h b/python/mesa_pd/templates/mpi/notifications/ParticleRemovalNotification.templ.h index 9b3e56b77..798f8b750 100644 --- a/python/mesa_pd/templates/mpi/notifications/ParticleRemovalNotification.templ.h +++ b/python/mesa_pd/templates/mpi/notifications/ParticleRemovalNotification.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleRemovalNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/notifications/ParticleUpdateNotification.templ.h b/python/mesa_pd/templates/mpi/notifications/ParticleUpdateNotification.templ.h index 507eeda47..282db85d4 100644 --- a/python/mesa_pd/templates/mpi/notifications/ParticleUpdateNotification.templ.h +++ b/python/mesa_pd/templates/mpi/notifications/ParticleUpdateNotification.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleUpdateNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/mpi/notifications/PropertyNotification.templ.h b/python/mesa_pd/templates/mpi/notifications/PropertyNotification.templ.h index 701f21ea9..1a759ce31 100644 --- a/python/mesa_pd/templates/mpi/notifications/PropertyNotification.templ.h +++ b/python/mesa_pd/templates/mpi/notifications/PropertyNotification.templ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file {{name}}.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/python/mesa_pd/templates/tests/CheckInterface.templ.cpp b/python/mesa_pd/templates/tests/CheckInterface.templ.cpp index 6bbd8f4f3..817001e2d 100644 --- a/python/mesa_pd/templates/tests/CheckInterface.templ.cpp +++ b/python/mesa_pd/templates/tests/CheckInterface.templ.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file {{InterfaceTestName}}.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/collision_detection/AnalyticCollisionFunctions.h b/src/mesa_pd/collision_detection/AnalyticCollisionFunctions.h index bcf3baf63..b09f646ed 100644 --- a/src/mesa_pd/collision_detection/AnalyticCollisionFunctions.h +++ b/src/mesa_pd/collision_detection/AnalyticCollisionFunctions.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file AnalyticCollisionFunctions.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/collision_detection/AnalyticContactDetection.h b/src/mesa_pd/collision_detection/AnalyticContactDetection.h index 284cd1eb9..ce8149c1e 100644 --- a/src/mesa_pd/collision_detection/AnalyticContactDetection.h +++ b/src/mesa_pd/collision_detection/AnalyticContactDetection.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file AnalyticContactDetection.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/collision_detection/BroadPhase.h b/src/mesa_pd/collision_detection/BroadPhase.h index 4bad17b24..a3fcb2640 100644 --- a/src/mesa_pd/collision_detection/BroadPhase.h +++ b/src/mesa_pd/collision_detection/BroadPhase.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file BroadPhase.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/collision_detection/EPA.cpp b/src/mesa_pd/collision_detection/EPA.cpp index ef5f21780..defefd3a9 100644 --- a/src/mesa_pd/collision_detection/EPA.cpp +++ b/src/mesa_pd/collision_detection/EPA.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file EPA.cpp +//! \file //! \author Tobias Scharpff //! \author Tobias Leemann // diff --git a/src/mesa_pd/collision_detection/EPA.h b/src/mesa_pd/collision_detection/EPA.h index 46d59a08a..781196f62 100644 --- a/src/mesa_pd/collision_detection/EPA.h +++ b/src/mesa_pd/collision_detection/EPA.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file EPA.h +//! \file //! \author Tobias Scharpff //! \author Tobias Leemann // diff --git a/src/mesa_pd/collision_detection/GJK.cpp b/src/mesa_pd/collision_detection/GJK.cpp index d111caccd..002f3f788 100644 --- a/src/mesa_pd/collision_detection/GJK.cpp +++ b/src/mesa_pd/collision_detection/GJK.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file GJK.cpp +//! \file //! \author Tobias Scharpff //! \author Tobias Leemann // diff --git a/src/mesa_pd/collision_detection/GJK.h b/src/mesa_pd/collision_detection/GJK.h index 47b424731..7ccff5128 100644 --- a/src/mesa_pd/collision_detection/GJK.h +++ b/src/mesa_pd/collision_detection/GJK.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file GJK.h +//! \file //! \author Tobias Scharpff //! \author Tobias Leemann // diff --git a/src/mesa_pd/collision_detection/GeneralContactDetection.h b/src/mesa_pd/collision_detection/GeneralContactDetection.h index bf6d3fad6..69a95e508 100644 --- a/src/mesa_pd/collision_detection/GeneralContactDetection.h +++ b/src/mesa_pd/collision_detection/GeneralContactDetection.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file GeneralContactDetection.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/collision_detection/Support.h b/src/mesa_pd/collision_detection/Support.h index 10e64af5e..e7ffebfd9 100644 --- a/src/mesa_pd/collision_detection/Support.h +++ b/src/mesa_pd/collision_detection/Support.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file Support.h +//! \file //! \author Tobias Scharpff //! \author Tobias Leemann // diff --git a/src/mesa_pd/common/AABBConversion.h b/src/mesa_pd/common/AABBConversion.h index ade72f356..33896f25f 100644 --- a/src/mesa_pd/common/AABBConversion.h +++ b/src/mesa_pd/common/AABBConversion.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file AABBConversion.h +//! \file //! \author Christoph Rettinger // //====================================================================================================================== diff --git a/src/mesa_pd/common/Contains.h b/src/mesa_pd/common/Contains.h index 5bd17b840..2b13cd351 100644 --- a/src/mesa_pd/common/Contains.h +++ b/src/mesa_pd/common/Contains.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file Contains.h +//! \file //! \author Christoph Rettinger // //====================================================================================================================== diff --git a/src/mesa_pd/common/ParticleFunctions.h b/src/mesa_pd/common/ParticleFunctions.h index b546b36a7..bb1c89880 100644 --- a/src/mesa_pd/common/ParticleFunctions.h +++ b/src/mesa_pd/common/ParticleFunctions.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleFunctions.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/common/RayParticleIntersection.h b/src/mesa_pd/common/RayParticleIntersection.h index 097fb3848..d1c9ce912 100644 --- a/src/mesa_pd/common/RayParticleIntersection.h +++ b/src/mesa_pd/common/RayParticleIntersection.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file RayParticleIntersection.h +//! \file //! \author Christoph Rettinger // //====================================================================================================================== diff --git a/src/mesa_pd/data/ContactAccessor.h b/src/mesa_pd/data/ContactAccessor.h index 470eb0b7c..dfa293bc9 100644 --- a/src/mesa_pd/data/ContactAccessor.h +++ b/src/mesa_pd/data/ContactAccessor.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ContactAccessor.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/ContactHistory.h b/src/mesa_pd/data/ContactHistory.h index 2e8712209..48bc77b53 100644 --- a/src/mesa_pd/data/ContactHistory.h +++ b/src/mesa_pd/data/ContactHistory.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ContactHistory.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/ContactStorage.h b/src/mesa_pd/data/ContactStorage.h index 0de025bac..67f84e680 100644 --- a/src/mesa_pd/data/ContactStorage.h +++ b/src/mesa_pd/data/ContactStorage.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ContactStorage.h +//! \file //! \author Sebastian Eibl //! \author Tobias Leemann // diff --git a/src/mesa_pd/data/DataTypes.h b/src/mesa_pd/data/DataTypes.h index 49da2f963..4c38e3726 100644 --- a/src/mesa_pd/data/DataTypes.h +++ b/src/mesa_pd/data/DataTypes.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file DataTypes.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/Flags.h b/src/mesa_pd/data/Flags.h index 14d1593c2..5d6f70bc5 100644 --- a/src/mesa_pd/data/Flags.h +++ b/src/mesa_pd/data/Flags.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file Flags.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/IAccessor.h b/src/mesa_pd/data/IAccessor.h index 2db039769..820541f3e 100644 --- a/src/mesa_pd/data/IAccessor.h +++ b/src/mesa_pd/data/IAccessor.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file IAccessor.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/IContactAccessor.h b/src/mesa_pd/data/IContactAccessor.h index 68382fa9b..5cd7e8957 100644 --- a/src/mesa_pd/data/IContactAccessor.h +++ b/src/mesa_pd/data/IContactAccessor.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file IContactAccessor.h +//! \file //! \author Tobias Leemann // //====================================================================================================================== diff --git a/src/mesa_pd/data/LinkedCells.h b/src/mesa_pd/data/LinkedCells.h index 3915558a9..9ba699fd0 100644 --- a/src/mesa_pd/data/LinkedCells.h +++ b/src/mesa_pd/data/LinkedCells.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file LinkedCells.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/ParticleAccessor.h b/src/mesa_pd/data/ParticleAccessor.h index a00eb26c3..4da6f59ee 100644 --- a/src/mesa_pd/data/ParticleAccessor.h +++ b/src/mesa_pd/data/ParticleAccessor.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleAccessor.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/ParticleAccessorWithShape.h b/src/mesa_pd/data/ParticleAccessorWithShape.h index 3773468fa..7f3413c12 100644 --- a/src/mesa_pd/data/ParticleAccessorWithShape.h +++ b/src/mesa_pd/data/ParticleAccessorWithShape.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleAccessorWithShape.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/ParticleStorage.h b/src/mesa_pd/data/ParticleStorage.h index f4f8de7e5..33def90f5 100644 --- a/src/mesa_pd/data/ParticleStorage.h +++ b/src/mesa_pd/data/ParticleStorage.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleStorage.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/STLOverloads.h b/src/mesa_pd/data/STLOverloads.h index 7a929e54c..b72c4b375 100644 --- a/src/mesa_pd/data/STLOverloads.h +++ b/src/mesa_pd/data/STLOverloads.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file STLOverloads.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/ShapeStorage.h b/src/mesa_pd/data/ShapeStorage.h index 7fdb72a6a..3b6ca96ef 100644 --- a/src/mesa_pd/data/ShapeStorage.h +++ b/src/mesa_pd/data/ShapeStorage.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file GeometryStorage.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/SparseLinkedCells.h b/src/mesa_pd/data/SparseLinkedCells.h index 7185c2988..2c184de47 100644 --- a/src/mesa_pd/data/SparseLinkedCells.h +++ b/src/mesa_pd/data/SparseLinkedCells.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SparseLinkedCells.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/shape/BaseShape.h b/src/mesa_pd/data/shape/BaseShape.h index 20ab37d2e..abd1eb511 100644 --- a/src/mesa_pd/data/shape/BaseShape.h +++ b/src/mesa_pd/data/shape/BaseShape.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file BaseShape.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/shape/Box.h b/src/mesa_pd/data/shape/Box.h index cb67d2d63..08f135e86 100644 --- a/src/mesa_pd/data/shape/Box.h +++ b/src/mesa_pd/data/shape/Box.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file Box.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/shape/ConvexPolyhedron.h b/src/mesa_pd/data/shape/ConvexPolyhedron.h index cad5c6586..8bb9ec0b5 100644 --- a/src/mesa_pd/data/shape/ConvexPolyhedron.h +++ b/src/mesa_pd/data/shape/ConvexPolyhedron.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ConvexPolyhedron.h +//! \file //! \author Lukas Werner // //====================================================================================================================== diff --git a/src/mesa_pd/data/shape/CylindricalBoundary.h b/src/mesa_pd/data/shape/CylindricalBoundary.h index 81a04d7e4..b7bb74051 100644 --- a/src/mesa_pd/data/shape/CylindricalBoundary.h +++ b/src/mesa_pd/data/shape/CylindricalBoundary.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file CylindricalBoundary.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/shape/Ellipsoid.h b/src/mesa_pd/data/shape/Ellipsoid.h index 7101209cb..e4b08ef90 100644 --- a/src/mesa_pd/data/shape/Ellipsoid.h +++ b/src/mesa_pd/data/shape/Ellipsoid.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file Ellipsoid.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/shape/HalfSpace.h b/src/mesa_pd/data/shape/HalfSpace.h index 87b53eaf9..8145fc2c4 100644 --- a/src/mesa_pd/data/shape/HalfSpace.h +++ b/src/mesa_pd/data/shape/HalfSpace.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file HalfSpace.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/shape/ShapeTypes.cpp b/src/mesa_pd/data/shape/ShapeTypes.cpp index d33273b37..4eb52cd05 100644 --- a/src/mesa_pd/data/shape/ShapeTypes.cpp +++ b/src/mesa_pd/data/shape/ShapeTypes.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ShapeTypes.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/data/shape/Sphere.h b/src/mesa_pd/data/shape/Sphere.h index 5192c58b1..01b2ca0f7 100644 --- a/src/mesa_pd/data/shape/Sphere.h +++ b/src/mesa_pd/data/shape/Sphere.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file Sphere.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/domain/BlockForestDataHandling.cpp b/src/mesa_pd/domain/BlockForestDataHandling.cpp index 1a75c1384..29316a656 100644 --- a/src/mesa_pd/domain/BlockForestDataHandling.cpp +++ b/src/mesa_pd/domain/BlockForestDataHandling.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file BlockForestDataHandling.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/domain/BlockForestDataHandling.h b/src/mesa_pd/domain/BlockForestDataHandling.h index 338c6a649..2fae4d119 100644 --- a/src/mesa_pd/domain/BlockForestDataHandling.h +++ b/src/mesa_pd/domain/BlockForestDataHandling.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file BlockForestDataHandling.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/domain/BlockForestDomain.cpp b/src/mesa_pd/domain/BlockForestDomain.cpp index c4d15778d..2614b9d29 100644 --- a/src/mesa_pd/domain/BlockForestDomain.cpp +++ b/src/mesa_pd/domain/BlockForestDomain.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file BlockForestDomain.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/domain/BlockForestDomain.h b/src/mesa_pd/domain/BlockForestDomain.h index e4d01fbb9..7df1f9b68 100644 --- a/src/mesa_pd/domain/BlockForestDomain.h +++ b/src/mesa_pd/domain/BlockForestDomain.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file BlockForestDomain.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/domain/IDomain.h b/src/mesa_pd/domain/IDomain.h index 532a10e02..536aeb2ff 100644 --- a/src/mesa_pd/domain/IDomain.h +++ b/src/mesa_pd/domain/IDomain.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file IDomain.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/domain/InfiniteDomain.h b/src/mesa_pd/domain/InfiniteDomain.h index 3e98e8246..b9dc4f322 100644 --- a/src/mesa_pd/domain/InfiniteDomain.h +++ b/src/mesa_pd/domain/InfiniteDomain.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file InfiniteDomain.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/domain/InfoCollection.h b/src/mesa_pd/domain/InfoCollection.h index 90df6dbf7..dc6047c96 100644 --- a/src/mesa_pd/domain/InfoCollection.h +++ b/src/mesa_pd/domain/InfoCollection.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file InfoCollection.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/kernel/AssocToBlock.h b/src/mesa_pd/kernel/AssocToBlock.h index f25008abc..a9a77260d 100644 --- a/src/mesa_pd/kernel/AssocToBlock.h +++ b/src/mesa_pd/kernel/AssocToBlock.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file AssocToBlock.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/kernel/DetectAndStoreContacts.h b/src/mesa_pd/kernel/DetectAndStoreContacts.h index 5a7900e43..7656703b9 100644 --- a/src/mesa_pd/kernel/DetectAndStoreContacts.h +++ b/src/mesa_pd/kernel/DetectAndStoreContacts.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file DetectAndStoreContacts.h +//! \file //! \author Sebastian Eibl //! \author Tobias Leemann // diff --git a/src/mesa_pd/kernel/DoubleCast.h b/src/mesa_pd/kernel/DoubleCast.h index 6f7851bfe..c306c989d 100644 --- a/src/mesa_pd/kernel/DoubleCast.h +++ b/src/mesa_pd/kernel/DoubleCast.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SingleCast.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/kernel/ExplicitEuler.h b/src/mesa_pd/kernel/ExplicitEuler.h index 639e3671a..bf1bfa660 100644 --- a/src/mesa_pd/kernel/ExplicitEuler.h +++ b/src/mesa_pd/kernel/ExplicitEuler.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ExplicitEuler.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/kernel/ExplicitEulerWithShape.h b/src/mesa_pd/kernel/ExplicitEulerWithShape.h index d66d9a8aa..06ed0c232 100644 --- a/src/mesa_pd/kernel/ExplicitEulerWithShape.h +++ b/src/mesa_pd/kernel/ExplicitEulerWithShape.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ExplicitEuler.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/kernel/ForceLJ.h b/src/mesa_pd/kernel/ForceLJ.h index b937372b9..483e586b7 100644 --- a/src/mesa_pd/kernel/ForceLJ.h +++ b/src/mesa_pd/kernel/ForceLJ.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ForceLJ.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/kernel/HCSITSRelaxationStep.h b/src/mesa_pd/kernel/HCSITSRelaxationStep.h index 10d876999..5d9ac3a76 100644 --- a/src/mesa_pd/kernel/HCSITSRelaxationStep.h +++ b/src/mesa_pd/kernel/HCSITSRelaxationStep.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file HCSITSRelaxationStep.h +//! \file //! \author Sebastian Eibl //! \author Tobias Leemann // diff --git a/src/mesa_pd/kernel/HeatConduction.h b/src/mesa_pd/kernel/HeatConduction.h index 57e60cbcc..b474db018 100644 --- a/src/mesa_pd/kernel/HeatConduction.h +++ b/src/mesa_pd/kernel/HeatConduction.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file HeatConduction.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/kernel/InitContactsForHCSITS.h b/src/mesa_pd/kernel/InitContactsForHCSITS.h index e2d147952..fae1131c7 100644 --- a/src/mesa_pd/kernel/InitContactsForHCSITS.h +++ b/src/mesa_pd/kernel/InitContactsForHCSITS.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file InitContactsForHCSITS.h +//! \file //! \author Tobias Leemann // //====================================================================================================================== diff --git a/src/mesa_pd/kernel/InitParticlesForHCSITS.h b/src/mesa_pd/kernel/InitParticlesForHCSITS.h index 5a72e4fad..aba85f763 100644 --- a/src/mesa_pd/kernel/InitParticlesForHCSITS.h +++ b/src/mesa_pd/kernel/InitParticlesForHCSITS.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file InitParticlesForHCSITS.h +//! \file //! \author Tobias Leemann // //====================================================================================================================== diff --git a/src/mesa_pd/kernel/InsertParticleIntoLinkedCells.h b/src/mesa_pd/kernel/InsertParticleIntoLinkedCells.h index 6f693bce6..a2cbd5c57 100644 --- a/src/mesa_pd/kernel/InsertParticleIntoLinkedCells.h +++ b/src/mesa_pd/kernel/InsertParticleIntoLinkedCells.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file InsertParticleIntoLinkedCells.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/kernel/InsertParticleIntoSparseLinkedCells.h b/src/mesa_pd/kernel/InsertParticleIntoSparseLinkedCells.h index a473a6fbb..6975337c4 100644 --- a/src/mesa_pd/kernel/InsertParticleIntoSparseLinkedCells.h +++ b/src/mesa_pd/kernel/InsertParticleIntoSparseLinkedCells.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file InsertParticleIntoSparseLinkedCells.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/kernel/IntegrateParticlesHCSITS.h b/src/mesa_pd/kernel/IntegrateParticlesHCSITS.h index 7cc75be73..0f00fc9a0 100644 --- a/src/mesa_pd/kernel/IntegrateParticlesHCSITS.h +++ b/src/mesa_pd/kernel/IntegrateParticlesHCSITS.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file IntegrateParticlesHCSITS.h +//! \file //! \author Sebastian Eibl //! \author Tobias Leemann // diff --git a/src/mesa_pd/kernel/LinearSpringDashpot.h b/src/mesa_pd/kernel/LinearSpringDashpot.h index acf15d844..3a57f56c0 100644 --- a/src/mesa_pd/kernel/LinearSpringDashpot.h +++ b/src/mesa_pd/kernel/LinearSpringDashpot.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file LinearSpringDashpot.h +//! \file //! \author Sebastian Eibl //! \author Christoph Rettinger // diff --git a/src/mesa_pd/kernel/NonLinearSpringDashpot.h b/src/mesa_pd/kernel/NonLinearSpringDashpot.h index 987cff4ef..6486e0ec5 100644 --- a/src/mesa_pd/kernel/NonLinearSpringDashpot.h +++ b/src/mesa_pd/kernel/NonLinearSpringDashpot.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file NonLinearSpringDashpot.h +//! \file //! \author Sebastian Eibl //! \author Christoph Rettinger // diff --git a/src/mesa_pd/kernel/PFCDamping.h b/src/mesa_pd/kernel/PFCDamping.h index 386df1229..1442226e9 100644 --- a/src/mesa_pd/kernel/PFCDamping.h +++ b/src/mesa_pd/kernel/PFCDamping.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file PFCDamping.h +//! \file //! \author Igor Ostanin //! \author Grigorii Drozdov, // diff --git a/src/mesa_pd/kernel/ParticleSelector.h b/src/mesa_pd/kernel/ParticleSelector.h index 7a09913ca..85d8b81b2 100644 --- a/src/mesa_pd/kernel/ParticleSelector.h +++ b/src/mesa_pd/kernel/ParticleSelector.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleSelector.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/kernel/SemiImplicitEuler.h b/src/mesa_pd/kernel/SemiImplicitEuler.h index cf0df0734..13963d4f5 100644 --- a/src/mesa_pd/kernel/SemiImplicitEuler.h +++ b/src/mesa_pd/kernel/SemiImplicitEuler.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SemiImplicitEuler.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/kernel/SingleCast.h b/src/mesa_pd/kernel/SingleCast.h index b8ae75717..22ab3bde4 100644 --- a/src/mesa_pd/kernel/SingleCast.h +++ b/src/mesa_pd/kernel/SingleCast.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SingleCast.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/kernel/SpringDashpot.h b/src/mesa_pd/kernel/SpringDashpot.h index 60957e0fa..1388e85c8 100644 --- a/src/mesa_pd/kernel/SpringDashpot.h +++ b/src/mesa_pd/kernel/SpringDashpot.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SpringDashpot.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/kernel/SpringDashpotSpring.h b/src/mesa_pd/kernel/SpringDashpotSpring.h index f2f87671a..0fbd2e684 100644 --- a/src/mesa_pd/kernel/SpringDashpotSpring.h +++ b/src/mesa_pd/kernel/SpringDashpotSpring.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SpringDashpotSpring.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/kernel/TemperatureIntegration.h b/src/mesa_pd/kernel/TemperatureIntegration.h index c90eb3ffc..8f8a771ce 100644 --- a/src/mesa_pd/kernel/TemperatureIntegration.h +++ b/src/mesa_pd/kernel/TemperatureIntegration.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file TemperatureIntegration.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/kernel/VelocityVerlet.h b/src/mesa_pd/kernel/VelocityVerlet.h index 69ed50dcb..1564842e4 100644 --- a/src/mesa_pd/kernel/VelocityVerlet.h +++ b/src/mesa_pd/kernel/VelocityVerlet.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file VelocityVerlet.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/BroadcastProperty.h b/src/mesa_pd/mpi/BroadcastProperty.h index 27c4542cf..5b3313eb4 100644 --- a/src/mesa_pd/mpi/BroadcastProperty.h +++ b/src/mesa_pd/mpi/BroadcastProperty.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file BroadcastProperty.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/ClearGhostOwnerSync.h b/src/mesa_pd/mpi/ClearGhostOwnerSync.h index aff6b8dcc..b8713e27a 100644 --- a/src/mesa_pd/mpi/ClearGhostOwnerSync.h +++ b/src/mesa_pd/mpi/ClearGhostOwnerSync.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ClearGhostOwnerSync.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/ClearNextNeighborSync.h b/src/mesa_pd/mpi/ClearNextNeighborSync.h index efadbe262..b091b70bb 100644 --- a/src/mesa_pd/mpi/ClearNextNeighborSync.h +++ b/src/mesa_pd/mpi/ClearNextNeighborSync.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ClearNextNeighborSync.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/ContactFilter.h b/src/mesa_pd/mpi/ContactFilter.h index cfcada06b..3ba3bc9b5 100644 --- a/src/mesa_pd/mpi/ContactFilter.h +++ b/src/mesa_pd/mpi/ContactFilter.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ContactFilter.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/ReduceContactHistory.h b/src/mesa_pd/mpi/ReduceContactHistory.h index 7d304f09d..efd4e9bd8 100644 --- a/src/mesa_pd/mpi/ReduceContactHistory.h +++ b/src/mesa_pd/mpi/ReduceContactHistory.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ReduceContactHistory.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/ReduceProperty.h b/src/mesa_pd/mpi/ReduceProperty.h index 46736d9ed..8722179ee 100644 --- a/src/mesa_pd/mpi/ReduceProperty.h +++ b/src/mesa_pd/mpi/ReduceProperty.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncProperty.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/RemoveAndNotify.cpp b/src/mesa_pd/mpi/RemoveAndNotify.cpp index c04a40f94..d54a8c5cc 100644 --- a/src/mesa_pd/mpi/RemoveAndNotify.cpp +++ b/src/mesa_pd/mpi/RemoveAndNotify.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file RemoveAndNotify.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/RemoveAndNotify.h b/src/mesa_pd/mpi/RemoveAndNotify.h index 90cf8d3f1..753de7195 100644 --- a/src/mesa_pd/mpi/RemoveAndNotify.h +++ b/src/mesa_pd/mpi/RemoveAndNotify.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file RemoveAndNotify.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/ShapePackUnpack.h b/src/mesa_pd/mpi/ShapePackUnpack.h index dd9070355..4461369ec 100644 --- a/src/mesa_pd/mpi/ShapePackUnpack.h +++ b/src/mesa_pd/mpi/ShapePackUnpack.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ShapePackUnpack.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/SyncGhostOwners.cpp b/src/mesa_pd/mpi/SyncGhostOwners.cpp index dd13a9fb2..e9eceaf88 100644 --- a/src/mesa_pd/mpi/SyncGhostOwners.cpp +++ b/src/mesa_pd/mpi/SyncGhostOwners.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncGhostOwners.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/SyncGhostOwners.h b/src/mesa_pd/mpi/SyncGhostOwners.h index 02089e33c..98043c6a2 100644 --- a/src/mesa_pd/mpi/SyncGhostOwners.h +++ b/src/mesa_pd/mpi/SyncGhostOwners.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncGhostOwners.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/SyncNextNeighbors.cpp b/src/mesa_pd/mpi/SyncNextNeighbors.cpp index 52d922375..44f3946e7 100644 --- a/src/mesa_pd/mpi/SyncNextNeighbors.cpp +++ b/src/mesa_pd/mpi/SyncNextNeighbors.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncNextNeighbors.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/SyncNextNeighbors.h b/src/mesa_pd/mpi/SyncNextNeighbors.h index 31e51f56b..e07d0c14d 100644 --- a/src/mesa_pd/mpi/SyncNextNeighbors.h +++ b/src/mesa_pd/mpi/SyncNextNeighbors.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncNextNeighbors.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/SyncNextNeighborsBlockForest.cpp b/src/mesa_pd/mpi/SyncNextNeighborsBlockForest.cpp index 34778d0e2..f4adbf79f 100644 --- a/src/mesa_pd/mpi/SyncNextNeighborsBlockForest.cpp +++ b/src/mesa_pd/mpi/SyncNextNeighborsBlockForest.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncNextNeighborsBlockForest.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/SyncNextNeighborsBlockForest.h b/src/mesa_pd/mpi/SyncNextNeighborsBlockForest.h index 8c04c3cee..060dfd552 100644 --- a/src/mesa_pd/mpi/SyncNextNeighborsBlockForest.h +++ b/src/mesa_pd/mpi/SyncNextNeighborsBlockForest.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncNextNeighborsBlockForest.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/SyncNextNeighborsNoGhosts.cpp b/src/mesa_pd/mpi/SyncNextNeighborsNoGhosts.cpp index 145b95cd8..10e473b63 100644 --- a/src/mesa_pd/mpi/SyncNextNeighborsNoGhosts.cpp +++ b/src/mesa_pd/mpi/SyncNextNeighborsNoGhosts.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncNextNeighborsNoGhosts.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/SyncNextNeighborsNoGhosts.h b/src/mesa_pd/mpi/SyncNextNeighborsNoGhosts.h index a95bc567f..d39bb8b2f 100644 --- a/src/mesa_pd/mpi/SyncNextNeighborsNoGhosts.h +++ b/src/mesa_pd/mpi/SyncNextNeighborsNoGhosts.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncNextNeighborsNoGhosts.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/notifications/ContactHistoryNotification.h b/src/mesa_pd/mpi/notifications/ContactHistoryNotification.h index b177f313c..92bfe1dac 100644 --- a/src/mesa_pd/mpi/notifications/ContactHistoryNotification.h +++ b/src/mesa_pd/mpi/notifications/ContactHistoryNotification.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ContactHistoryNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/notifications/ForceTorqueNotification.h b/src/mesa_pd/mpi/notifications/ForceTorqueNotification.h index 2a41c9d4f..eb5c3198f 100644 --- a/src/mesa_pd/mpi/notifications/ForceTorqueNotification.h +++ b/src/mesa_pd/mpi/notifications/ForceTorqueNotification.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ForceTorqueNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/notifications/HeatFluxNotification.h b/src/mesa_pd/mpi/notifications/HeatFluxNotification.h index a2ab05d07..5ed1d294c 100644 --- a/src/mesa_pd/mpi/notifications/HeatFluxNotification.h +++ b/src/mesa_pd/mpi/notifications/HeatFluxNotification.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file HeatFluxNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/notifications/HydrodynamicForceTorqueNotification.h b/src/mesa_pd/mpi/notifications/HydrodynamicForceTorqueNotification.h index 615535160..7d6ac1594 100644 --- a/src/mesa_pd/mpi/notifications/HydrodynamicForceTorqueNotification.h +++ b/src/mesa_pd/mpi/notifications/HydrodynamicForceTorqueNotification.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file HydrodynamicForceTorqueNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/notifications/NewGhostParticleNotification.h b/src/mesa_pd/mpi/notifications/NewGhostParticleNotification.h index 3c929cee4..6a36909af 100644 --- a/src/mesa_pd/mpi/notifications/NewGhostParticleNotification.h +++ b/src/mesa_pd/mpi/notifications/NewGhostParticleNotification.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file NewGhostParticleNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/notifications/NotificationType.h b/src/mesa_pd/mpi/notifications/NotificationType.h index 66cf5bf95..1e27ec347 100644 --- a/src/mesa_pd/mpi/notifications/NotificationType.h +++ b/src/mesa_pd/mpi/notifications/NotificationType.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file NotificationType.h +//! \file //! \author Tobias Preclik //! \author Sebastian Eibl //! \brief Header file for the notification types diff --git a/src/mesa_pd/mpi/notifications/PackNotification.h b/src/mesa_pd/mpi/notifications/PackNotification.h index fe3d5212b..8a0e2b9e3 100644 --- a/src/mesa_pd/mpi/notifications/PackNotification.h +++ b/src/mesa_pd/mpi/notifications/PackNotification.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file PackNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/notifications/ParseMessage.h b/src/mesa_pd/mpi/notifications/ParseMessage.h index caf0e0f89..32ae118a5 100644 --- a/src/mesa_pd/mpi/notifications/ParseMessage.h +++ b/src/mesa_pd/mpi/notifications/ParseMessage.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParseMessage.h +//! \file //! \author Sebastian Eibl //! \brief Parsing of messages // diff --git a/src/mesa_pd/mpi/notifications/ParticleCopyNotification.h b/src/mesa_pd/mpi/notifications/ParticleCopyNotification.h index b01a4dbeb..c17b5ec79 100644 --- a/src/mesa_pd/mpi/notifications/ParticleCopyNotification.h +++ b/src/mesa_pd/mpi/notifications/ParticleCopyNotification.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleCopyNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/notifications/ParticleGhostCopyNotification.h b/src/mesa_pd/mpi/notifications/ParticleGhostCopyNotification.h index c4e1c2417..c9e3b02ba 100644 --- a/src/mesa_pd/mpi/notifications/ParticleGhostCopyNotification.h +++ b/src/mesa_pd/mpi/notifications/ParticleGhostCopyNotification.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleGhostCopyNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/notifications/ParticleMigrationNotification.h b/src/mesa_pd/mpi/notifications/ParticleMigrationNotification.h index 836fa29ee..847368ed4 100644 --- a/src/mesa_pd/mpi/notifications/ParticleMigrationNotification.h +++ b/src/mesa_pd/mpi/notifications/ParticleMigrationNotification.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleMigrationNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/notifications/ParticleRemoteMigrationNotification.h b/src/mesa_pd/mpi/notifications/ParticleRemoteMigrationNotification.h index dc406fa1d..6e08ba607 100644 --- a/src/mesa_pd/mpi/notifications/ParticleRemoteMigrationNotification.h +++ b/src/mesa_pd/mpi/notifications/ParticleRemoteMigrationNotification.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleRemoteMigrationNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/notifications/ParticleRemovalInformationNotification.h b/src/mesa_pd/mpi/notifications/ParticleRemovalInformationNotification.h index aec2ccdfb..e0813d564 100644 --- a/src/mesa_pd/mpi/notifications/ParticleRemovalInformationNotification.h +++ b/src/mesa_pd/mpi/notifications/ParticleRemovalInformationNotification.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleRemovalInformationNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/notifications/ParticleRemovalNotification.h b/src/mesa_pd/mpi/notifications/ParticleRemovalNotification.h index 8740e43fd..7b674f4d8 100644 --- a/src/mesa_pd/mpi/notifications/ParticleRemovalNotification.h +++ b/src/mesa_pd/mpi/notifications/ParticleRemovalNotification.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleRemovalNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/notifications/ParticleUpdateNotification.h b/src/mesa_pd/mpi/notifications/ParticleUpdateNotification.h index d84508200..95d0d7e37 100644 --- a/src/mesa_pd/mpi/notifications/ParticleUpdateNotification.h +++ b/src/mesa_pd/mpi/notifications/ParticleUpdateNotification.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleUpdateNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/notifications/VelocityCorrectionNotification.h b/src/mesa_pd/mpi/notifications/VelocityCorrectionNotification.h index dd4ca2a89..7f9347f91 100644 --- a/src/mesa_pd/mpi/notifications/VelocityCorrectionNotification.h +++ b/src/mesa_pd/mpi/notifications/VelocityCorrectionNotification.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file VelocityCorrectionNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/notifications/VelocityUpdateNotification.h b/src/mesa_pd/mpi/notifications/VelocityUpdateNotification.h index 7f8c1e7c7..f526d99c8 100644 --- a/src/mesa_pd/mpi/notifications/VelocityUpdateNotification.h +++ b/src/mesa_pd/mpi/notifications/VelocityUpdateNotification.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file VelocityCorrectionNotification.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/mpi/notifications/reset.h b/src/mesa_pd/mpi/notifications/reset.h index 24bab4533..ff7449e37 100644 --- a/src/mesa_pd/mpi/notifications/reset.h +++ b/src/mesa_pd/mpi/notifications/reset.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file reset.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/sorting/HilbertCompareFunctor.cpp b/src/mesa_pd/sorting/HilbertCompareFunctor.cpp index 2cf2a8466..e14de8d24 100644 --- a/src/mesa_pd/sorting/HilbertCompareFunctor.cpp +++ b/src/mesa_pd/sorting/HilbertCompareFunctor.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file HilbertCompareFunctor.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/sorting/HilbertCompareFunctor.h b/src/mesa_pd/sorting/HilbertCompareFunctor.h index 70e91665f..35a7ca9c2 100644 --- a/src/mesa_pd/sorting/HilbertCompareFunctor.h +++ b/src/mesa_pd/sorting/HilbertCompareFunctor.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file HilbertCompareFunctor.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/sorting/LinearizedCompareFunctor.cpp b/src/mesa_pd/sorting/LinearizedCompareFunctor.cpp index 7588285a4..bb9d0cb14 100644 --- a/src/mesa_pd/sorting/LinearizedCompareFunctor.cpp +++ b/src/mesa_pd/sorting/LinearizedCompareFunctor.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file LinearizedCompareFunctor.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/sorting/LinearizedCompareFunctor.h b/src/mesa_pd/sorting/LinearizedCompareFunctor.h index 9caf02bd0..f08b7bec0 100644 --- a/src/mesa_pd/sorting/LinearizedCompareFunctor.h +++ b/src/mesa_pd/sorting/LinearizedCompareFunctor.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file LinearizedCompareFunctor.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/vtk/ConvexPolyhedron/MeshParticleVTKOutput.h b/src/mesa_pd/vtk/ConvexPolyhedron/MeshParticleVTKOutput.h index f39b7c5bc..95127646d 100644 --- a/src/mesa_pd/vtk/ConvexPolyhedron/MeshParticleVTKOutput.h +++ b/src/mesa_pd/vtk/ConvexPolyhedron/MeshParticleVTKOutput.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file MeshVTKOutput.h +//! \file //! \author Lukas Werner // //====================================================================================================================== diff --git a/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/DataSourceAdapters.h b/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/DataSourceAdapters.h index 8eb8a03f4..2db947f38 100644 --- a/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/DataSourceAdapters.h +++ b/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/DataSourceAdapters.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file DataSourceAdapters.h +//! \file //! \author Lukas Werner // //====================================================================================================================== diff --git a/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/FaceDataSource.h b/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/FaceDataSource.h index 94479be44..4ab4de70f 100644 --- a/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/FaceDataSource.h +++ b/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/FaceDataSource.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleFaceDataSource.h +//! \file //! \author Lukas Werner // //====================================================================================================================== diff --git a/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/OutputSelectorFaceDataSource.h b/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/OutputSelectorFaceDataSource.h index f1442527d..02c5fec6b 100644 --- a/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/OutputSelectorFaceDataSource.h +++ b/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/OutputSelectorFaceDataSource.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleOutputSelectorFaceDataSource.h +//! \file //! \author Lukas Werner // //====================================================================================================================== diff --git a/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/OutputSelectorVertexDataSource.h b/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/OutputSelectorVertexDataSource.h index 1f8a7fd05..f569865a5 100644 --- a/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/OutputSelectorVertexDataSource.h +++ b/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/OutputSelectorVertexDataSource.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleOutputSelectorVertexDataSource.h +//! \file //! \author Lukas Werner // //====================================================================================================================== diff --git a/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/SurfaceVelocityVertexDataSource.h b/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/SurfaceVelocityVertexDataSource.h index 03eec9d9e..2b27499a2 100644 --- a/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/SurfaceVelocityVertexDataSource.h +++ b/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/SurfaceVelocityVertexDataSource.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleOutputSelectorVertexDataSource.h +//! \file //! \author Lukas Werner // //====================================================================================================================== diff --git a/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/VertexDataSource.h b/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/VertexDataSource.h index bef238fa0..41adedfd9 100644 --- a/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/VertexDataSource.h +++ b/src/mesa_pd/vtk/ConvexPolyhedron/data_sources/VertexDataSource.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleVertexDataSource.h +//! \file //! \author Lukas Werner // //====================================================================================================================== diff --git a/src/mesa_pd/vtk/ConvexPolyhedron/tesselation/ConvexPolyhedronTesselation.h b/src/mesa_pd/vtk/ConvexPolyhedron/tesselation/ConvexPolyhedronTesselation.h index 87bed413d..7aa9fa690 100644 --- a/src/mesa_pd/vtk/ConvexPolyhedron/tesselation/ConvexPolyhedronTesselation.h +++ b/src/mesa_pd/vtk/ConvexPolyhedron/tesselation/ConvexPolyhedronTesselation.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ConvexPolyhedronTesselation.h +//! \file //! \author Lukas Werner // //====================================================================================================================== diff --git a/src/mesa_pd/vtk/OutputSelector.h b/src/mesa_pd/vtk/OutputSelector.h index 177b38f8b..32ceb5dbd 100644 --- a/src/mesa_pd/vtk/OutputSelector.h +++ b/src/mesa_pd/vtk/OutputSelector.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file OutputSelector.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/vtk/ParticleVtkOutput.cpp b/src/mesa_pd/vtk/ParticleVtkOutput.cpp index 018670be9..6093eeb30 100644 --- a/src/mesa_pd/vtk/ParticleVtkOutput.cpp +++ b/src/mesa_pd/vtk/ParticleVtkOutput.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleVtkOutput.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/vtk/ParticleVtkOutput.h b/src/mesa_pd/vtk/ParticleVtkOutput.h index 5cbe88a6d..dcd90fe37 100644 --- a/src/mesa_pd/vtk/ParticleVtkOutput.h +++ b/src/mesa_pd/vtk/ParticleVtkOutput.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleVtkOutput.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/vtk/TensorGlyph.cpp b/src/mesa_pd/vtk/TensorGlyph.cpp index 4f058f667..c886731d5 100644 --- a/src/mesa_pd/vtk/TensorGlyph.cpp +++ b/src/mesa_pd/vtk/TensorGlyph.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file TensorGlyph.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/vtk/TensorGlyph.h b/src/mesa_pd/vtk/TensorGlyph.h index d739f8b00..f77c19abd 100644 --- a/src/mesa_pd/vtk/TensorGlyph.h +++ b/src/mesa_pd/vtk/TensorGlyph.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file TensorGlyph.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/src/mesa_pd/vtk/WriteOutput.h b/src/mesa_pd/vtk/WriteOutput.h index b6016ea79..91ef8141f 100644 --- a/src/mesa_pd/vtk/WriteOutput.h +++ b/src/mesa_pd/vtk/WriteOutput.h @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file WriteOutput.h +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/ContactDetection.cpp b/tests/mesa_pd/ContactDetection.cpp index 3b63a9a7e..41e62d75f 100644 --- a/tests/mesa_pd/ContactDetection.cpp +++ b/tests/mesa_pd/ContactDetection.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ContactDetection.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/DropTestAnalytic.cpp b/tests/mesa_pd/DropTestAnalytic.cpp index 3b257e23c..827f0951f 100644 --- a/tests/mesa_pd/DropTestAnalytic.cpp +++ b/tests/mesa_pd/DropTestAnalytic.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file DropTestAnalytic.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/DropTestGeneral.cpp b/tests/mesa_pd/DropTestGeneral.cpp index 0ab23c4fa..52495a885 100644 --- a/tests/mesa_pd/DropTestGeneral.cpp +++ b/tests/mesa_pd/DropTestGeneral.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file DropTestGeneral.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/Sorting.cpp b/tests/mesa_pd/Sorting.cpp index d4408cd71..178ffc2b2 100644 --- a/tests/mesa_pd/Sorting.cpp +++ b/tests/mesa_pd/Sorting.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file Sorting.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/collision_detection/AnalyticCollisionFunctions.cpp b/tests/mesa_pd/collision_detection/AnalyticCollisionFunctions.cpp index 1dc914aae..9f171a325 100644 --- a/tests/mesa_pd/collision_detection/AnalyticCollisionFunctions.cpp +++ b/tests/mesa_pd/collision_detection/AnalyticCollisionFunctions.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file AnalyticCollisionFunctions.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/collision_detection/AnalyticContactDetection.cpp b/tests/mesa_pd/collision_detection/AnalyticContactDetection.cpp index c191edbd6..911e7344d 100644 --- a/tests/mesa_pd/collision_detection/AnalyticContactDetection.cpp +++ b/tests/mesa_pd/collision_detection/AnalyticContactDetection.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file AnalyticContactDetection.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/collision_detection/BoxSupport.cpp b/tests/mesa_pd/collision_detection/BoxSupport.cpp index 08ae7bcc0..91b20ac41 100644 --- a/tests/mesa_pd/collision_detection/BoxSupport.cpp +++ b/tests/mesa_pd/collision_detection/BoxSupport.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file BoxSupport.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/collision_detection/ConvexPolyhedron_GJK_EPA.cpp b/tests/mesa_pd/collision_detection/ConvexPolyhedron_GJK_EPA.cpp index 037073c9c..2436e8968 100644 --- a/tests/mesa_pd/collision_detection/ConvexPolyhedron_GJK_EPA.cpp +++ b/tests/mesa_pd/collision_detection/ConvexPolyhedron_GJK_EPA.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file CollisionTest.cpp +//! \file //! \author Lukas Werner // //====================================================================================================================== diff --git a/tests/mesa_pd/collision_detection/EPA.cpp b/tests/mesa_pd/collision_detection/EPA.cpp index fa171a209..512100a26 100644 --- a/tests/mesa_pd/collision_detection/EPA.cpp +++ b/tests/mesa_pd/collision_detection/EPA.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file EPA.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/collision_detection/EllipsoidSupport.cpp b/tests/mesa_pd/collision_detection/EllipsoidSupport.cpp index 820d34005..03d2d86b8 100644 --- a/tests/mesa_pd/collision_detection/EllipsoidSupport.cpp +++ b/tests/mesa_pd/collision_detection/EllipsoidSupport.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file EllipsoidSupport.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/collision_detection/GJK.cpp b/tests/mesa_pd/collision_detection/GJK.cpp index 43f044c5d..35f4a6672 100644 --- a/tests/mesa_pd/collision_detection/GJK.cpp +++ b/tests/mesa_pd/collision_detection/GJK.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file GJK.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/collision_detection/GJK_EPA.cpp b/tests/mesa_pd/collision_detection/GJK_EPA.cpp index 05000b339..998276419 100644 --- a/tests/mesa_pd/collision_detection/GJK_EPA.cpp +++ b/tests/mesa_pd/collision_detection/GJK_EPA.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file GJK_EPA.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/collision_detection/GeneralContactDetection.cpp b/tests/mesa_pd/collision_detection/GeneralContactDetection.cpp index 9f3be3feb..1dcb49882 100644 --- a/tests/mesa_pd/collision_detection/GeneralContactDetection.cpp +++ b/tests/mesa_pd/collision_detection/GeneralContactDetection.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file GeneralContactDetection.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/collision_detection/SphereSupport.cpp b/tests/mesa_pd/collision_detection/SphereSupport.cpp index 2c94e0fc5..359be9b70 100644 --- a/tests/mesa_pd/collision_detection/SphereSupport.cpp +++ b/tests/mesa_pd/collision_detection/SphereSupport.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SphereSupport.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/common/IntersectionRatio.cpp b/tests/mesa_pd/common/IntersectionRatio.cpp index d1184f837..71db12ae5 100644 --- a/tests/mesa_pd/common/IntersectionRatio.cpp +++ b/tests/mesa_pd/common/IntersectionRatio.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file IntersectionRatio.cpp +//! \file //! \author Christoph Rettinger // //====================================================================================================================== diff --git a/tests/mesa_pd/data/ConvexPolyhedron.cpp b/tests/mesa_pd/data/ConvexPolyhedron.cpp index ff9f2ab76..6636e9214 100644 --- a/tests/mesa_pd/data/ConvexPolyhedron.cpp +++ b/tests/mesa_pd/data/ConvexPolyhedron.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file MeshMesapdConvexPolyhedronTest.cpp +//! \file //! \author Lukas Werner // //====================================================================================================================== diff --git a/tests/mesa_pd/data/Flags.cpp b/tests/mesa_pd/data/Flags.cpp index e54cdcd85..4a9ccd3a9 100644 --- a/tests/mesa_pd/data/Flags.cpp +++ b/tests/mesa_pd/data/Flags.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file Flags.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/data/LinkedCells.cpp b/tests/mesa_pd/data/LinkedCells.cpp index 0653c116d..b56ac1629 100644 --- a/tests/mesa_pd/data/LinkedCells.cpp +++ b/tests/mesa_pd/data/LinkedCells.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file LinkedCells.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/data/ParticleStorage.cpp b/tests/mesa_pd/data/ParticleStorage.cpp index ce3579292..df2b938e0 100644 --- a/tests/mesa_pd/data/ParticleStorage.cpp +++ b/tests/mesa_pd/data/ParticleStorage.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ParticleStorage.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/data/SparseLinkedCells.cpp b/tests/mesa_pd/data/SparseLinkedCells.cpp index 090e739e2..cd4ebe519 100644 --- a/tests/mesa_pd/data/SparseLinkedCells.cpp +++ b/tests/mesa_pd/data/SparseLinkedCells.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SparseLinkedCells.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/domain/BlockForestDomain.cpp b/tests/mesa_pd/domain/BlockForestDomain.cpp index 33d5a4f72..297cbd5fe 100644 --- a/tests/mesa_pd/domain/BlockForestDomain.cpp +++ b/tests/mesa_pd/domain/BlockForestDomain.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file BlockForestDomain.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/domain/BlockForestSync.cpp b/tests/mesa_pd/domain/BlockForestSync.cpp index b0fe8cf5d..bbb3a933a 100644 --- a/tests/mesa_pd/domain/BlockForestSync.cpp +++ b/tests/mesa_pd/domain/BlockForestSync.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file BlockForestSync.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/domain/BlockForestSyncPeriodic.cpp b/tests/mesa_pd/domain/BlockForestSyncPeriodic.cpp index 8523ec9fb..6d8af3efb 100644 --- a/tests/mesa_pd/domain/BlockForestSyncPeriodic.cpp +++ b/tests/mesa_pd/domain/BlockForestSyncPeriodic.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file BlockForestSync.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/domain/DistanceCalculation.cpp b/tests/mesa_pd/domain/DistanceCalculation.cpp index ef4fffa00..5f871333d 100644 --- a/tests/mesa_pd/domain/DistanceCalculation.cpp +++ b/tests/mesa_pd/domain/DistanceCalculation.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file DistanceCalculation.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/domain/DynamicRefinement.cpp b/tests/mesa_pd/domain/DynamicRefinement.cpp index f9378da98..5f1f83ef7 100644 --- a/tests/mesa_pd/domain/DynamicRefinement.cpp +++ b/tests/mesa_pd/domain/DynamicRefinement.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file DynamicRefinement.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/domain/SerializeDeserialize.cpp b/tests/mesa_pd/domain/SerializeDeserialize.cpp index 49517852b..9b7a63781 100644 --- a/tests/mesa_pd/domain/SerializeDeserialize.cpp +++ b/tests/mesa_pd/domain/SerializeDeserialize.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file DynamicRefinement.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/ClearNextNeighborSync.cpp b/tests/mesa_pd/kernel/ClearNextNeighborSync.cpp index 19154dc7b..feae33e90 100644 --- a/tests/mesa_pd/kernel/ClearNextNeighborSync.cpp +++ b/tests/mesa_pd/kernel/ClearNextNeighborSync.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ClearNextNeighborSync.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/CoefficientOfRestitutionLSD.cpp b/tests/mesa_pd/kernel/CoefficientOfRestitutionLSD.cpp index ac16d145e..a9cb84564 100644 --- a/tests/mesa_pd/kernel/CoefficientOfRestitutionLSD.cpp +++ b/tests/mesa_pd/kernel/CoefficientOfRestitutionLSD.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file CoefficientOfRestitutionLSD.cpp +//! \file //! \author Christoph Rettinger // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/CoefficientOfRestitutionNLSD.cpp b/tests/mesa_pd/kernel/CoefficientOfRestitutionNLSD.cpp index c2bfbcfdb..5912892af 100644 --- a/tests/mesa_pd/kernel/CoefficientOfRestitutionNLSD.cpp +++ b/tests/mesa_pd/kernel/CoefficientOfRestitutionNLSD.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file CoefficientOfRestitutionNLSD.cpp +//! \file //! \author Christoph Rettinger // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/CoefficientOfRestitutionSD.cpp b/tests/mesa_pd/kernel/CoefficientOfRestitutionSD.cpp index 910f5da3d..00fb53052 100644 --- a/tests/mesa_pd/kernel/CoefficientOfRestitutionSD.cpp +++ b/tests/mesa_pd/kernel/CoefficientOfRestitutionSD.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file CoefficientOfRestitutionSD.cpp +//! \file //! \author Christoph Rettinger // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/DetectAndStoreContacts.cpp b/tests/mesa_pd/kernel/DetectAndStoreContacts.cpp index 25b192a53..5e4c2db77 100644 --- a/tests/mesa_pd/kernel/DetectAndStoreContacts.cpp +++ b/tests/mesa_pd/kernel/DetectAndStoreContacts.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file DetectAndStoreCollisions.cpp +//! \file //! \author Tobias Leemann // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/DoubleCast.cpp b/tests/mesa_pd/kernel/DoubleCast.cpp index 4e2c11cdc..0d2c80d04 100644 --- a/tests/mesa_pd/kernel/DoubleCast.cpp +++ b/tests/mesa_pd/kernel/DoubleCast.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file DoubleCast.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/ExplicitEuler.cpp b/tests/mesa_pd/kernel/ExplicitEuler.cpp index 17d55505b..b4673d189 100644 --- a/tests/mesa_pd/kernel/ExplicitEuler.cpp +++ b/tests/mesa_pd/kernel/ExplicitEuler.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ExplicitEuler.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/ForceLJ.cpp b/tests/mesa_pd/kernel/ForceLJ.cpp index 12c49b5c7..adcb643cd 100644 --- a/tests/mesa_pd/kernel/ForceLJ.cpp +++ b/tests/mesa_pd/kernel/ForceLJ.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ForceLJ.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/GenerateAnalyticContacts.cpp b/tests/mesa_pd/kernel/GenerateAnalyticContacts.cpp index 757587beb..4762aed06 100644 --- a/tests/mesa_pd/kernel/GenerateAnalyticContacts.cpp +++ b/tests/mesa_pd/kernel/GenerateAnalyticContacts.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file GenerateAnalyticContacts.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/GenerateLinkedCells.cpp b/tests/mesa_pd/kernel/GenerateLinkedCells.cpp index d4c2f30c6..3ee5183cf 100644 --- a/tests/mesa_pd/kernel/GenerateLinkedCells.cpp +++ b/tests/mesa_pd/kernel/GenerateLinkedCells.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file GenerateLinkedCells.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/HCSITSKernels.cpp b/tests/mesa_pd/kernel/HCSITSKernels.cpp index c3cb9fd6d..4f0428f38 100644 --- a/tests/mesa_pd/kernel/HCSITSKernels.cpp +++ b/tests/mesa_pd/kernel/HCSITSKernels.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file HCSITSKernels.cpp +//! \file //! \author Tobias Leemann // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/HeatConduction.cpp b/tests/mesa_pd/kernel/HeatConduction.cpp index 9c8c4cd9e..06d7c3323 100644 --- a/tests/mesa_pd/kernel/HeatConduction.cpp +++ b/tests/mesa_pd/kernel/HeatConduction.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file HeatConduction.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/IntegratorAccuracy.cpp b/tests/mesa_pd/kernel/IntegratorAccuracy.cpp index e97c47106..433ecb546 100644 --- a/tests/mesa_pd/kernel/IntegratorAccuracy.cpp +++ b/tests/mesa_pd/kernel/IntegratorAccuracy.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file IntegratorAccuracy.cpp +//! \file //! \author Christoph Rettinger //! \author Sebastian Eibl // diff --git a/tests/mesa_pd/kernel/Interfaces.cpp b/tests/mesa_pd/kernel/Interfaces.cpp index 25fabf624..4c8769ec3 100644 --- a/tests/mesa_pd/kernel/Interfaces.cpp +++ b/tests/mesa_pd/kernel/Interfaces.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file Interfaces.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/LinearSpringDashpot.cpp b/tests/mesa_pd/kernel/LinearSpringDashpot.cpp index 64f099e26..0b749b822 100644 --- a/tests/mesa_pd/kernel/LinearSpringDashpot.cpp +++ b/tests/mesa_pd/kernel/LinearSpringDashpot.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file DEMTangentialCollision.cpp +//! \file //! \author Christoph Rettinger // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/LinkedCellsVsBruteForce.cpp b/tests/mesa_pd/kernel/LinkedCellsVsBruteForce.cpp index ce990842f..c52e39327 100644 --- a/tests/mesa_pd/kernel/LinkedCellsVsBruteForce.cpp +++ b/tests/mesa_pd/kernel/LinkedCellsVsBruteForce.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file LinkedCellsVsBruteForce.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/PFCDamping.cpp b/tests/mesa_pd/kernel/PFCDamping.cpp index 0329ef911..42966022e 100644 --- a/tests/mesa_pd/kernel/PFCDamping.cpp +++ b/tests/mesa_pd/kernel/PFCDamping.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file PFCDamping.cpp +//! \file //! \author Igor Ostanin //! \author Grigorii Drozdov // diff --git a/tests/mesa_pd/kernel/SemiImplicitEuler.cpp b/tests/mesa_pd/kernel/SemiImplicitEuler.cpp index 2d3a22f84..551d016f1 100644 --- a/tests/mesa_pd/kernel/SemiImplicitEuler.cpp +++ b/tests/mesa_pd/kernel/SemiImplicitEuler.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SemiImplicitEuler.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/SingleCast.cpp b/tests/mesa_pd/kernel/SingleCast.cpp index cf137df8c..4060635f7 100644 --- a/tests/mesa_pd/kernel/SingleCast.cpp +++ b/tests/mesa_pd/kernel/SingleCast.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SingleCast.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/SpherePile.cpp b/tests/mesa_pd/kernel/SpherePile.cpp index 3f71e9297..6d5184862 100644 --- a/tests/mesa_pd/kernel/SpherePile.cpp +++ b/tests/mesa_pd/kernel/SpherePile.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SpherePile.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/SpringDashpot.cpp b/tests/mesa_pd/kernel/SpringDashpot.cpp index b9feabe92..1e90c9dd6 100644 --- a/tests/mesa_pd/kernel/SpringDashpot.cpp +++ b/tests/mesa_pd/kernel/SpringDashpot.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SpringDashpot.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/SyncGhostOwners.cpp b/tests/mesa_pd/kernel/SyncGhostOwners.cpp index cf16223ee..5c742f6f8 100644 --- a/tests/mesa_pd/kernel/SyncGhostOwners.cpp +++ b/tests/mesa_pd/kernel/SyncGhostOwners.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncGhostOwners.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/SyncGhostOwnersLarge.cpp b/tests/mesa_pd/kernel/SyncGhostOwnersLarge.cpp index b04dd3c60..2c66a4eba 100644 --- a/tests/mesa_pd/kernel/SyncGhostOwnersLarge.cpp +++ b/tests/mesa_pd/kernel/SyncGhostOwnersLarge.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncGhostOwnersLarge.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/SyncNextNeighbors.cpp b/tests/mesa_pd/kernel/SyncNextNeighbors.cpp index c6de32e05..3a4329b16 100644 --- a/tests/mesa_pd/kernel/SyncNextNeighbors.cpp +++ b/tests/mesa_pd/kernel/SyncNextNeighbors.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncNextNeighbors.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/SyncNextNeighborsBlockForest.cpp b/tests/mesa_pd/kernel/SyncNextNeighborsBlockForest.cpp index 6dfde66aa..14ea54e85 100644 --- a/tests/mesa_pd/kernel/SyncNextNeighborsBlockForest.cpp +++ b/tests/mesa_pd/kernel/SyncNextNeighborsBlockForest.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncNextNeighborsBlockForest.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/TemperatureIntegration.cpp b/tests/mesa_pd/kernel/TemperatureIntegration.cpp index b84fc9cd2..47fd92072 100644 --- a/tests/mesa_pd/kernel/TemperatureIntegration.cpp +++ b/tests/mesa_pd/kernel/TemperatureIntegration.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file TemperatureIntegration.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/VelocityVerlet.cpp b/tests/mesa_pd/kernel/VelocityVerlet.cpp index 1dba566fb..d82f349c0 100644 --- a/tests/mesa_pd/kernel/VelocityVerlet.cpp +++ b/tests/mesa_pd/kernel/VelocityVerlet.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file VelocityVerlet.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/interfaces/ExplicitEulerInterfaceCheck.cpp b/tests/mesa_pd/kernel/interfaces/ExplicitEulerInterfaceCheck.cpp index 4d180c321..51ef473f2 100644 --- a/tests/mesa_pd/kernel/interfaces/ExplicitEulerInterfaceCheck.cpp +++ b/tests/mesa_pd/kernel/interfaces/ExplicitEulerInterfaceCheck.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ExplicitEulerInterfaceCheck.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/interfaces/ExplicitEulerWithShapeInterfaceCheck.cpp b/tests/mesa_pd/kernel/interfaces/ExplicitEulerWithShapeInterfaceCheck.cpp index a56e29914..8a5b5e917 100644 --- a/tests/mesa_pd/kernel/interfaces/ExplicitEulerWithShapeInterfaceCheck.cpp +++ b/tests/mesa_pd/kernel/interfaces/ExplicitEulerWithShapeInterfaceCheck.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ExplicitEulerInterfaceCheck.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/interfaces/ForceLJInterfaceCheck.cpp b/tests/mesa_pd/kernel/interfaces/ForceLJInterfaceCheck.cpp index b742e0d22..53edabb32 100644 --- a/tests/mesa_pd/kernel/interfaces/ForceLJInterfaceCheck.cpp +++ b/tests/mesa_pd/kernel/interfaces/ForceLJInterfaceCheck.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ForceLJInterfaceCheck.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/interfaces/HeatConductionInterfaceCheck.cpp b/tests/mesa_pd/kernel/interfaces/HeatConductionInterfaceCheck.cpp index 4e30eba2e..c204acc86 100644 --- a/tests/mesa_pd/kernel/interfaces/HeatConductionInterfaceCheck.cpp +++ b/tests/mesa_pd/kernel/interfaces/HeatConductionInterfaceCheck.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file HeatConductionInterfaceCheck.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/interfaces/PFCDampingInterfaceCheck.cpp b/tests/mesa_pd/kernel/interfaces/PFCDampingInterfaceCheck.cpp index 3f52ab357..d60c39fe6 100644 --- a/tests/mesa_pd/kernel/interfaces/PFCDampingInterfaceCheck.cpp +++ b/tests/mesa_pd/kernel/interfaces/PFCDampingInterfaceCheck.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file PFCDampingInterfaceCheck.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/interfaces/SemiImplicitEulerInterfaceCheck.cpp b/tests/mesa_pd/kernel/interfaces/SemiImplicitEulerInterfaceCheck.cpp index ad498f1d9..b73f71a3d 100644 --- a/tests/mesa_pd/kernel/interfaces/SemiImplicitEulerInterfaceCheck.cpp +++ b/tests/mesa_pd/kernel/interfaces/SemiImplicitEulerInterfaceCheck.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SemiImplicitEulerInterfaceCheck.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/interfaces/SpringDashpotInterfaceCheck.cpp b/tests/mesa_pd/kernel/interfaces/SpringDashpotInterfaceCheck.cpp index b76620428..80837e900 100644 --- a/tests/mesa_pd/kernel/interfaces/SpringDashpotInterfaceCheck.cpp +++ b/tests/mesa_pd/kernel/interfaces/SpringDashpotInterfaceCheck.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SpringDashpotInterfaceCheck.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/interfaces/TemperatureIntegrationInterfaceCheck.cpp b/tests/mesa_pd/kernel/interfaces/TemperatureIntegrationInterfaceCheck.cpp index dfc209c39..d0cdb6099 100644 --- a/tests/mesa_pd/kernel/interfaces/TemperatureIntegrationInterfaceCheck.cpp +++ b/tests/mesa_pd/kernel/interfaces/TemperatureIntegrationInterfaceCheck.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file TemperatureIntegrationInterfaceCheck.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/interfaces/VelocityVerletInterfaceCheck.cpp b/tests/mesa_pd/kernel/interfaces/VelocityVerletInterfaceCheck.cpp index 06d8507c7..1f5910166 100644 --- a/tests/mesa_pd/kernel/interfaces/VelocityVerletInterfaceCheck.cpp +++ b/tests/mesa_pd/kernel/interfaces/VelocityVerletInterfaceCheck.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file VelocityVerletInterfaceCheck.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/kernel/interfaces/VelocityVerletWithShapeInterfaceCheck.cpp b/tests/mesa_pd/kernel/interfaces/VelocityVerletWithShapeInterfaceCheck.cpp index 06d8507c7..1f5910166 100644 --- a/tests/mesa_pd/kernel/interfaces/VelocityVerletWithShapeInterfaceCheck.cpp +++ b/tests/mesa_pd/kernel/interfaces/VelocityVerletWithShapeInterfaceCheck.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file VelocityVerletInterfaceCheck.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/mpi/BroadcastProperty.cpp b/tests/mesa_pd/mpi/BroadcastProperty.cpp index de7a0a2d7..6082d41e4 100644 --- a/tests/mesa_pd/mpi/BroadcastProperty.cpp +++ b/tests/mesa_pd/mpi/BroadcastProperty.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file BroadcastProperty.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/mpi/ClearGhostOwnerSync.cpp b/tests/mesa_pd/mpi/ClearGhostOwnerSync.cpp index 84bd3f1bc..6940993fb 100644 --- a/tests/mesa_pd/mpi/ClearGhostOwnerSync.cpp +++ b/tests/mesa_pd/mpi/ClearGhostOwnerSync.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ClearGhostOwnerSync.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/mpi/ClearNextNeighborSync.cpp b/tests/mesa_pd/mpi/ClearNextNeighborSync.cpp index 19c1ebfa6..9c8d71ee1 100644 --- a/tests/mesa_pd/mpi/ClearNextNeighborSync.cpp +++ b/tests/mesa_pd/mpi/ClearNextNeighborSync.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ClearNextNeighborSync.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/mpi/Notifications.cpp b/tests/mesa_pd/mpi/Notifications.cpp index e6eeacca6..5f432d21b 100644 --- a/tests/mesa_pd/mpi/Notifications.cpp +++ b/tests/mesa_pd/mpi/Notifications.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file Notifications.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/mpi/ReduceContactHistory.cpp b/tests/mesa_pd/mpi/ReduceContactHistory.cpp index 1135e1d93..0414ed75d 100644 --- a/tests/mesa_pd/mpi/ReduceContactHistory.cpp +++ b/tests/mesa_pd/mpi/ReduceContactHistory.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ReduceContactHistory.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/mpi/ReduceProperty.cpp b/tests/mesa_pd/mpi/ReduceProperty.cpp index 3f8138ac9..0c5335cd0 100644 --- a/tests/mesa_pd/mpi/ReduceProperty.cpp +++ b/tests/mesa_pd/mpi/ReduceProperty.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file ReduceProperty.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/mpi/ShapePackUnpack.cpp b/tests/mesa_pd/mpi/ShapePackUnpack.cpp index 3efe46404..16cca30ff 100644 --- a/tests/mesa_pd/mpi/ShapePackUnpack.cpp +++ b/tests/mesa_pd/mpi/ShapePackUnpack.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file PackUnpack.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/mpi/SyncNextNeighborsNoGhosts.cpp b/tests/mesa_pd/mpi/SyncNextNeighborsNoGhosts.cpp index 1dae83425..1df6e0ae8 100644 --- a/tests/mesa_pd/mpi/SyncNextNeighborsNoGhosts.cpp +++ b/tests/mesa_pd/mpi/SyncNextNeighborsNoGhosts.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file SyncNextNeighborsNoGhosts.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/mpi/VelocityCorrectionNotification.cpp b/tests/mesa_pd/mpi/VelocityCorrectionNotification.cpp index 79cd63515..0b66e9fc0 100644 --- a/tests/mesa_pd/mpi/VelocityCorrectionNotification.cpp +++ b/tests/mesa_pd/mpi/VelocityCorrectionNotification.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file VelocityCorrectionNotification.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== diff --git a/tests/mesa_pd/vtk/ConvexPolyhedronVTKOutput.cpp b/tests/mesa_pd/vtk/ConvexPolyhedronVTKOutput.cpp index 124493ca9..f734d0d0a 100644 --- a/tests/mesa_pd/vtk/ConvexPolyhedronVTKOutput.cpp +++ b/tests/mesa_pd/vtk/ConvexPolyhedronVTKOutput.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file VTKOutput.cpp +//! \file //! \author Lukas Werner // //====================================================================================================================== diff --git a/tests/mesa_pd/vtk/VTKOutputs.cpp b/tests/mesa_pd/vtk/VTKOutputs.cpp index 7cd96b260..ee1a02d47 100644 --- a/tests/mesa_pd/vtk/VTKOutputs.cpp +++ b/tests/mesa_pd/vtk/VTKOutputs.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see . // -//! \file VTKOutputs.cpp +//! \file //! \author Sebastian Eibl // //====================================================================================================================== -- GitLab