From d8d33fc8f0f0c3c7432a5e1940cb70dd9a0373cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= <klinkovsky@mmg.fjfi.cvut.cz> Date: Sat, 25 Dec 2021 16:43:27 +0100 Subject: [PATCH] Removed copyright headers from source files in Benchmarks, Examples, Tools and UnitTests Copyright headers in these files are useless, since they are not distributed on the user's when they install TNL. They were also outdated and inconsistent. --- src/Benchmarks/BLAS/CommonVectorOperations.h | 10 ---------- src/Benchmarks/BLAS/CommonVectorOperations.hpp | 10 ---------- src/Benchmarks/BLAS/VectorOperations.h | 10 ---------- src/Benchmarks/BLAS/array-operations.h | 10 ---------- src/Benchmarks/BLAS/gemv.h | 10 ---------- src/Benchmarks/BLAS/tnl-benchmark-blas.cpp | 10 ---------- src/Benchmarks/BLAS/tnl-benchmark-blas.cu | 10 ---------- src/Benchmarks/BLAS/tnl-benchmark-blas.h | 10 ---------- src/Benchmarks/BLAS/triad.h | 10 ---------- src/Benchmarks/BLAS/vector-operations.h | 10 ---------- .../DistSpMV/Legacy/DistributedMatrix.h | 10 ---------- .../DistSpMV/Legacy/DistributedMatrix_impl.h | 10 ---------- .../DistSpMV/Legacy/DistributedSpMV.h | 10 ---------- .../tnl-benchmark-distributed-spmv.cpp | 10 ---------- .../DistSpMV/tnl-benchmark-distributed-spmv.cu | 10 ---------- .../DistSpMV/tnl-benchmark-distributed-spmv.h | 10 ---------- .../HeatEquation/DirichletBoundaryConditions.h | 10 ---------- src/Benchmarks/HeatEquation/TestGridEntity.h | 17 ----------------- .../HeatEquation/Tuning/ExplicitUpdater.h | 10 ---------- .../HeatEquation/Tuning/GridTraverser.h | 10 ---------- .../HeatEquation/Tuning/GridTraverser_impl.h | 10 ---------- .../HeatEquation/Tuning/SimpleCell.h | 10 ---------- .../HeatEquation/Tuning/Traverser_Grid2D.h | 10 ---------- .../Tuning/Traverser_Grid2D_impl.h | 10 ---------- src/Benchmarks/HeatEquation/Tuning/tunning.h | 11 ----------- src/Benchmarks/HeatEquation/pure-c-rhs.h | 17 ----------------- .../tnl-benchmark-simple-heat-equation-bug.cu | 17 ----------------- .../tnl-benchmark-simple-heat-equation.cpp | 10 ---------- .../tnl-benchmark-simple-heat-equation.cu | 10 ---------- .../tnl-benchmark-simple-heat-equation.h | 10 ---------- src/Benchmarks/HeatEquation/tnlTestGrid2D.h | 7 ------- .../HeatEquation/tnlTestGridEntity.h | 17 ----------------- .../tnlTestNeighbourGridEntitiesStorage.h | 18 ------------------ .../tnlTestNeighbourGridEntityGetter.h | 17 ----------------- .../tnlTestNeighbourGridEntityGetter2D_impl.h | 17 ----------------- .../tnl-benchmark-linear-solvers.h | 10 ---------- src/Benchmarks/Mesh/MeshBenchmarks.h | 10 ---------- src/Benchmarks/Mesh/MeshConfigs.h | 10 ---------- src/Benchmarks/Mesh/tnl-benchmark-mesh.h | 10 ---------- .../NDArray/tnl-benchmark-ndarray-boundary.h | 10 ---------- src/Benchmarks/NDArray/tnl-benchmark-ndarray.h | 10 ---------- .../ODESolvers/ComputeBlockResidue.h | 10 ---------- src/Benchmarks/ODESolvers/Euler.h | 10 ---------- src/Benchmarks/ODESolvers/Euler.hpp | 10 ---------- src/Benchmarks/ODESolvers/Merson.h | 10 ---------- src/Benchmarks/ODESolvers/Merson.hpp | 10 ---------- src/Benchmarks/ODESolvers/SimpleProblem.h | 10 ---------- src/Benchmarks/ODESolvers/benchmarks.h | 10 ---------- .../ODESolvers/tnl-benchmark-ode-solvers.h | 10 ---------- .../ReferenceAlgorithms/CedermanQuicksort.h | 2 -- .../ReferenceAlgorithms/NvidiaBitonicSort.h | 1 - .../SpMV/ReferenceFormats/CSR5Benchmark.h | 10 ---------- .../SpMV/ReferenceFormats/Legacy/AdEllpack.h | 10 ---------- .../ReferenceFormats/Legacy/AdEllpack_impl.h | 10 ---------- .../SpMV/ReferenceFormats/Legacy/BiEllpack.h | 10 ---------- .../ReferenceFormats/Legacy/BiEllpack_impl.h | 10 ---------- .../SpMV/ReferenceFormats/Legacy/CSR.h | 10 ---------- .../SpMV/ReferenceFormats/Legacy/CSR_impl.h | 10 ---------- .../ReferenceFormats/Legacy/ChunkedEllpack.h | 10 ---------- .../Legacy/ChunkedEllpack_impl.h | 10 ---------- .../SpMV/ReferenceFormats/Legacy/Ellpack.h | 10 ---------- .../ReferenceFormats/Legacy/Ellpack_impl.h | 10 ---------- .../Legacy/LegacyMatrixReader.h | 10 ---------- .../Legacy/LegacyMatrixReader.hpp | 10 ---------- .../ReferenceFormats/Legacy/Multidiagonal.h | 10 ---------- .../Legacy/MultidiagonalMatrixSetter.h | 10 ---------- .../Legacy/MultidiagonalMatrixSetter_impl.h | 10 ---------- .../ReferenceFormats/Legacy/MultidiagonalRow.h | 10 ---------- .../Legacy/MultidiagonalRow_impl.h | 10 ---------- .../Legacy/Multidiagonal_impl.h | 10 ---------- .../ReferenceFormats/Legacy/SlicedEllpack.h | 10 ---------- .../Legacy/SlicedEllpack_impl.h | 10 ---------- .../SpMV/ReferenceFormats/Legacy/Sparse.h | 10 ---------- .../SpMV/ReferenceFormats/Legacy/SparseRow.h | 11 ----------- .../ReferenceFormats/Legacy/SparseRow_impl.h | 10 ---------- .../SpMV/ReferenceFormats/Legacy/Sparse_impl.h | 10 ---------- .../SpMV/ReferenceFormats/LightSpMVBenchmark.h | 10 ---------- .../SpMV/ReferenceFormats/cusparseCSRMatrix.h | 10 ---------- .../ReferenceFormats/cusparseCSRMatrixLegacy.h | 10 ---------- src/Benchmarks/SpMV/SpmvBenchmarkResult.h | 10 ---------- src/Benchmarks/SpMV/spmv.h | 10 ---------- src/Benchmarks/SpMV/tnl-benchmark-spmv.cpp | 10 ---------- src/Benchmarks/SpMV/tnl-benchmark-spmv.cu | 10 ---------- src/Benchmarks/SpMV/tnl-benchmark-spmv.h | 10 ---------- .../Traversers/AddOneEntitiesProcessor.h | 10 ---------- .../Traversers/AddTwoEntitiesProcessor.h | 10 ---------- .../Traversers/BenchmarkTraverserUserData.h | 10 ---------- .../Traversers/GridTraverserBenchmarkHelper.h | 10 ---------- .../GridTraverserBenchmarkHelper_1D.h | 10 ---------- .../GridTraverserBenchmarkHelper_2D.h | 10 ---------- .../GridTraverserBenchmarkHelper_3D.h | 10 ---------- .../Traversers/GridTraversersBenchmark.h | 10 ---------- .../Traversers/GridTraversersBenchmark_1D.h | 10 ---------- .../Traversers/GridTraversersBenchmark_2D.h | 10 ---------- .../Traversers/GridTraversersBenchmark_3D.h | 10 ---------- src/Benchmarks/Traversers/SimpleCell.h | 10 ---------- src/Benchmarks/Traversers/cuda-kernels.h | 10 ---------- .../Traversers/tnl-benchmark-traversers.cpp | 10 ---------- .../Traversers/tnl-benchmark-traversers.cu | 10 ---------- .../Traversers/tnl-benchmark-traversers.h | 10 ---------- .../Hamilton-Jacobi/Eikonal/godunovEikonal.h | 16 ---------------- .../Godunov-Eikonal/godunovEikonal.h | 16 ---------------- .../Godunov-Eikonal/godunovEikonal1D_impl.h | 16 ---------------- .../Godunov-Eikonal/godunovEikonal2D_impl.h | 16 ---------------- .../Godunov-Eikonal/godunovEikonal3D_impl.h | 16 ---------------- .../Godunov-Eikonal/parallelGodunovEikonal.h | 16 ---------------- .../parallelGodunovEikonal1D_impl.h | 16 ---------------- .../parallelGodunovEikonal2D_impl.h | 16 ---------------- .../parallelGodunovEikonal3D_impl.h | 16 ---------------- .../Godunov-Eikonal/parallelGodunovMap.h | 16 ---------------- .../parallelGodunovMap2D_impl.h | 16 ---------------- .../Hamilton-Jacobi/Godunov/godunov1D_impl.h | 16 ---------------- .../Hamilton-Jacobi/Godunov/godunov2D_impl.h | 16 ---------------- .../Hamilton-Jacobi/Godunov/godunov3D_impl.h | 16 ---------------- .../Hamilton-Jacobi/tnlEikonalOperator.h | 7 ------- .../Operators/Hamilton-Jacobi/upwindEikonal.h | 16 ---------------- .../hamilton-jacobi/HamiltonJacobiProblem.h | 16 ---------------- .../HamiltonJacobiProblemConfig.h | 17 ----------------- .../HamiltonJacobiProblemSetter.h | 16 ---------------- .../HamiltonJacobiProblemSetter_impl.h | 16 ---------------- .../HamiltonJacobiProblem_impl.h | 16 ---------------- .../Solvers/hamilton-jacobi/MainBuildConfig.h | 10 ---------- .../Solvers/hamilton-jacobi/main.cpp | 16 ---------------- .../tnl-direct-eikonal-solver.cpp | 13 ------------- .../tnl-direct-eikonal-solver.cu | 13 ------------- .../tnl-direct-eikonal-solver.h | 13 ------------- .../tnlDirectEikonalMethodBase1D_impl.h | 7 ------- .../tnlDirectEikonalMethodBase2D_impl.h | 7 ------- .../tnlDirectEikonalMethodBase3D_impl.h | 7 ------- .../tnlDirectEikonalMethodsBase.h | 7 ------- .../hamilton-jacobi/tnlDirectEikonalProblem.h | 13 ------------- .../tnlDirectEikonalProblem_impl.h | 13 ------------- .../hamilton-jacobi/tnlFastSweepingMethod.h | 10 ---------- .../tnlFastSweepingMethod1D_impl.h | 13 ------------- .../tnlFastSweepingMethod2D_impl.h | 13 ------------- .../tnlFastSweepingMethod3D_impl.h | 13 ------------- .../advection/Riemann1DBoundaryConditions.h | 9 --------- .../advection/Riemann2DBoundaryConditions.h | 9 --------- .../CompressibleConservativeVariables.h | 11 ----------- .../flow-sw/DensityBoundaryConditionBoiler.h | 11 ----------- .../flow-sw/DensityBoundaryConditionCavity.h | 11 ----------- .../flow-sw/EnergyBoundaryConditionBoiler.h | 11 ----------- .../flow-sw/EnergyBoundaryConditionCavity.h | 11 ----------- src/Examples/flow-sw/LaxFridrichs.h | 11 ----------- src/Examples/flow-sw/LaxFridrichsContinuity.h | 11 ----------- src/Examples/flow-sw/LaxFridrichsEnergy.h | 10 ---------- .../flow-sw/LaxFridrichsMomentumBase.h | 11 ----------- src/Examples/flow-sw/LaxFridrichsMomentumX.h | 11 ----------- src/Examples/flow-sw/LaxFridrichsMomentumY.h | 11 ----------- src/Examples/flow-sw/LaxFridrichsMomentumZ.h | 11 ----------- .../flow-sw/MomentumXBoundaryConditionBoiler.h | 11 ----------- .../flow-sw/MomentumXBoundaryConditionCavity.h | 11 ----------- .../flow-sw/MomentumYBoundaryConditionBoiler.h | 11 ----------- .../flow-sw/MomentumYBoundaryConditionCavity.h | 11 ----------- .../flow-sw/MomentumZBoundaryConditionBoiler.h | 11 ----------- .../flow-sw/MomentumZBoundaryConditionCavity.h | 11 ----------- src/Examples/flow-sw/PhysicalVariablesGetter.h | 10 ---------- .../flow-sw/RiemannProblemInitialCondition.h | 10 ---------- src/Examples/flow-sw/Upwind.h | 11 ----------- src/Examples/flow-sw/UpwindContinuity.h | 11 ----------- src/Examples/flow-sw/UpwindEnergy.h | 10 ---------- src/Examples/flow-sw/UpwindMomentumBase.h | 11 ----------- src/Examples/flow-sw/UpwindMomentumX.h | 11 ----------- src/Examples/flow-sw/UpwindMomentumY.h | 11 ----------- src/Examples/flow-sw/UpwindMomentumZ.h | 11 ----------- src/Examples/flow-sw/navierStokesProblem.h | 10 ---------- .../flow-sw/navierStokesProblem_impl.h | 10 ---------- .../CompressibleConservativeVariables.h | 11 ----------- .../flow-vl/DensityBoundaryConditionBoiler.h | 11 ----------- .../flow-vl/DensityBoundaryConditionCavity.h | 11 ----------- .../flow-vl/EnergyBoundaryConditionBoiler.h | 11 ----------- .../flow-vl/EnergyBoundaryConditionCavity.h | 11 ----------- src/Examples/flow-vl/LaxFridrichs.h | 11 ----------- src/Examples/flow-vl/LaxFridrichsContinuity.h | 11 ----------- src/Examples/flow-vl/LaxFridrichsEnergy.h | 10 ---------- .../flow-vl/LaxFridrichsMomentumBase.h | 11 ----------- src/Examples/flow-vl/LaxFridrichsMomentumX.h | 11 ----------- src/Examples/flow-vl/LaxFridrichsMomentumY.h | 11 ----------- src/Examples/flow-vl/LaxFridrichsMomentumZ.h | 11 ----------- .../flow-vl/MomentumXBoundaryConditionBoiler.h | 11 ----------- .../flow-vl/MomentumXBoundaryConditionCavity.h | 11 ----------- .../flow-vl/MomentumYBoundaryConditionBoiler.h | 11 ----------- .../flow-vl/MomentumYBoundaryConditionCavity.h | 11 ----------- .../flow-vl/MomentumZBoundaryConditionBoiler.h | 11 ----------- .../flow-vl/MomentumZBoundaryConditionCavity.h | 11 ----------- src/Examples/flow-vl/PhysicalVariablesGetter.h | 10 ---------- .../flow-vl/RiemannProblemInitialCondition.h | 10 ---------- src/Examples/flow-vl/Upwind.h | 11 ----------- src/Examples/flow-vl/UpwindContinuity.h | 11 ----------- src/Examples/flow-vl/UpwindEnergy.h | 10 ---------- src/Examples/flow-vl/UpwindMomentumBase.h | 11 ----------- src/Examples/flow-vl/UpwindMomentumX.h | 11 ----------- src/Examples/flow-vl/UpwindMomentumY.h | 11 ----------- src/Examples/flow-vl/UpwindMomentumZ.h | 11 ----------- src/Examples/flow-vl/navierStokesProblem.h | 10 ---------- .../flow-vl/navierStokesProblem_impl.h | 10 ---------- .../flow/CompressibleConservativeVariables.h | 11 ----------- .../flow/DensityBoundaryConditionBoiler.h | 11 ----------- .../flow/DensityBoundaryConditionCavity.h | 11 ----------- .../flow/EnergyBoundaryConditionBoiler.h | 11 ----------- .../flow/EnergyBoundaryConditionCavity.h | 11 ----------- src/Examples/flow/LaxFridrichs.h | 11 ----------- src/Examples/flow/LaxFridrichsContinuity.h | 11 ----------- .../flow/LaxFridrichsContinuityEuler.h | 11 ----------- src/Examples/flow/LaxFridrichsEnergy.h | 10 ---------- src/Examples/flow/LaxFridrichsEnergyEuler.h | 10 ---------- src/Examples/flow/LaxFridrichsEuler.h | 11 ----------- src/Examples/flow/LaxFridrichsMomentumBase.h | 11 ----------- .../flow/LaxFridrichsMomentumBaseEuler.h | 11 ----------- src/Examples/flow/LaxFridrichsMomentumX.h | 11 ----------- src/Examples/flow/LaxFridrichsMomentumXEuler.h | 11 ----------- src/Examples/flow/LaxFridrichsMomentumY.h | 11 ----------- src/Examples/flow/LaxFridrichsMomentumYEuler.h | 11 ----------- src/Examples/flow/LaxFridrichsMomentumZ.h | 11 ----------- src/Examples/flow/LaxFridrichsMomentumZEuler.h | 11 ----------- .../flow/MomentumXBoundaryConditionBoiler.h | 11 ----------- .../flow/MomentumXBoundaryConditionCavity.h | 11 ----------- .../flow/MomentumYBoundaryConditionBoiler.h | 11 ----------- .../flow/MomentumYBoundaryConditionCavity.h | 11 ----------- .../flow/MomentumZBoundaryConditionBoiler.h | 11 ----------- .../flow/MomentumZBoundaryConditionCavity.h | 11 ----------- src/Examples/flow/PhysicalVariablesGetter.h | 10 ---------- .../flow/RiemannProblemInitialCondition.h | 10 ---------- src/Examples/flow/navierStokesProblem.h | 10 ---------- src/Examples/flow/navierStokesProblem_impl.h | 10 ---------- .../heat-equation/HeatEquationBuildConfigTag.h | 10 ---------- .../heat-equation/tnl-heat-equation-eoc.cpp | 10 ---------- .../heat-equation/tnl-heat-equation-eoc.cu | 10 ---------- .../heat-equation/tnl-heat-equation-eoc.h | 10 ---------- .../heat-equation/tnl-heat-equation.cpp | 10 ---------- .../heat-equation/tnl-heat-equation.cu | 10 ---------- src/Examples/heat-equation/tnl-heat-equation.h | 10 ---------- .../CompressibleConservativeVariables.h | 11 ----------- src/Examples/inviscid-flow-sw/LaxFridrichs.h | 11 ----------- .../inviscid-flow-sw/LaxFridrichsContinuity.h | 11 ----------- .../inviscid-flow-sw/LaxFridrichsEnergy.h | 10 ---------- .../LaxFridrichsMomentumBase.h | 11 ----------- .../inviscid-flow-sw/LaxFridrichsMomentumX.h | 11 ----------- .../inviscid-flow-sw/LaxFridrichsMomentumY.h | 11 ----------- .../inviscid-flow-sw/LaxFridrichsMomentumZ.h | 11 ----------- .../inviscid-flow-sw/PhysicalVariablesGetter.h | 10 ---------- .../RiemannProblemInitialCondition.h | 10 ---------- src/Examples/inviscid-flow-sw/Upwind.h | 11 ----------- .../inviscid-flow-sw/UpwindContinuity.h | 11 ----------- src/Examples/inviscid-flow-sw/UpwindEnergy.h | 10 ---------- .../inviscid-flow-sw/UpwindMomentumBase.h | 11 ----------- .../inviscid-flow-sw/UpwindMomentumX.h | 11 ----------- .../inviscid-flow-sw/UpwindMomentumY.h | 11 ----------- .../inviscid-flow-sw/UpwindMomentumZ.h | 11 ----------- src/Examples/inviscid-flow-sw/eulerProblem.h | 10 ---------- .../inviscid-flow-sw/eulerProblem_impl.h | 10 ---------- .../CompressibleConservativeVariables.h | 11 ----------- src/Examples/inviscid-flow-vl/LaxFridrichs.h | 11 ----------- .../inviscid-flow-vl/LaxFridrichsContinuity.h | 11 ----------- .../inviscid-flow-vl/LaxFridrichsEnergy.h | 10 ---------- .../LaxFridrichsMomentumBase.h | 11 ----------- .../inviscid-flow-vl/LaxFridrichsMomentumX.h | 11 ----------- .../inviscid-flow-vl/LaxFridrichsMomentumY.h | 11 ----------- .../inviscid-flow-vl/LaxFridrichsMomentumZ.h | 11 ----------- .../inviscid-flow-vl/PhysicalVariablesGetter.h | 10 ---------- .../RiemannProblemInitialCondition.h | 10 ---------- src/Examples/inviscid-flow-vl/Upwind.h | 11 ----------- .../inviscid-flow-vl/UpwindContinuity.h | 11 ----------- src/Examples/inviscid-flow-vl/UpwindEnergy.h | 10 ---------- .../inviscid-flow-vl/UpwindMomentumBase.h | 11 ----------- .../inviscid-flow-vl/UpwindMomentumX.h | 11 ----------- .../inviscid-flow-vl/UpwindMomentumY.h | 11 ----------- .../inviscid-flow-vl/UpwindMomentumZ.h | 11 ----------- src/Examples/inviscid-flow-vl/eulerProblem.h | 10 ---------- .../inviscid-flow-vl/eulerProblem_impl.h | 10 ---------- .../1d/MyMixedBoundaryConditions.h | 9 --------- .../1d/MyNeumannBoundaryConditions.h | 9 --------- .../2d/MyMixedBoundaryConditions.h | 9 --------- .../2d/MyNeumannBoundaryConditions.h | 9 --------- .../3d/MyMixedBoundaryConditions.h | 9 --------- .../3d/MyNeumannBoundaryConditions.h | 9 --------- .../CompressibleConservativeVariables.h | 11 ----------- src/Examples/inviscid-flow/LaxFridrichs.h | 11 ----------- .../inviscid-flow/LaxFridrichsContinuity.h | 11 ----------- .../inviscid-flow/LaxFridrichsEnergy.h | 10 ---------- .../inviscid-flow/LaxFridrichsMomentumBase.h | 11 ----------- .../inviscid-flow/LaxFridrichsMomentumX.h | 11 ----------- .../inviscid-flow/LaxFridrichsMomentumY.h | 11 ----------- .../inviscid-flow/LaxFridrichsMomentumZ.h | 11 ----------- .../inviscid-flow/PhysicalVariablesGetter.h | 10 ---------- .../RiemannProblemInitialCondition.h | 10 ---------- src/Examples/inviscid-flow/eulerProblem.h | 10 ---------- src/Examples/inviscid-flow/eulerProblem_impl.h | 10 ---------- .../tnl-mean-curvature-flow-eoc.cpp | 10 ---------- .../tnl-mean-curvature-flow-eoc.cu | 10 ---------- .../tnl-mean-curvature-flow-eoc.h | 17 ----------------- .../tnl-mean-curvature-flow.cpp | 10 ---------- .../tnl-mean-curvature-flow.cu | 10 ---------- .../tnl-mean-curvature-flow.h | 17 ----------------- src/Examples/navier-stokes/main.cpp | 10 ---------- .../navierStokesBoundaryConditions.h | 17 ----------------- .../navierStokesBoundaryConditions_impl.h | 17 ----------------- .../navier-stokes/navierStokesSetter.h | 17 ----------------- .../navier-stokes/navierStokesSetter_impl.h | 17 ----------------- .../navier-stokes/navierStokesSolver.h | 17 ----------------- .../navier-stokes/navierStokesSolverMonitor.h | 17 ----------------- .../navierStokesSolverMonitor_impl.h | 17 ----------------- .../navier-stokes/navierStokesSolver_impl.h | 17 ----------------- src/Examples/quad-test/main.cpp | 17 ----------------- .../tnl-transport-equation-eoc.cpp | 10 ---------- .../tnl-transport-equation-eoc.cu | 11 ----------- .../tnl-transport-equation-eoc.h | 11 ----------- .../tnl-transport-equation.cpp | 10 ---------- .../tnl-transport-equation.cu | 10 ---------- .../tnl-transport-equation.h | 10 ---------- .../transportEquationBuildConfigTag.h | 11 ----------- .../transportEquationProblem.h | 10 ---------- .../transportEquationProblemEoc.h | 10 ---------- .../transportEquationProblemEoc_impl.h | 10 ---------- .../transportEquationProblem_impl.h | 10 ---------- src/Tools/tnl-decompose-grid.cpp | 10 ---------- src/Tools/tnl-decompose-mesh.cpp | 10 ---------- src/Tools/tnl-dicom-reader.cpp | 10 ---------- src/Tools/tnl-diff.cpp | 10 ---------- src/Tools/tnl-diff.h | 10 ---------- src/Tools/tnl-game-of-life.cpp | 10 ---------- src/Tools/tnl-grid-setup.cpp | 10 ---------- src/Tools/tnl-grid-setup.h | 10 ---------- src/Tools/tnl-grid-to-mesh.cpp | 10 ---------- src/Tools/tnl-image-converter.cpp | 10 ---------- src/Tools/tnl-init.cpp | 10 ---------- src/Tools/tnl-init.h | 10 ---------- src/Tools/tnl-mesh-converter.cpp | 10 ---------- src/Tools/tnl-test-distributed-mesh.h | 10 ---------- .../Algorithms/MemoryOperationsTest.h | 10 ---------- src/UnitTests/Algorithms/MultireductionTest.h | 10 ---------- src/UnitTests/Algorithms/ParallelForTest.h | 10 ---------- .../Algorithms/Segments/SegmentsTest.hpp | 10 ---------- .../Algorithms/Segments/SegmentsTest_CSR.h | 10 ---------- .../Algorithms/Segments/SegmentsTest_Ellpack.h | 10 ---------- .../Segments/SegmentsTest_SlicedEllpack.h | 10 ---------- src/UnitTests/Algorithms/containsTest.h | 10 ---------- src/UnitTests/Algorithms/staticForTest.h | 10 ---------- src/UnitTests/Algorithms/unrolledForTest.h | 10 ---------- src/UnitTests/AllocatorsTest.h | 10 ---------- .../Arithmetics/MultiPrecisionTest.cpp | 10 ---------- src/UnitTests/Arithmetics/QuadTest.cpp | 10 ---------- src/UnitTests/AssertCudaTest.cu | 10 ---------- src/UnitTests/AssertTest.cpp | 10 ---------- src/UnitTests/Containers/ArrayTest.cpp | 10 ---------- src/UnitTests/Containers/ArrayTest.h | 10 ---------- src/UnitTests/Containers/ArrayTestCuda.cu | 10 ---------- src/UnitTests/Containers/ArrayViewTest.cpp | 10 ---------- src/UnitTests/Containers/ArrayViewTest.h | 10 ---------- src/UnitTests/Containers/ArrayViewTestCuda.cu | 10 ---------- .../Containers/DistributedArrayTest.h | 8 -------- src/UnitTests/Containers/StaticArrayTest.cpp | 10 ---------- src/UnitTests/Containers/StaticVectorTest.cpp | 10 ---------- .../Containers/VectorBinaryOperationsTest.h | 10 ---------- .../Containers/VectorEvaluateAndReduceTest.h | 10 ---------- src/UnitTests/Containers/VectorTest.h | 10 ---------- src/UnitTests/Containers/VectorTestSetup.h | 10 ---------- .../Containers/VectorUnaryOperationsTest.h | 10 ---------- .../Containers/VectorVerticalOperationsTest.h | 10 ---------- .../DistributedNDArrayOverlaps_1D_test.h | 8 -------- .../DistributedNDArrayOverlaps_semi1D_test.h | 8 -------- .../ndarray/DistributedNDArray_1D_test.h | 8 -------- .../ndarray/DistributedNDArray_semi1D_test.h | 8 -------- src/UnitTests/FileNameTest.cpp | 10 ---------- src/UnitTests/FileTest.cpp | 10 ---------- src/UnitTests/FileTest.cu | 10 ---------- src/UnitTests/FileTest.h | 10 ---------- .../Functions/BoundaryMeshFunctionTest.cpp | 10 ---------- .../Functions/BoundaryMeshFunctionTest.cu | 10 ---------- .../Functions/BoundaryMeshFunctionTest.h | 10 ---------- src/UnitTests/Functions/Functions.h | 8 -------- src/UnitTests/Functions/MeshFunctionTest.cpp | 10 ---------- src/UnitTests/Functions/MeshFunctionTest.cu | 10 ---------- src/UnitTests/Functions/MeshFunctionTest.h | 10 ---------- .../Functions/SaveAndLoadMeshfunctionTest.cpp | 8 -------- src/UnitTests/GtestMissingError.h | 10 ---------- src/UnitTests/MathTest.cpp | 10 ---------- .../Matrices/BinarySparseMatrixCopyTest.cpp | 10 ---------- .../Matrices/BinarySparseMatrixCopyTest.cu | 10 ---------- .../Matrices/BinarySparseMatrixCopyTest.h | 10 ---------- .../Matrices/BinarySparseMatrixTest.hpp | 10 ---------- .../Matrices/BinarySparseMatrixTest_CSR.cpp | 10 ---------- .../Matrices/BinarySparseMatrixTest_CSR.cu | 10 ---------- .../Matrices/BinarySparseMatrixTest_CSR.h | 10 ---------- .../BinarySparseMatrixTest_Ellpack.cpp | 10 ---------- .../Matrices/BinarySparseMatrixTest_Ellpack.cu | 10 ---------- .../Matrices/BinarySparseMatrixTest_Ellpack.h | 10 ---------- .../BinarySparseMatrixTest_SlicedEllpack.cpp | 10 ---------- .../BinarySparseMatrixTest_SlicedEllpack.cu | 10 ---------- .../BinarySparseMatrixTest_SlicedEllpack.h | 10 ---------- src/UnitTests/Matrices/DenseMatrixCopyTest.cpp | 10 ---------- src/UnitTests/Matrices/DenseMatrixCopyTest.cu | 10 ---------- src/UnitTests/Matrices/DenseMatrixCopyTest.h | 10 ---------- src/UnitTests/Matrices/DenseMatrixTest.cpp | 10 ---------- src/UnitTests/Matrices/DenseMatrixTest.cu | 10 ---------- src/UnitTests/Matrices/DenseMatrixTest.h | 10 ---------- src/UnitTests/Matrices/DistributedMatrixTest.h | 8 -------- src/UnitTests/Matrices/LambdaMatrixTest.cpp | 10 ---------- src/UnitTests/Matrices/LambdaMatrixTest.cu | 10 ---------- src/UnitTests/Matrices/LambdaMatrixTest.h | 10 ---------- src/UnitTests/Matrices/LambdaMatrixTest.hpp | 10 ---------- .../Legacy/Legacy_SparseMatrixCopyTest.cpp | 10 ---------- .../Legacy/Legacy_SparseMatrixCopyTest.cu | 10 ---------- .../Legacy/Legacy_SparseMatrixCopyTest.h | 10 ---------- .../Legacy/Legacy_SparseMatrixTest.cpp | 10 ---------- .../Matrices/Legacy/Legacy_SparseMatrixTest.cu | 10 ---------- .../Matrices/Legacy/Legacy_SparseMatrixTest.h | 10 ---------- .../Legacy/Legacy_SparseMatrixTest.hpp | 10 ---------- .../Legacy/Legacy_SparseMatrixTest_AdEllpack.h | 10 ---------- .../Legacy/Legacy_SparseMatrixTest_BiEllpack.h | 10 ---------- .../Legacy_SparseMatrixTest_CSRAdaptive.cpp | 11 ----------- .../Legacy_SparseMatrixTest_CSRAdaptive.cu | 10 ---------- .../Legacy_SparseMatrixTest_CSRAdaptive.h | 10 ---------- .../Legacy_SparseMatrixTest_CSRLight.cpp | 11 ----------- .../Legacy/Legacy_SparseMatrixTest_CSRLight.cu | 10 ---------- .../Legacy/Legacy_SparseMatrixTest_CSRLight.h | 10 ---------- ..._SparseMatrixTest_CSRLightWithoutAtomic.cpp | 10 ---------- ...y_SparseMatrixTest_CSRLightWithoutAtomic.cu | 10 ---------- ...cy_SparseMatrixTest_CSRLightWithoutAtomic.h | 10 ---------- .../Legacy_SparseMatrixTest_CSRMultiVector.cpp | 10 ---------- .../Legacy_SparseMatrixTest_CSRMultiVector.cu | 10 ---------- .../Legacy_SparseMatrixTest_CSRMultiVector.h | 10 ---------- .../Legacy_SparseMatrixTest_CSRScalar.cpp | 10 ---------- .../Legacy_SparseMatrixTest_CSRScalar.cu | 10 ---------- .../Legacy/Legacy_SparseMatrixTest_CSRScalar.h | 10 ---------- .../Legacy_SparseMatrixTest_CSRVector.cpp | 10 ---------- .../Legacy_SparseMatrixTest_CSRVector.cu | 10 ---------- .../Legacy/Legacy_SparseMatrixTest_CSRVector.h | 10 ---------- .../Legacy_SparseMatrixTest_ChunkedEllpack.h | 10 ---------- .../Legacy/Legacy_SparseMatrixTest_Ellpack.h | 10 ---------- .../Legacy_SparseMatrixTest_SlicedEllpack.h | 10 ---------- src/UnitTests/Matrices/MatrixWrappingTest.cpp | 10 ---------- src/UnitTests/Matrices/MatrixWrappingTest.cu | 10 ---------- src/UnitTests/Matrices/MatrixWrappingTest.h | 10 ---------- .../Matrices/MultidiagonalMatrixTest.cpp | 10 ---------- .../Matrices/MultidiagonalMatrixTest.cu | 10 ---------- .../Matrices/MultidiagonalMatrixTest.h | 10 ---------- .../Matrices/SparseMatrixCopyTest.cpp | 10 ---------- src/UnitTests/Matrices/SparseMatrixCopyTest.cu | 10 ---------- src/UnitTests/Matrices/SparseMatrixCopyTest.h | 10 ---------- src/UnitTests/Matrices/SparseMatrixTest.h | 10 ---------- src/UnitTests/Matrices/SparseMatrixTest.hpp | 10 ---------- .../Matrices/SparseMatrixTest_BiEllpack.cpp | 10 ---------- .../Matrices/SparseMatrixTest_BiEllpack.cu | 10 ---------- .../Matrices/SparseMatrixTest_BiEllpack.h | 10 ---------- .../Matrices/SparseMatrixTest_CSRAdaptive.cpp | 10 ---------- .../Matrices/SparseMatrixTest_CSRAdaptive.cu | 10 ---------- .../Matrices/SparseMatrixTest_CSRAdaptive.h | 10 ---------- .../Matrices/SparseMatrixTest_CSRHybrid.cpp | 10 ---------- .../Matrices/SparseMatrixTest_CSRHybrid.cu | 10 ---------- .../Matrices/SparseMatrixTest_CSRHybrid.h | 10 ---------- .../Matrices/SparseMatrixTest_CSRLight.cpp | 10 ---------- .../Matrices/SparseMatrixTest_CSRLight.h | 10 ---------- .../Matrices/SparseMatrixTest_CSRScalar.cpp | 10 ---------- .../Matrices/SparseMatrixTest_CSRScalar.cu | 10 ---------- .../Matrices/SparseMatrixTest_CSRScalar.h | 10 ---------- .../Matrices/SparseMatrixTest_CSRVector.cpp | 10 ---------- .../Matrices/SparseMatrixTest_CSRVector.cu | 10 ---------- .../Matrices/SparseMatrixTest_CSRVector.h | 10 ---------- .../SparseMatrixTest_ChunkedEllpack.cpp | 10 ---------- .../SparseMatrixTest_ChunkedEllpack.cu | 10 ---------- .../Matrices/SparseMatrixTest_ChunkedEllpack.h | 10 ---------- .../Matrices/SparseMatrixTest_Ellpack.cpp | 10 ---------- .../Matrices/SparseMatrixTest_Ellpack.cu | 10 ---------- .../Matrices/SparseMatrixTest_Ellpack.h | 10 ---------- .../SparseMatrixTest_SandboxMatrix.cpp | 10 ---------- .../Matrices/SparseMatrixTest_SandboxMatrix.h | 10 ---------- .../SparseMatrixTest_SlicedEllpack.cpp | 10 ---------- .../Matrices/SparseMatrixTest_SlicedEllpack.cu | 10 ---------- .../Matrices/SparseMatrixTest_SlicedEllpack.h | 10 ---------- .../Matrices/SparseMatrixVectorProductTest.h | 10 ---------- .../Matrices/SparseMatrixVectorProductTest.hpp | 10 ---------- ...SparseMatrixVectorProductTest_BiEllpack.cpp | 10 ---------- .../SparseMatrixVectorProductTest_BiEllpack.h | 10 ---------- ...arseMatrixVectorProductTest_CSRAdaptive.cpp | 10 ---------- ...SparseMatrixVectorProductTest_CSRAdaptive.h | 10 ---------- ...SparseMatrixVectorProductTest_CSRHybrid.cpp | 10 ---------- .../SparseMatrixVectorProductTest_CSRHybrid.h | 10 ---------- .../SparseMatrixVectorProductTest_CSRLight.cpp | 10 ---------- .../SparseMatrixVectorProductTest_CSRLight.h | 10 ---------- ...SparseMatrixVectorProductTest_CSRScalar.cpp | 10 ---------- .../SparseMatrixVectorProductTest_CSRScalar.h | 10 ---------- ...SparseMatrixVectorProductTest_CSRVector.cpp | 10 ---------- .../SparseMatrixVectorProductTest_CSRVector.h | 10 ---------- ...eMatrixVectorProductTest_ChunkedEllpack.cpp | 10 ---------- ...rseMatrixVectorProductTest_ChunkedEllpack.h | 10 ---------- .../SparseMatrixVectorProductTest_Ellpack.cpp | 10 ---------- .../SparseMatrixVectorProductTest_Ellpack.h | 10 ---------- ...seMatrixVectorProductTest_SandboxMatrix.cpp | 10 ---------- ...arseMatrixVectorProductTest_SandboxMatrix.h | 10 ---------- ...seMatrixVectorProductTest_SlicedEllpack.cpp | 10 ---------- ...arseMatrixVectorProductTest_SlicedEllpack.h | 10 ---------- .../Matrices/SymmetricSparseMatrixTest.h | 10 ---------- .../Matrices/SymmetricSparseMatrixTest.hpp | 10 ---------- .../Matrices/SymmetricSparseMatrixTest_CSR.cpp | 10 ---------- .../Matrices/SymmetricSparseMatrixTest_CSR.cu | 10 ---------- .../Matrices/SymmetricSparseMatrixTest_CSR.h | 10 ---------- .../Matrices/TridiagonalMatrixTest.cpp | 10 ---------- .../Matrices/TridiagonalMatrixTest.cu | 10 ---------- src/UnitTests/Matrices/TridiagonalMatrixTest.h | 10 ---------- .../DistributedMeshes/CopyEntitiesTest.cpp | 8 -------- .../DistributedGridTest_1D.cpp | 9 --------- .../DistributedGridTest_2D.cpp | 9 --------- src/UnitTests/ObjectTest.cpp | 10 ---------- .../Pointers/DevicePointerCudaTest.cu | 10 ---------- .../Pointers/SharedPointerCudaTest.cu | 10 ---------- .../Pointers/SharedPointerHostTest.cpp | 10 ---------- src/UnitTests/Pointers/UniquePointerTest.cpp | 10 ---------- src/UnitTests/StringTest.cpp | 10 ---------- src/UnitTests/TimerTest.cpp | 10 ---------- src/UnitTests/TypeInfoTest.cpp | 10 ---------- src/UnitTests/base64Test.cpp | 10 ---------- src/UnitTests/zlibCompressionTest.cpp | 10 ---------- 513 files changed, 5454 deletions(-) diff --git a/src/Benchmarks/BLAS/CommonVectorOperations.h b/src/Benchmarks/BLAS/CommonVectorOperations.h index ed29153688..32c513792d 100644 --- a/src/Benchmarks/BLAS/CommonVectorOperations.h +++ b/src/Benchmarks/BLAS/CommonVectorOperations.h @@ -1,13 +1,3 @@ -/*************************************************************************** - CommonVectorOperations.h - description - ------------------- - begin : Apr 12, 2019 - copyright : (C) 2019 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once namespace TNL { diff --git a/src/Benchmarks/BLAS/CommonVectorOperations.hpp b/src/Benchmarks/BLAS/CommonVectorOperations.hpp index a8d0457fc6..ad26354b07 100644 --- a/src/Benchmarks/BLAS/CommonVectorOperations.hpp +++ b/src/Benchmarks/BLAS/CommonVectorOperations.hpp @@ -1,13 +1,3 @@ -/*************************************************************************** - CommonVectorOperations.hpp - description - ------------------- - begin : Apr 12, 2019 - copyright : (C) 2019 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Algorithms/reduce.h> diff --git a/src/Benchmarks/BLAS/VectorOperations.h b/src/Benchmarks/BLAS/VectorOperations.h index 4c9ad6cc57..43c3b9c885 100644 --- a/src/Benchmarks/BLAS/VectorOperations.h +++ b/src/Benchmarks/BLAS/VectorOperations.h @@ -1,13 +1,3 @@ -/*************************************************************************** - VectorOperations.h - description - ------------------- - begin : Nov 8, 2012 - copyright : (C) 2012 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Devices/Host.h> diff --git a/src/Benchmarks/BLAS/array-operations.h b/src/Benchmarks/BLAS/array-operations.h index 271819de7f..99b934c7b6 100644 --- a/src/Benchmarks/BLAS/array-operations.h +++ b/src/Benchmarks/BLAS/array-operations.h @@ -1,13 +1,3 @@ -/*************************************************************************** - array-operations.h - description - ------------------- - begin : Dec 30, 2015 - copyright : (C) 2015 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Jakub Klinkovsky #pragma once diff --git a/src/Benchmarks/BLAS/gemv.h b/src/Benchmarks/BLAS/gemv.h index 93147d6baa..e5fb88cbe4 100644 --- a/src/Benchmarks/BLAS/gemv.h +++ b/src/Benchmarks/BLAS/gemv.h @@ -1,13 +1,3 @@ -/*************************************************************************** - gemv.h - description - ------------------- - begin : Jul 8, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Jakub Klinkovsky, Tomas Oberhuber #pragma once diff --git a/src/Benchmarks/BLAS/tnl-benchmark-blas.cpp b/src/Benchmarks/BLAS/tnl-benchmark-blas.cpp index 76ec0448a7..8052995c86 100644 --- a/src/Benchmarks/BLAS/tnl-benchmark-blas.cpp +++ b/src/Benchmarks/BLAS/tnl-benchmark-blas.cpp @@ -1,11 +1 @@ -/*************************************************************************** - tnl-benchmark-blas.cpp - description - ------------------- - begin : May 28, 2015 - copyright : (C) 2015 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-benchmark-blas.h" diff --git a/src/Benchmarks/BLAS/tnl-benchmark-blas.cu b/src/Benchmarks/BLAS/tnl-benchmark-blas.cu index f35d5a5f5b..8052995c86 100644 --- a/src/Benchmarks/BLAS/tnl-benchmark-blas.cu +++ b/src/Benchmarks/BLAS/tnl-benchmark-blas.cu @@ -1,11 +1 @@ -/*************************************************************************** - tnl-benchmark-blas.cu - description - ------------------- - begin : May 28, 2015 - copyright : (C) 2015 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-benchmark-blas.h" diff --git a/src/Benchmarks/BLAS/tnl-benchmark-blas.h b/src/Benchmarks/BLAS/tnl-benchmark-blas.h index ca9ffbb00a..2805995947 100644 --- a/src/Benchmarks/BLAS/tnl-benchmark-blas.h +++ b/src/Benchmarks/BLAS/tnl-benchmark-blas.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-benchmark-blas.h - description - ------------------- - begin : Jan 27, 2010 - copyright : (C) 2010 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Jakub Klinkovsky #pragma once diff --git a/src/Benchmarks/BLAS/triad.h b/src/Benchmarks/BLAS/triad.h index b466e5652c..f5fc2609cd 100644 --- a/src/Benchmarks/BLAS/triad.h +++ b/src/Benchmarks/BLAS/triad.h @@ -1,13 +1,3 @@ -/*************************************************************************** - triad.h - description - ------------------- - begin : Jul 4, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Jakub Klinkovsky #pragma once diff --git a/src/Benchmarks/BLAS/vector-operations.h b/src/Benchmarks/BLAS/vector-operations.h index 1d9937de80..d5c7f3726e 100644 --- a/src/Benchmarks/BLAS/vector-operations.h +++ b/src/Benchmarks/BLAS/vector-operations.h @@ -1,13 +1,3 @@ -/*************************************************************************** - vector-operations.h - description - ------------------- - begin : Dec 30, 2015 - copyright : (C) 2015 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Jakub Klinkovsky #pragma once diff --git a/src/Benchmarks/DistSpMV/Legacy/DistributedMatrix.h b/src/Benchmarks/DistSpMV/Legacy/DistributedMatrix.h index 4925747ed4..fdc9bd6f5b 100644 --- a/src/Benchmarks/DistSpMV/Legacy/DistributedMatrix.h +++ b/src/Benchmarks/DistSpMV/Legacy/DistributedMatrix.h @@ -1,13 +1,3 @@ -/*************************************************************************** - DistributedMatrix.h - description - ------------------- - begin : Sep 10, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Jakub Klinkovský #pragma once diff --git a/src/Benchmarks/DistSpMV/Legacy/DistributedMatrix_impl.h b/src/Benchmarks/DistSpMV/Legacy/DistributedMatrix_impl.h index 267c1f0613..eb5f638336 100644 --- a/src/Benchmarks/DistSpMV/Legacy/DistributedMatrix_impl.h +++ b/src/Benchmarks/DistSpMV/Legacy/DistributedMatrix_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - DistributedMatrix.h - description - ------------------- - begin : Sep 10, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Jakub Klinkovský #pragma once diff --git a/src/Benchmarks/DistSpMV/Legacy/DistributedSpMV.h b/src/Benchmarks/DistSpMV/Legacy/DistributedSpMV.h index 67b371e45a..57e1785a5d 100644 --- a/src/Benchmarks/DistSpMV/Legacy/DistributedSpMV.h +++ b/src/Benchmarks/DistSpMV/Legacy/DistributedSpMV.h @@ -1,13 +1,3 @@ -/*************************************************************************** - DistributedSpMV.h - description - ------------------- - begin : Sep 20, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Jakub Klinkovský #pragma once diff --git a/src/Benchmarks/DistSpMV/tnl-benchmark-distributed-spmv.cpp b/src/Benchmarks/DistSpMV/tnl-benchmark-distributed-spmv.cpp index 63c02eab46..a3fe057be7 100644 --- a/src/Benchmarks/DistSpMV/tnl-benchmark-distributed-spmv.cpp +++ b/src/Benchmarks/DistSpMV/tnl-benchmark-distributed-spmv.cpp @@ -1,11 +1 @@ -/*************************************************************************** - tnl-benchmark-distributed-spmv.cpp - description - ------------------- - begin : Sep 11, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-benchmark-distributed-spmv.h" diff --git a/src/Benchmarks/DistSpMV/tnl-benchmark-distributed-spmv.cu b/src/Benchmarks/DistSpMV/tnl-benchmark-distributed-spmv.cu index 7e9094fbbc..a3fe057be7 100644 --- a/src/Benchmarks/DistSpMV/tnl-benchmark-distributed-spmv.cu +++ b/src/Benchmarks/DistSpMV/tnl-benchmark-distributed-spmv.cu @@ -1,11 +1 @@ -/*************************************************************************** - tnl-benchmark-distributed-spmv.cu - description - ------------------- - begin : Sep 11, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-benchmark-distributed-spmv.h" diff --git a/src/Benchmarks/DistSpMV/tnl-benchmark-distributed-spmv.h b/src/Benchmarks/DistSpMV/tnl-benchmark-distributed-spmv.h index 5329540cbb..860d5837ab 100644 --- a/src/Benchmarks/DistSpMV/tnl-benchmark-distributed-spmv.h +++ b/src/Benchmarks/DistSpMV/tnl-benchmark-distributed-spmv.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-benchmark-distributed-spmv.h - description - ------------------- - begin : Sep 11, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Jakub Klinkovsky #pragma once diff --git a/src/Benchmarks/HeatEquation/DirichletBoundaryConditions.h b/src/Benchmarks/HeatEquation/DirichletBoundaryConditions.h index 32c36343f2..393a571e76 100644 --- a/src/Benchmarks/HeatEquation/DirichletBoundaryConditions.h +++ b/src/Benchmarks/HeatEquation/DirichletBoundaryConditions.h @@ -1,13 +1,3 @@ -/*************************************************************************** - DirichletBoundaryConditions.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Operators/Operator.h> diff --git a/src/Benchmarks/HeatEquation/TestGridEntity.h b/src/Benchmarks/HeatEquation/TestGridEntity.h index 5be39bac1c..747a0d2665 100644 --- a/src/Benchmarks/HeatEquation/TestGridEntity.h +++ b/src/Benchmarks/HeatEquation/TestGridEntity.h @@ -1,20 +1,3 @@ -/*************************************************************************** - GridEntity.h - description - ------------------- - begin : Nov 13, 2015 - copyright : (C) 2015 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #pragma once template< typename GridEntity > diff --git a/src/Benchmarks/HeatEquation/Tuning/ExplicitUpdater.h b/src/Benchmarks/HeatEquation/Tuning/ExplicitUpdater.h index e492d87619..b21ba7a494 100644 --- a/src/Benchmarks/HeatEquation/Tuning/ExplicitUpdater.h +++ b/src/Benchmarks/HeatEquation/Tuning/ExplicitUpdater.h @@ -1,13 +1,3 @@ -/*************************************************************************** - ExplicitUpdater.h - description - ------------------- - begin : Jul 29, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Benchmarks/HeatEquation/Tuning/GridTraverser.h b/src/Benchmarks/HeatEquation/Tuning/GridTraverser.h index 7e7e536918..b127a953da 100644 --- a/src/Benchmarks/HeatEquation/Tuning/GridTraverser.h +++ b/src/Benchmarks/HeatEquation/Tuning/GridTraverser.h @@ -1,13 +1,3 @@ -/*************************************************************************** - GridTraverser.h - description - ------------------- - begin : Jan 2, 2016 - copyright : (C) 2016 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Meshes/Grid.h> diff --git a/src/Benchmarks/HeatEquation/Tuning/GridTraverser_impl.h b/src/Benchmarks/HeatEquation/Tuning/GridTraverser_impl.h index c9fe0e43be..d67222e199 100644 --- a/src/Benchmarks/HeatEquation/Tuning/GridTraverser_impl.h +++ b/src/Benchmarks/HeatEquation/Tuning/GridTraverser_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - GridTraverser_impl.h - description - ------------------- - begin : Jan 2, 2016 - copyright : (C) 2016 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include "GridTraverser.h" diff --git a/src/Benchmarks/HeatEquation/Tuning/SimpleCell.h b/src/Benchmarks/HeatEquation/Tuning/SimpleCell.h index 59de340f2d..4406a8542a 100644 --- a/src/Benchmarks/HeatEquation/Tuning/SimpleCell.h +++ b/src/Benchmarks/HeatEquation/Tuning/SimpleCell.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SimpleCell.h - description - ------------------- - begin : Aug 24, 2018 - copyright : (C) 2018 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Meshes/GridDetails/NeighborGridEntitiesStorage.h> diff --git a/src/Benchmarks/HeatEquation/Tuning/Traverser_Grid2D.h b/src/Benchmarks/HeatEquation/Tuning/Traverser_Grid2D.h index 8a5fcbb29a..538940297d 100644 --- a/src/Benchmarks/HeatEquation/Tuning/Traverser_Grid2D.h +++ b/src/Benchmarks/HeatEquation/Tuning/Traverser_Grid2D.h @@ -1,13 +1,3 @@ -/*************************************************************************** - Traverser_Grid2D.h - description - ------------------- - begin : Jul 29, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once //#include <TNL/Meshes/Traverser.h> diff --git a/src/Benchmarks/HeatEquation/Tuning/Traverser_Grid2D_impl.h b/src/Benchmarks/HeatEquation/Tuning/Traverser_Grid2D_impl.h index 16fc3a83d9..27807aaec5 100644 --- a/src/Benchmarks/HeatEquation/Tuning/Traverser_Grid2D_impl.h +++ b/src/Benchmarks/HeatEquation/Tuning/Traverser_Grid2D_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - Traverser_Grid2D_impl.h - description - ------------------- - begin : Jul 29, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include "GridTraverser.h" diff --git a/src/Benchmarks/HeatEquation/Tuning/tunning.h b/src/Benchmarks/HeatEquation/Tuning/tunning.h index 07a5d7f62b..922549a69d 100644 --- a/src/Benchmarks/HeatEquation/Tuning/tunning.h +++ b/src/Benchmarks/HeatEquation/Tuning/tunning.h @@ -1,14 +1,3 @@ -/*************************************************************************** - tunning.h - description - ------------------- - begin : Aug 24, 2018 - copyright : (C) 2018 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #ifdef HAVE_CUDA diff --git a/src/Benchmarks/HeatEquation/pure-c-rhs.h b/src/Benchmarks/HeatEquation/pure-c-rhs.h index fc1fe779fa..2557801cee 100644 --- a/src/Benchmarks/HeatEquation/pure-c-rhs.h +++ b/src/Benchmarks/HeatEquation/pure-c-rhs.h @@ -1,20 +1,3 @@ -/*************************************************************************** - pure-c-rhs.h - description - ------------------- - begin : Apr 2, 2016 - copyright : (C) 2016 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef PURE_C_RHS_H #define PURE_C_RHS_H diff --git a/src/Benchmarks/HeatEquation/tnl-benchmark-simple-heat-equation-bug.cu b/src/Benchmarks/HeatEquation/tnl-benchmark-simple-heat-equation-bug.cu index 9b2df9e0fd..90e5a94575 100644 --- a/src/Benchmarks/HeatEquation/tnl-benchmark-simple-heat-equation-bug.cu +++ b/src/Benchmarks/HeatEquation/tnl-benchmark-simple-heat-equation-bug.cu @@ -1,18 +1 @@ -/*************************************************************************** - tnl-benchmark-simple-heat-equation-bug.cu - description - ------------------- - begin : Dec 6, 2015 - copyright : (C) 2015 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #include "tnl-benchmark-simple-heat-equation-bug.h" \ No newline at end of file diff --git a/src/Benchmarks/HeatEquation/tnl-benchmark-simple-heat-equation.cpp b/src/Benchmarks/HeatEquation/tnl-benchmark-simple-heat-equation.cpp index d8113b5872..0fd9f37590 100644 --- a/src/Benchmarks/HeatEquation/tnl-benchmark-simple-heat-equation.cpp +++ b/src/Benchmarks/HeatEquation/tnl-benchmark-simple-heat-equation.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-benchmark-simple-heat-equation.cpp - description - ------------------- - begin : Nov 28, 2015 - copyright : (C) 2015 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-benchmark-simple-heat-equation.h" diff --git a/src/Benchmarks/HeatEquation/tnl-benchmark-simple-heat-equation.cu b/src/Benchmarks/HeatEquation/tnl-benchmark-simple-heat-equation.cu index d083f1af2f..517bab42f5 100644 --- a/src/Benchmarks/HeatEquation/tnl-benchmark-simple-heat-equation.cu +++ b/src/Benchmarks/HeatEquation/tnl-benchmark-simple-heat-equation.cu @@ -1,11 +1 @@ -/*************************************************************************** - tnl-benchmark-simple-heat-equation.cu - description - ------------------- - begin : Dec 6, 2015 - copyright : (C) 2015 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-benchmark-simple-heat-equation.h" diff --git a/src/Benchmarks/HeatEquation/tnl-benchmark-simple-heat-equation.h b/src/Benchmarks/HeatEquation/tnl-benchmark-simple-heat-equation.h index 57ddb3ec11..6bfce808e9 100644 --- a/src/Benchmarks/HeatEquation/tnl-benchmark-simple-heat-equation.h +++ b/src/Benchmarks/HeatEquation/tnl-benchmark-simple-heat-equation.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-benchmark-simple-heat-equation.h - description - ------------------- - begin : Nov 28, 2015 - copyright : (C) 2015 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #ifndef TNL_BENCHMARK_SIMPLE_HEAT_EQUATION_H #define TNL_BENCHMARK_SIMPLE_HEAT_EQUATION_H diff --git a/src/Benchmarks/HeatEquation/tnlTestGrid2D.h b/src/Benchmarks/HeatEquation/tnlTestGrid2D.h index a7a6fe39e4..b589e5a658 100644 --- a/src/Benchmarks/HeatEquation/tnlTestGrid2D.h +++ b/src/Benchmarks/HeatEquation/tnlTestGrid2D.h @@ -1,10 +1,3 @@ -/* - * File: tnlTestGrid2D.h - * Author: oberhuber - * - * Created on July 4, 2016, 2:28 PM - */ - #pragma once diff --git a/src/Benchmarks/HeatEquation/tnlTestGridEntity.h b/src/Benchmarks/HeatEquation/tnlTestGridEntity.h index 4401e1e720..8805247632 100644 --- a/src/Benchmarks/HeatEquation/tnlTestGridEntity.h +++ b/src/Benchmarks/HeatEquation/tnlTestGridEntity.h @@ -1,20 +1,3 @@ -/*************************************************************************** - tnlTestGridEntity.h - description - ------------------- - begin : Nov 13, 2015 - copyright : (C) 2015 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #pragma once template< typename Grid, diff --git a/src/Benchmarks/HeatEquation/tnlTestNeighbourGridEntitiesStorage.h b/src/Benchmarks/HeatEquation/tnlTestNeighbourGridEntitiesStorage.h index f066ef3e3d..3aa2532b81 100644 --- a/src/Benchmarks/HeatEquation/tnlTestNeighbourGridEntitiesStorage.h +++ b/src/Benchmarks/HeatEquation/tnlTestNeighbourGridEntitiesStorage.h @@ -1,21 +1,3 @@ -/*************************************************************************** - tnlTestNeighborGridEntitiesStorage.h - description - ------------------- - begin : Dec 18, 2015 - copyright : (C) 2015 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - - #pragma once #include <core/tnlCuda.h> diff --git a/src/Benchmarks/HeatEquation/tnlTestNeighbourGridEntityGetter.h b/src/Benchmarks/HeatEquation/tnlTestNeighbourGridEntityGetter.h index 521c58ff56..14078eaa82 100644 --- a/src/Benchmarks/HeatEquation/tnlTestNeighbourGridEntityGetter.h +++ b/src/Benchmarks/HeatEquation/tnlTestNeighbourGridEntityGetter.h @@ -1,20 +1,3 @@ -/*************************************************************************** - tnlTestNeighborGridEntityGetter.h - description - ------------------- - begin : Nov 23, 2015 - copyright : (C) 2015 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #pragma once #include <core/tnlTNL_ASSERT.h> diff --git a/src/Benchmarks/HeatEquation/tnlTestNeighbourGridEntityGetter2D_impl.h b/src/Benchmarks/HeatEquation/tnlTestNeighbourGridEntityGetter2D_impl.h index a6434a0139..3d497e4a10 100644 --- a/src/Benchmarks/HeatEquation/tnlTestNeighbourGridEntityGetter2D_impl.h +++ b/src/Benchmarks/HeatEquation/tnlTestNeighbourGridEntityGetter2D_impl.h @@ -1,20 +1,3 @@ -/*************************************************************************** - tnlTestNeighborGridEntityGetter2D_impl.h - description - ------------------- - begin : Nov 23, 2015 - copyright : (C) 2015 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #pragma once #include "tnlTestNeighborGridEntityGetter.h" diff --git a/src/Benchmarks/LinearSolvers/tnl-benchmark-linear-solvers.h b/src/Benchmarks/LinearSolvers/tnl-benchmark-linear-solvers.h index 1b179b61e6..600f8686fd 100644 --- a/src/Benchmarks/LinearSolvers/tnl-benchmark-linear-solvers.h +++ b/src/Benchmarks/LinearSolvers/tnl-benchmark-linear-solvers.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-benchmark-linear-solvers.h - description - ------------------- - begin : Sep 18, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Jakub Klinkovsky #pragma once diff --git a/src/Benchmarks/Mesh/MeshBenchmarks.h b/src/Benchmarks/Mesh/MeshBenchmarks.h index 19a9ddda4b..ca28cd84cc 100644 --- a/src/Benchmarks/Mesh/MeshBenchmarks.h +++ b/src/Benchmarks/Mesh/MeshBenchmarks.h @@ -1,13 +1,3 @@ -/*************************************************************************** - MeshBenchmarks.h - description - ------------------- - begin : Nov 21, 2017 - copyright : (C) 2017 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Ján Bobot, Jakub Klinkovský #pragma once diff --git a/src/Benchmarks/Mesh/MeshConfigs.h b/src/Benchmarks/Mesh/MeshConfigs.h index 765ff58ef5..9f99a30c95 100644 --- a/src/Benchmarks/Mesh/MeshConfigs.h +++ b/src/Benchmarks/Mesh/MeshConfigs.h @@ -1,13 +1,3 @@ -/*************************************************************************** - MeshConfigs.h - description - ------------------- - begin : Dec 12, 2017 - copyright : (C) 2017 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Jakub Klinkovsky #pragma once diff --git a/src/Benchmarks/Mesh/tnl-benchmark-mesh.h b/src/Benchmarks/Mesh/tnl-benchmark-mesh.h index 56b3a866d6..6083c0b561 100644 --- a/src/Benchmarks/Mesh/tnl-benchmark-mesh.h +++ b/src/Benchmarks/Mesh/tnl-benchmark-mesh.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-benchmark-mesh.h - description - ------------------- - begin : Nov 12, 2017 - copyright : (C) 2017 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Ján Bobot, Jakub Klinkovský #pragma once diff --git a/src/Benchmarks/NDArray/tnl-benchmark-ndarray-boundary.h b/src/Benchmarks/NDArray/tnl-benchmark-ndarray-boundary.h index 6e0e807e2d..8f900bd1a2 100644 --- a/src/Benchmarks/NDArray/tnl-benchmark-ndarray-boundary.h +++ b/src/Benchmarks/NDArray/tnl-benchmark-ndarray-boundary.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-benchmark-ndarray-boundary.h - description - ------------------- - begin : Feb 9, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Jakub Klinkovsky #pragma once diff --git a/src/Benchmarks/NDArray/tnl-benchmark-ndarray.h b/src/Benchmarks/NDArray/tnl-benchmark-ndarray.h index f0d2e1a9e0..51efb93204 100644 --- a/src/Benchmarks/NDArray/tnl-benchmark-ndarray.h +++ b/src/Benchmarks/NDArray/tnl-benchmark-ndarray.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-benchmark-ndarray.h - description - ------------------- - begin : Dec 24, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Jakub Klinkovsky #pragma once diff --git a/src/Benchmarks/ODESolvers/ComputeBlockResidue.h b/src/Benchmarks/ODESolvers/ComputeBlockResidue.h index 82cc5aa89a..9d1d81faa7 100644 --- a/src/Benchmarks/ODESolvers/ComputeBlockResidue.h +++ b/src/Benchmarks/ODESolvers/ComputeBlockResidue.h @@ -1,13 +1,3 @@ -/*************************************************************************** - ComputeBlockResidue.h - description - ------------------- - begin : Jul 14, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber diff --git a/src/Benchmarks/ODESolvers/Euler.h b/src/Benchmarks/ODESolvers/Euler.h index 2df469d6f2..c5b12187e9 100644 --- a/src/Benchmarks/ODESolvers/Euler.h +++ b/src/Benchmarks/ODESolvers/Euler.h @@ -1,13 +1,3 @@ -/*************************************************************************** - Euler.h - description - ------------------- - begin : 2008/04/01 - copyright : (C) 2008 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <math.h> diff --git a/src/Benchmarks/ODESolvers/Euler.hpp b/src/Benchmarks/ODESolvers/Euler.hpp index 72fb4867a8..e6acfd51a6 100644 --- a/src/Benchmarks/ODESolvers/Euler.hpp +++ b/src/Benchmarks/ODESolvers/Euler.hpp @@ -1,13 +1,3 @@ -/*************************************************************************** - Euler.hpp - description - ------------------- - begin : Mar 10, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include "ComputeBlockResidue.h" diff --git a/src/Benchmarks/ODESolvers/Merson.h b/src/Benchmarks/ODESolvers/Merson.h index 74e052705d..cf86a241dd 100644 --- a/src/Benchmarks/ODESolvers/Merson.h +++ b/src/Benchmarks/ODESolvers/Merson.h @@ -1,13 +1,3 @@ -/*************************************************************************** - Merson.h - description - ------------------- - begin : 2007/06/16 - copyright : (C) 2007 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <math.h> diff --git a/src/Benchmarks/ODESolvers/Merson.hpp b/src/Benchmarks/ODESolvers/Merson.hpp index 2fa53ed928..16d4abdf16 100644 --- a/src/Benchmarks/ODESolvers/Merson.hpp +++ b/src/Benchmarks/ODESolvers/Merson.hpp @@ -1,13 +1,3 @@ -/*************************************************************************** - Merson_impl.h - description - ------------------- - begin : Mar 10, 2013 - copyright : (C) 2007 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Devices/Host.h> diff --git a/src/Benchmarks/ODESolvers/SimpleProblem.h b/src/Benchmarks/ODESolvers/SimpleProblem.h index 65f769dda7..5141845278 100644 --- a/src/Benchmarks/ODESolvers/SimpleProblem.h +++ b/src/Benchmarks/ODESolvers/SimpleProblem.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SimpleProblem.h - description - ------------------- - begin : Jul 13, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber #pragma once diff --git a/src/Benchmarks/ODESolvers/benchmarks.h b/src/Benchmarks/ODESolvers/benchmarks.h index c901b66945..57f59e98ea 100644 --- a/src/Benchmarks/ODESolvers/benchmarks.h +++ b/src/Benchmarks/ODESolvers/benchmarks.h @@ -1,13 +1,3 @@ -/*************************************************************************** - benchmarks.h - description - ------------------- - begin : Jul 13, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber #pragma once diff --git a/src/Benchmarks/ODESolvers/tnl-benchmark-ode-solvers.h b/src/Benchmarks/ODESolvers/tnl-benchmark-ode-solvers.h index 01b112c2cd..63dd1325f3 100644 --- a/src/Benchmarks/ODESolvers/tnl-benchmark-ode-solvers.h +++ b/src/Benchmarks/ODESolvers/tnl-benchmark-ode-solvers.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-benchmark-ode-solvers.h - description - ------------------- - begin : Jul 13, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber #pragma once diff --git a/src/Benchmarks/Sorting/ReferenceAlgorithms/CedermanQuicksort.h b/src/Benchmarks/Sorting/ReferenceAlgorithms/CedermanQuicksort.h index 33f46f2388..e4647a7288 100644 --- a/src/Benchmarks/Sorting/ReferenceAlgorithms/CedermanQuicksort.h +++ b/src/Benchmarks/Sorting/ReferenceAlgorithms/CedermanQuicksort.h @@ -1,5 +1,3 @@ - - #ifndef PQSORTH #define PQSORTH diff --git a/src/Benchmarks/Sorting/ReferenceAlgorithms/NvidiaBitonicSort.h b/src/Benchmarks/Sorting/ReferenceAlgorithms/NvidiaBitonicSort.h index 8345712879..5b69cd7e9d 100644 --- a/src/Benchmarks/Sorting/ReferenceAlgorithms/NvidiaBitonicSort.h +++ b/src/Benchmarks/Sorting/ReferenceAlgorithms/NvidiaBitonicSort.h @@ -1,4 +1,3 @@ - #ifdef HAVE_CUDA_SAMPLES #include <6_Advanced/sortingNetworks/bitonicSort.cu> #endif diff --git a/src/Benchmarks/SpMV/ReferenceFormats/CSR5Benchmark.h b/src/Benchmarks/SpMV/ReferenceFormats/CSR5Benchmark.h index 8cfd8f453a..4ee57f0396 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/CSR5Benchmark.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/CSR5Benchmark.h @@ -1,13 +1,3 @@ -/*************************************************************************** - CSR5Benchmark.h - description - ------------------- - begin : Apr 23, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - /*** * Wrapper of original CSR5 kernels for TNL benchmarks. */ diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/AdEllpack.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/AdEllpack.h index ba0c007ba8..8c4535fed0 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/AdEllpack.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/AdEllpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - AdEllpack.h - description - ------------------- - begin : Aug 27, 2018 - copyright : (C) 2018 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - /**** * This class implements AdELL format from: * diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/AdEllpack_impl.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/AdEllpack_impl.h index 42d3e3a6e0..61c3cb5a32 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/AdEllpack_impl.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/AdEllpack_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - AdEllpack_impl.h - description - ------------------- - begin : Aug 27, 2018 - copyright : (C) 2018 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <Benchmarks/SpMV/ReferenceFormats/Legacy/AdEllpack.h> #include <TNL/Containers/Vector.h> #include <TNL/Math.h> diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/BiEllpack.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/BiEllpack.h index b9dee173c3..6dc53a566b 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/BiEllpack.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/BiEllpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - BiEllpack.h - description - ------------------- - begin : Aug 27, 2018 - copyright : (C) 2018 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - /**** * This class implements BiELL format from: * diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/BiEllpack_impl.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/BiEllpack_impl.h index e1f7f8fa34..5e77c944d0 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/BiEllpack_impl.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/BiEllpack_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - BiEllpack.h - description - ------------------- - begin : Aug 27, 2018 - copyright : (C) 2018 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h index efbd997e26..43a3924123 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h @@ -1,13 +1,3 @@ -/*************************************************************************** - CSR.h - description - ------------------- - begin : Dec 10, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <Benchmarks/SpMV/ReferenceFormats/Legacy/Sparse.h> diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/CSR_impl.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/CSR_impl.h index f71eba1234..4d2e5abfe2 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/CSR_impl.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/CSR_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - CSR_impl.h - description - ------------------- - begin : Dec 10, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h> diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/ChunkedEllpack.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/ChunkedEllpack.h index 00812d4c8e..0689d9ba9b 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/ChunkedEllpack.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/ChunkedEllpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - ChunkedEllpack.h - description - ------------------- - begin : Dec 12, 2013 - copyright : (C) 2013 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - /*** * Authors: * Oberhuber Tomas, tomas.oberhuber@fjfi.cvut.cz diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/ChunkedEllpack_impl.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/ChunkedEllpack_impl.h index 28bd8313a8..bd427769bb 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/ChunkedEllpack_impl.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/ChunkedEllpack_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - ChunkedEllpack_impl.h - description - ------------------- - begin : Dec 12, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <Benchmarks/SpMV/ReferenceFormats/Legacy/ChunkedEllpack.h> diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Ellpack.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Ellpack.h index c4a534f499..19ace6d47d 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Ellpack.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Ellpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - Ellpack.h - description - ------------------- - begin : Dec 7, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <Benchmarks/SpMV/ReferenceFormats/Legacy/Sparse.h> diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Ellpack_impl.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Ellpack_impl.h index 6f7845862a..5d020d0791 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Ellpack_impl.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Ellpack_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - Ellpack_impl.h - description - ------------------- - begin : Dec 7, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <Benchmarks/SpMV/ReferenceFormats/Legacy/Ellpack.h> diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/LegacyMatrixReader.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/LegacyMatrixReader.h index 93eb850dbb..655b12bf6a 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/LegacyMatrixReader.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/LegacyMatrixReader.h @@ -1,13 +1,3 @@ -/*************************************************************************** - LegacyMatrixReader.h - description - ------------------- - begin : Dec 14, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <istream> diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/LegacyMatrixReader.hpp b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/LegacyMatrixReader.hpp index ec908b809a..f653d20677 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/LegacyMatrixReader.hpp +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/LegacyMatrixReader.hpp @@ -1,13 +1,3 @@ -/*************************************************************************** - LegacyMatrixReader.hpp - description - ------------------- - begin : Dec 14, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <iomanip> diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Multidiagonal.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Multidiagonal.h index f6f02d863d..201bf7d522 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Multidiagonal.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Multidiagonal.h @@ -1,13 +1,3 @@ -/*************************************************************************** - Multidiagonal.h - description - ------------------- - begin : Oct 13, 2011 - copyright : (C) 2011 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Matrices/Matrix.h> diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/MultidiagonalMatrixSetter.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/MultidiagonalMatrixSetter.h index bbd13c2d32..02d6dfc2b3 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/MultidiagonalMatrixSetter.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/MultidiagonalMatrixSetter.h @@ -1,13 +1,3 @@ -/*************************************************************************** - MultidiagonalMatrixSetter.h - description - ------------------- - begin : Jan 2, 2015 - copyright : (C) 2015 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Meshes/Grid.h> diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/MultidiagonalMatrixSetter_impl.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/MultidiagonalMatrixSetter_impl.h index cde61d7153..b217fc07bf 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/MultidiagonalMatrixSetter_impl.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/MultidiagonalMatrixSetter_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - MultidiagonalMatrixSetter_impl.h - description - ------------------- - begin : Jan 2, 2015 - copyright : (C) 2015 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once namespace TNL { diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/MultidiagonalRow.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/MultidiagonalRow.h index 2b078bde93..c628e3b5fb 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/MultidiagonalRow.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/MultidiagonalRow.h @@ -1,13 +1,3 @@ -/*************************************************************************** - MultidiagonalRow.h - description - ------------------- - begin : Jan 2, 2015 - copyright : (C) 2015 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once namespace TNL { diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/MultidiagonalRow_impl.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/MultidiagonalRow_impl.h index 7942032c79..6646b9f89f 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/MultidiagonalRow_impl.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/MultidiagonalRow_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - MultidiagonalRow_impl.h - description - ------------------- - begin : Jan 2, 2015 - copyright : (C) 2015 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once namespace TNL { diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Multidiagonal_impl.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Multidiagonal_impl.h index f976f1981d..f67e52a1c5 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Multidiagonal_impl.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Multidiagonal_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - Multidiagonal.h - description - ------------------- - begin : Dec 4, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <Benchmarks/SpMV/ReferenceFormats/Legacy/Multidiagonal.h> diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/SlicedEllpack.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/SlicedEllpack.h index b79797103b..3d4742a768 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/SlicedEllpack.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/SlicedEllpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SlicedEllpack.h - description - ------------------- - begin : Dec 8, 2013 - copyright : (C) 2013 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - /*** * Authors: * Oberhuber Tomas, tomas.oberhuber@fjfi.cvut.cz diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/SlicedEllpack_impl.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/SlicedEllpack_impl.h index 4dc0f44809..e1f913ab70 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/SlicedEllpack_impl.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/SlicedEllpack_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SlicedSlicedEllpack_impl.h - description - ------------------- - begin : Dec 8, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <Benchmarks/SpMV/ReferenceFormats/Legacy/SlicedEllpack.h> diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Sparse.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Sparse.h index f65527b09f..7eda2cb88c 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Sparse.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Sparse.h @@ -1,13 +1,3 @@ -/*************************************************************************** - Sparse.h - description - ------------------- - begin : Dec 21, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Matrices/Matrix.h> diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/SparseRow.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/SparseRow.h index c0f578b089..9dca025ee3 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/SparseRow.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/SparseRow.h @@ -1,14 +1,3 @@ -/*************************************************************************** - SparseRow.h - description - ------------------- - begin : Dec 19, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <type_traits> diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/SparseRow_impl.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/SparseRow_impl.h index fa486fa91f..b3edea63b8 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/SparseRow_impl.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/SparseRow_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseRow_impl.h - description - ------------------- - begin : Dec 19, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <Benchmarks/SpMV/ReferenceFormats/Legacy/SparseRow.h> diff --git a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Sparse_impl.h b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Sparse_impl.h index ddc851022f..9afb94f64e 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Sparse_impl.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/Legacy/Sparse_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - Sparse_impl.h - description - ------------------- - begin : Dec 21, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include "Sparse.h" diff --git a/src/Benchmarks/SpMV/ReferenceFormats/LightSpMVBenchmark.h b/src/Benchmarks/SpMV/ReferenceFormats/LightSpMVBenchmark.h index c91c1c2685..2c2b0c25c2 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/LightSpMVBenchmark.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/LightSpMVBenchmark.h @@ -1,13 +1,3 @@ -/*************************************************************************** - LightSpMVBenchmark.h - description - ------------------- - begin : Apr 23, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - /*** * Wrapper of original LightSpMV kernels for TNL benchmarks. */ diff --git a/src/Benchmarks/SpMV/ReferenceFormats/cusparseCSRMatrix.h b/src/Benchmarks/SpMV/ReferenceFormats/cusparseCSRMatrix.h index 7d96fbc84e..53b4e7e7f9 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/cusparseCSRMatrix.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/cusparseCSRMatrix.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnlCusparseCSR.h - description - ------------------- - begin : Jul 3, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Assert.h> #include <TNL/Devices/Cuda.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/Benchmarks/SpMV/ReferenceFormats/cusparseCSRMatrixLegacy.h b/src/Benchmarks/SpMV/ReferenceFormats/cusparseCSRMatrixLegacy.h index 133723e988..49a7951b51 100644 --- a/src/Benchmarks/SpMV/ReferenceFormats/cusparseCSRMatrixLegacy.h +++ b/src/Benchmarks/SpMV/ReferenceFormats/cusparseCSRMatrixLegacy.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnlCusparseCSRLegacy.h - description - ------------------- - begin : Feb 1, 2021 - copyright : (C) 2021 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Assert.h> #include <TNL/Devices/Cuda.h> #include <Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h> diff --git a/src/Benchmarks/SpMV/SpmvBenchmarkResult.h b/src/Benchmarks/SpMV/SpmvBenchmarkResult.h index 128b003348..1ff2e3495a 100644 --- a/src/Benchmarks/SpMV/SpmvBenchmarkResult.h +++ b/src/Benchmarks/SpMV/SpmvBenchmarkResult.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SpmvBenchmarkResult.h - description - ------------------- - begin : Mar 5, 2020 - copyright : (C) 2020 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Benchmarks/Benchmarks.h> diff --git a/src/Benchmarks/SpMV/spmv.h b/src/Benchmarks/SpMV/spmv.h index ff7fecfbb6..04f90faf92 100644 --- a/src/Benchmarks/SpMV/spmv.h +++ b/src/Benchmarks/SpMV/spmv.h @@ -1,13 +1,3 @@ -/*************************************************************************** - spmv.h - description - ------------------- - begin : Dec 30, 2018 - copyright : (C) 2015 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Lukas Cejka // Original implemented by J. Klinkovsky in Benchmarks/BLAS // This is an edited copy of Benchmarks/BLAS/spmv.h by: Lukas Cejka diff --git a/src/Benchmarks/SpMV/tnl-benchmark-spmv.cpp b/src/Benchmarks/SpMV/tnl-benchmark-spmv.cpp index 466a56914e..668fcb7f9b 100644 --- a/src/Benchmarks/SpMV/tnl-benchmark-spmv.cpp +++ b/src/Benchmarks/SpMV/tnl-benchmark-spmv.cpp @@ -1,11 +1 @@ -/*************************************************************************** - tnl-benchmark-spmv.cpp - description - ------------------- - begin : March 3, 2019 - copyright : (C) 2019 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-benchmark-spmv.h" diff --git a/src/Benchmarks/SpMV/tnl-benchmark-spmv.cu b/src/Benchmarks/SpMV/tnl-benchmark-spmv.cu index 5a3a711ad2..668fcb7f9b 100644 --- a/src/Benchmarks/SpMV/tnl-benchmark-spmv.cu +++ b/src/Benchmarks/SpMV/tnl-benchmark-spmv.cu @@ -1,11 +1 @@ -/*************************************************************************** - tnl-benchmark-spmv.cu - description - ------------------- - begin : March 3, 2019 - copyright : (C) 2019 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-benchmark-spmv.h" diff --git a/src/Benchmarks/SpMV/tnl-benchmark-spmv.h b/src/Benchmarks/SpMV/tnl-benchmark-spmv.h index dd2617d3bb..b2c1e7c013 100644 --- a/src/Benchmarks/SpMV/tnl-benchmark-spmv.h +++ b/src/Benchmarks/SpMV/tnl-benchmark-spmv.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-benchmark-spmv.h - description - ------------------- - begin : March 3, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Lukas Cejka // Original implemented by J. Klinkovsky in Benchmarks/BLAS // This is an edited copy of Benchmarks/BLAS/spmv.h by: Lukas Cejka diff --git a/src/Benchmarks/Traversers/AddOneEntitiesProcessor.h b/src/Benchmarks/Traversers/AddOneEntitiesProcessor.h index 6b136d0740..06a5e7ddc2 100644 --- a/src/Benchmarks/Traversers/AddOneEntitiesProcessor.h +++ b/src/Benchmarks/Traversers/AddOneEntitiesProcessor.h @@ -1,13 +1,3 @@ -/*************************************************************************** - BenchmarkTraverserUserData.h - description - ------------------- - begin : Jan 5, 2019 - copyright : (C) 2019 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber #pragma once diff --git a/src/Benchmarks/Traversers/AddTwoEntitiesProcessor.h b/src/Benchmarks/Traversers/AddTwoEntitiesProcessor.h index 94f6d5807c..a907dd775a 100644 --- a/src/Benchmarks/Traversers/AddTwoEntitiesProcessor.h +++ b/src/Benchmarks/Traversers/AddTwoEntitiesProcessor.h @@ -1,13 +1,3 @@ -/*************************************************************************** - BenchmarkTraverserUserData.h - description - ------------------- - begin : Jan 5, 2019 - copyright : (C) 2019 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber #pragma once diff --git a/src/Benchmarks/Traversers/BenchmarkTraverserUserData.h b/src/Benchmarks/Traversers/BenchmarkTraverserUserData.h index 35b08d993e..e11882b388 100644 --- a/src/Benchmarks/Traversers/BenchmarkTraverserUserData.h +++ b/src/Benchmarks/Traversers/BenchmarkTraverserUserData.h @@ -1,13 +1,3 @@ -/*************************************************************************** - BenchmarkTraverserUserData.h - description - ------------------- - begin : Jan 5, 2019 - copyright : (C) 2019 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber #pragma once diff --git a/src/Benchmarks/Traversers/GridTraverserBenchmarkHelper.h b/src/Benchmarks/Traversers/GridTraverserBenchmarkHelper.h index 13022458a5..51ded07cdb 100644 --- a/src/Benchmarks/Traversers/GridTraverserBenchmarkHelper.h +++ b/src/Benchmarks/Traversers/GridTraverserBenchmarkHelper.h @@ -1,13 +1,3 @@ -/*************************************************************************** - GridTraversersBenchmarkHelper.h - description - ------------------- - begin : Jan 5, 2019 - copyright : (C) 2019 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber #pragma once diff --git a/src/Benchmarks/Traversers/GridTraverserBenchmarkHelper_1D.h b/src/Benchmarks/Traversers/GridTraverserBenchmarkHelper_1D.h index b2fc9bf9c8..5091a0a6ae 100644 --- a/src/Benchmarks/Traversers/GridTraverserBenchmarkHelper_1D.h +++ b/src/Benchmarks/Traversers/GridTraverserBenchmarkHelper_1D.h @@ -1,13 +1,3 @@ -/*************************************************************************** - GridTraversersBenchmarkHelper_1D.h - description - ------------------- - begin : Jan 6, 2019 - copyright : (C) 2019 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber #pragma once diff --git a/src/Benchmarks/Traversers/GridTraverserBenchmarkHelper_2D.h b/src/Benchmarks/Traversers/GridTraverserBenchmarkHelper_2D.h index a3d1a04364..5d3be3299d 100644 --- a/src/Benchmarks/Traversers/GridTraverserBenchmarkHelper_2D.h +++ b/src/Benchmarks/Traversers/GridTraverserBenchmarkHelper_2D.h @@ -1,13 +1,3 @@ -/*************************************************************************** - GridTraversersBenchmarkHelper_2D.h - description - ------------------- - begin : Jan 6, 2019 - copyright : (C) 2019 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber #pragma once diff --git a/src/Benchmarks/Traversers/GridTraverserBenchmarkHelper_3D.h b/src/Benchmarks/Traversers/GridTraverserBenchmarkHelper_3D.h index 939d8a6815..a293fb6176 100644 --- a/src/Benchmarks/Traversers/GridTraverserBenchmarkHelper_3D.h +++ b/src/Benchmarks/Traversers/GridTraverserBenchmarkHelper_3D.h @@ -1,13 +1,3 @@ -/*************************************************************************** - GridTraversersBenchmarkHelper_3D.h - description - ------------------- - begin : Jan 6, 2019 - copyright : (C) 2019 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber #pragma once diff --git a/src/Benchmarks/Traversers/GridTraversersBenchmark.h b/src/Benchmarks/Traversers/GridTraversersBenchmark.h index 5ea87b6dcd..95f48e7c95 100644 --- a/src/Benchmarks/Traversers/GridTraversersBenchmark.h +++ b/src/Benchmarks/Traversers/GridTraversersBenchmark.h @@ -1,13 +1,3 @@ -/*************************************************************************** - GridTraversersBenchmark.h - description - ------------------- - begin : Dec 19, 2018 - copyright : (C) 2018 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber #pragma once diff --git a/src/Benchmarks/Traversers/GridTraversersBenchmark_1D.h b/src/Benchmarks/Traversers/GridTraversersBenchmark_1D.h index 6e8e0c37fc..f54b7b1559 100644 --- a/src/Benchmarks/Traversers/GridTraversersBenchmark_1D.h +++ b/src/Benchmarks/Traversers/GridTraversersBenchmark_1D.h @@ -1,13 +1,3 @@ -/*************************************************************************** - GridTraversersBenchmark_1D.h - description - ------------------- - begin : Jan 3, 2019 - copyright : (C) 2019 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber #pragma once diff --git a/src/Benchmarks/Traversers/GridTraversersBenchmark_2D.h b/src/Benchmarks/Traversers/GridTraversersBenchmark_2D.h index d310ec4517..bb09ea7ad0 100644 --- a/src/Benchmarks/Traversers/GridTraversersBenchmark_2D.h +++ b/src/Benchmarks/Traversers/GridTraversersBenchmark_2D.h @@ -1,13 +1,3 @@ -/*************************************************************************** - GridTraversersBenchmark_2D.h - description - ------------------- - begin : Jan 3, 2019 - copyright : (C) 2019 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber #pragma once diff --git a/src/Benchmarks/Traversers/GridTraversersBenchmark_3D.h b/src/Benchmarks/Traversers/GridTraversersBenchmark_3D.h index 8e35253666..f3e60412f9 100644 --- a/src/Benchmarks/Traversers/GridTraversersBenchmark_3D.h +++ b/src/Benchmarks/Traversers/GridTraversersBenchmark_3D.h @@ -1,13 +1,3 @@ -/*************************************************************************** - GridTraversersBenchmark_3D.h - description - ------------------- - begin : Jan 3, 2019 - copyright : (C) 2019 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber #pragma once diff --git a/src/Benchmarks/Traversers/SimpleCell.h b/src/Benchmarks/Traversers/SimpleCell.h index 9776ef26cc..da5e2fef5b 100644 --- a/src/Benchmarks/Traversers/SimpleCell.h +++ b/src/Benchmarks/Traversers/SimpleCell.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SimpleCell.h - description - ------------------- - begin : Jan 5, 2019 - copyright : (C) 2019 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber #pragma once diff --git a/src/Benchmarks/Traversers/cuda-kernels.h b/src/Benchmarks/Traversers/cuda-kernels.h index d092925bf0..da5e701024 100644 --- a/src/Benchmarks/Traversers/cuda-kernels.h +++ b/src/Benchmarks/Traversers/cuda-kernels.h @@ -1,13 +1,3 @@ -/*************************************************************************** - cuda-kernels.h - description - ------------------- - begin : Dec 19, 2018 - copyright : (C) 2018 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber #pragma once diff --git a/src/Benchmarks/Traversers/tnl-benchmark-traversers.cpp b/src/Benchmarks/Traversers/tnl-benchmark-traversers.cpp index cf69b41ddb..90b0a4a69f 100644 --- a/src/Benchmarks/Traversers/tnl-benchmark-traversers.cpp +++ b/src/Benchmarks/Traversers/tnl-benchmark-traversers.cpp @@ -1,11 +1 @@ -/*************************************************************************** - tnl-benchmark-traversers.cpp - description - ------------------- - begin : Dec 17, 2018 - copyright : (C) 2018 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-benchmark-traversers.h" \ No newline at end of file diff --git a/src/Benchmarks/Traversers/tnl-benchmark-traversers.cu b/src/Benchmarks/Traversers/tnl-benchmark-traversers.cu index 614b0d2000..90b0a4a69f 100644 --- a/src/Benchmarks/Traversers/tnl-benchmark-traversers.cu +++ b/src/Benchmarks/Traversers/tnl-benchmark-traversers.cu @@ -1,11 +1 @@ -/*************************************************************************** - tnl-benchmark-traversers.cu - description - ------------------- - begin : Dec 17, 2018 - copyright : (C) 2018 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-benchmark-traversers.h" \ No newline at end of file diff --git a/src/Benchmarks/Traversers/tnl-benchmark-traversers.h b/src/Benchmarks/Traversers/tnl-benchmark-traversers.h index 592098b955..fbd76042a3 100644 --- a/src/Benchmarks/Traversers/tnl-benchmark-traversers.h +++ b/src/Benchmarks/Traversers/tnl-benchmark-traversers.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-benchmark-traversers.h - description - ------------------- - begin : Dec 17, 2018 - copyright : (C) 2018 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Tomas Oberhuber #pragma once diff --git a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Eikonal/godunovEikonal.h b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Eikonal/godunovEikonal.h index 9cebf0ea9a..d2b9594609 100644 --- a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Eikonal/godunovEikonal.h +++ b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Eikonal/godunovEikonal.h @@ -1,19 +1,3 @@ -/*************************************************************************** - godunov.h - description - ------------------- - begin : Jul 8 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #pragma once #include <mesh/tnlGrid.h> diff --git a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/godunovEikonal.h b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/godunovEikonal.h index fcff6b36aa..7bb0432ebe 100644 --- a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/godunovEikonal.h +++ b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/godunovEikonal.h @@ -1,19 +1,3 @@ -/*************************************************************************** - godunov.h - description - ------------------- - begin : Jul 8 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #pragma once #include <matrices/tnlCSRMatrix.h> diff --git a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/godunovEikonal1D_impl.h b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/godunovEikonal1D_impl.h index 86baf90527..35b1c7e936 100644 --- a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/godunovEikonal1D_impl.h +++ b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/godunovEikonal1D_impl.h @@ -1,19 +1,3 @@ -/*************************************************************************** - godunov1D_impl.h - description - ------------------- - begin : Jul 8 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #pragma once diff --git a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/godunovEikonal2D_impl.h b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/godunovEikonal2D_impl.h index 1ee0329c8c..8313655ca7 100644 --- a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/godunovEikonal2D_impl.h +++ b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/godunovEikonal2D_impl.h @@ -1,19 +1,3 @@ -/*************************************************************************** - godunov2D_impl.h - description - ------------------- - begin : Jul 8 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef GODUNOVEIKONAL2D_IMPL_H_ #define GODUNOVEIKONAL2D_IMPL_H_ diff --git a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/godunovEikonal3D_impl.h b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/godunovEikonal3D_impl.h index e89b894fd2..4e452d6a4d 100644 --- a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/godunovEikonal3D_impl.h +++ b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/godunovEikonal3D_impl.h @@ -1,19 +1,3 @@ -/*************************************************************************** - godunov3D_impl.h - description - ------------------- - begin : Jul 8 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef GODUNOVEIKONAL3D_IMPL_H_ #define GODUNOVEIKONAL3D_IMPL_H_ diff --git a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovEikonal.h b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovEikonal.h index f462245848..cc2f8b8e3f 100644 --- a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovEikonal.h +++ b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovEikonal.h @@ -1,19 +1,3 @@ -/*************************************************************************** - parallelGodunovEikonal.h - description - ------------------- - begin : Dec 1 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef PARALLELGODUNOVEIKONAL_H_ #define PARALLELGODUNOVEIKONAL_H_ diff --git a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovEikonal1D_impl.h b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovEikonal1D_impl.h index d7fec51059..5f69550a72 100644 --- a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovEikonal1D_impl.h +++ b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovEikonal1D_impl.h @@ -1,19 +1,3 @@ -/*************************************************************************** - parallelGodunovEikonal1D_impl.h - description - ------------------- - begin : Dec 1 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef PARALLELGODUNOVEIKONAL1D_IMPL_H_ #define PARALLELGODUNOVEIKONAL1D_IMPL_H_ diff --git a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovEikonal2D_impl.h b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovEikonal2D_impl.h index 24b0838ad3..4ea105af74 100644 --- a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovEikonal2D_impl.h +++ b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovEikonal2D_impl.h @@ -1,19 +1,3 @@ -/*************************************************************************** - parallelGodunovEikonal2D_impl.h - description - ------------------- - begin : Dec 1 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef PARALLELGODUNOVEIKONAL2D_IMPL_H_ #define PARALLELGODUNOVEIKONAL2D_IMPL_H_ diff --git a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovEikonal3D_impl.h b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovEikonal3D_impl.h index 30cb64b1ac..b6357bc8ec 100644 --- a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovEikonal3D_impl.h +++ b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovEikonal3D_impl.h @@ -1,19 +1,3 @@ -/*************************************************************************** - parallelGodunovEikonal3D_impl.h - description - ------------------- - begin : Dec 1 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef PARALLELGODUNOVEIKONAL3D_IMPL_H_ #define PARALLELGODUNOVEIKONAL3D_IMPL_H_ diff --git a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovMap.h b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovMap.h index deeff7c088..ecd50ae04a 100644 --- a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovMap.h +++ b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovMap.h @@ -1,19 +1,3 @@ -/*************************************************************************** - parallelGodunovMap.h - description - ------------------- - begin : Dec 1 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef PARALLELGODUNOVMAP_H_ #define PARALLELGODUNOVMAP_H_ diff --git a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovMap2D_impl.h b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovMap2D_impl.h index 8c0d9a236a..7544c15d29 100644 --- a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovMap2D_impl.h +++ b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov-Eikonal/parallelGodunovMap2D_impl.h @@ -1,19 +1,3 @@ -/*************************************************************************** - parallelGodunovMap2D_impl.h - description - ------------------- - begin : Dec 1 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef PARALLELGODUNOVMAP2D_IMPL_H_ #define PARALLELGODUNOVMAP2D_IMPL_H_ diff --git a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov/godunov1D_impl.h b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov/godunov1D_impl.h index a3c2b5c7ef..b140cdb90f 100644 --- a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov/godunov1D_impl.h +++ b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov/godunov1D_impl.h @@ -1,19 +1,3 @@ -/*************************************************************************** - godunov1D_impl.h - description - ------------------- - begin : Jul 8 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef GODUNOV1D_IMPL_H_ #define GODUNOV1D_IMPL_H_ diff --git a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov/godunov2D_impl.h b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov/godunov2D_impl.h index e91e17e43b..5a7c08feaa 100644 --- a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov/godunov2D_impl.h +++ b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov/godunov2D_impl.h @@ -1,19 +1,3 @@ -/*************************************************************************** - godunov2D_impl.h - description - ------------------- - begin : Jul 8 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef GODUNOV2D_IMPL_H_ #define GODUNOV2D_IMPL_H_ diff --git a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov/godunov3D_impl.h b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov/godunov3D_impl.h index 41115285c3..8fcb2b94f0 100644 --- a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov/godunov3D_impl.h +++ b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/Godunov/godunov3D_impl.h @@ -1,19 +1,3 @@ -/*************************************************************************** - godunov3D_impl.h - description - ------------------- - begin : Jul 8 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef GODUNOV3D_IMPL_H_ #define GODUNOV3D_IMPL_H_ diff --git a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/tnlEikonalOperator.h b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/tnlEikonalOperator.h index 4be92ef39e..261573acb7 100644 --- a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/tnlEikonalOperator.h +++ b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/tnlEikonalOperator.h @@ -1,10 +1,3 @@ -/* - * File: tnlEikonalOperator.h - * Author: oberhuber - * - * Created on July 11, 2016, 6:33 PM - */ - #pragma once #include <functions/tnlConstantFunction.h> diff --git a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/upwindEikonal.h b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/upwindEikonal.h index 7467f66715..dc9a305650 100644 --- a/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/upwindEikonal.h +++ b/src/Examples/Hamilton-Jacobi/Operators/Hamilton-Jacobi/upwindEikonal.h @@ -1,19 +1,3 @@ -/*************************************************************************** - upwindEikonal.h - description - ------------------- - begin : Jul 8 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #pragma once #include <mesh/tnlGrid.h> diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblem.h b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblem.h index ede9fff35b..dd8ed6a6bf 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblem.h +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblem.h @@ -1,19 +1,3 @@ -/*************************************************************************** - hamiltonJacobiProblem.h - description - ------------------- - begin : Jul 8 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #pragma once #include <problems/tnlPDEProblem.h> diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblemConfig.h b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblemConfig.h index 52a441165a..7baaab33e3 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblemConfig.h +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblemConfig.h @@ -1,20 +1,3 @@ -/*************************************************************************** - hamiltonJacobiProblemConfig.h - description - ------------------- - begin : Oct 5, 2014 - copyright : (C) 2014 by Tomas Sobotik - email : - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #pragma once #include <TNL/Config/ConfigDescription.h> diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblemSetter.h b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblemSetter.h index ce4209736e..01f1a72cf2 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblemSetter.h +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblemSetter.h @@ -1,19 +1,3 @@ -/*************************************************************************** - hamiltonJacobiProblemSetter.h - description - ------------------- - begin : Jul 8 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #pragma once #include <TNL/Config/ParameterContainer.h> diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblemSetter_impl.h b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblemSetter_impl.h index a36788cb16..d6ad781780 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblemSetter_impl.h +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblemSetter_impl.h @@ -1,19 +1,3 @@ -/*************************************************************************** - hamiltonJacobiProblemSetter_impl.h - description - ------------------- - begin : Jul 8 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #pragma once #include <mesh/tnlGrid.h> diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblem_impl.h b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblem_impl.h index e4d74d00df..744123bc19 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblem_impl.h +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/HamiltonJacobiProblem_impl.h @@ -1,19 +1,3 @@ -/*************************************************************************** - HamiltonJacobiProblem_impl.h - description - ------------------- - begin : Jul 8 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #pragma once #include <core/mfilename.h> diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/MainBuildConfig.h b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/MainBuildConfig.h index e37cb80b3f..e71af201bc 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/MainBuildConfig.h +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/MainBuildConfig.h @@ -1,13 +1,3 @@ -/*************************************************************************** - HamiltonJacobiBuildConfigTag.h - description - ------------------- - begin : Jul 7, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Solvers/BuildConfigTags.h> diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/main.cpp b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/main.cpp index 3c6af1c9e6..5d778b91fb 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/main.cpp +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/main.cpp @@ -1,19 +1,3 @@ -/*************************************************************************** - main.cpp - description - ------------------- - begin : Jul 8 , 2014 - copyright : (C) 2014 by Tomas Sobotik - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #include "HamiltonJacobiProblemConfig.h" #include "HamiltonJacobiProblemSetter.h" #include <solvers/tnlSolver.h> diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnl-direct-eikonal-solver.cpp b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnl-direct-eikonal-solver.cpp index 4343837617..c980087e84 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnl-direct-eikonal-solver.cpp +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnl-direct-eikonal-solver.cpp @@ -1,14 +1 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * File: tnl-direct-eikonal-solver.cpp - * Author: oberhuber - * - * Created on July 13, 2016, 1:13 PM - */ - #include "tnl-direct-eikonal-solver.h" \ No newline at end of file diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnl-direct-eikonal-solver.cu b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnl-direct-eikonal-solver.cu index 21b17dbdd4..5e42519209 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnl-direct-eikonal-solver.cu +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnl-direct-eikonal-solver.cu @@ -1,14 +1 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * File: tnl-direct-eikonal-solver.cu - * Author: oberhuber - * - * Created on July 13, 2016, 1:13 PM - */ - #include "tnl-direct-eikonal-solver.h" diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnl-direct-eikonal-solver.h b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnl-direct-eikonal-solver.h index 557f074f35..4258fe03b6 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnl-direct-eikonal-solver.h +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnl-direct-eikonal-solver.h @@ -1,16 +1,3 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * File: tnl-direct-eikonal-solver.h - * Author: oberhuber - * - * Created on July 13, 2016, 1:09 PM - */ - #pragma once #include <TNL/Solvers/Solver.h> diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodBase1D_impl.h b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodBase1D_impl.h index d2ad4c2f9a..7c160da9ca 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodBase1D_impl.h +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodBase1D_impl.h @@ -1,10 +1,3 @@ -/* - * File: tnlDirectEikonalMethodBase1D_impl.h - * Author: Fencl - * - * Created on March 15, 2019 - */ - #pragma once template< typename Real, diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodBase2D_impl.h b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodBase2D_impl.h index bb096a77a5..12d34aa7ca 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodBase2D_impl.h +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodBase2D_impl.h @@ -1,10 +1,3 @@ -/* - * File: tnlDirectEikonalMethodBase2D_impl.h - * Author: Fencl - * - * Created on March 15, 2019 - */ - #pragma once template< typename Real, diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodBase3D_impl.h b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodBase3D_impl.h index f5a54a095e..6da5fb2e37 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodBase3D_impl.h +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodBase3D_impl.h @@ -1,10 +1,3 @@ -/* - * File: tnlDirectEikonalMethodBase3D_impl.h - * Author: Fencl - * - * Created on March 15, 2019 - */ - #pragma once template< typename Real, diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodsBase.h b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodsBase.h index b2df019760..a38154bc61 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodsBase.h +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalMethodsBase.h @@ -1,10 +1,3 @@ -/* - * File: tnlDirectEikonalMethodsBase.h - * Author: oberhuber - * - * Created on July 14, 2016, 3:17 PM - */ - #pragma once //#include <TNL/Meshes/Grid.h> diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalProblem.h b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalProblem.h index 0abcbaa368..b953e5f969 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalProblem.h +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalProblem.h @@ -1,16 +1,3 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * File: tnlFastSweepingMethod.h - * Author: oberhuber - * - * Created on July 13, 2016, 1:19 PM - */ - #pragma once #include <TNL/Problems/PDEProblem.h> diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalProblem_impl.h b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalProblem_impl.h index 2c37cd58a1..e8b38ceb61 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalProblem_impl.h +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalProblem_impl.h @@ -1,16 +1,3 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * File: tnlFastSweepingMethod_impl.h - * Author: oberhuber - * - * Created on July 13, 2016, 1:46 PM - */ - #pragma once #include <TNL/FileName.h> diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlFastSweepingMethod.h b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlFastSweepingMethod.h index df5e90d1a6..35e2d3d3d2 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlFastSweepingMethod.h +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlFastSweepingMethod.h @@ -1,13 +1,3 @@ -/*************************************************************************** - FastSweepingMethod.h - description - ------------------- - begin : Jul 14, 2016 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once //#include <TNL/Meshes/Grid.h> diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlFastSweepingMethod1D_impl.h b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlFastSweepingMethod1D_impl.h index 11fa3464ed..137c48f136 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlFastSweepingMethod1D_impl.h +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlFastSweepingMethod1D_impl.h @@ -1,16 +1,3 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * File: tnlFastSweepingMethod2D_impl.h - * Author: oberhuber - * - * Created on July 14, 2016, 10:32 AM - */ - #pragma once #include "tnlFastSweepingMethod.h" diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlFastSweepingMethod2D_impl.h b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlFastSweepingMethod2D_impl.h index 856b39c393..7c4d6e4869 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlFastSweepingMethod2D_impl.h +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlFastSweepingMethod2D_impl.h @@ -1,16 +1,3 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * File: tnlFastSweepingMethod2D_impl.h - * Author: oberhuber - * - * Created on July 14, 2016, 10:32 AM - */ - #pragma once #include <TNL/Functions/MeshFunction.h> diff --git a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlFastSweepingMethod3D_impl.h b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlFastSweepingMethod3D_impl.h index 64dd1d9a32..dd51262d6d 100644 --- a/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlFastSweepingMethod3D_impl.h +++ b/src/Examples/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlFastSweepingMethod3D_impl.h @@ -1,16 +1,3 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * File: tnlFastSweepingMethod2D_impl.h - * Author: oberhuber - * - * Created on July 14, 2016, 10:32 AM - */ - #pragma once #include <TNL/Functions/MeshFunction.h> diff --git a/src/Examples/advection/Riemann1DBoundaryConditions.h b/src/Examples/advection/Riemann1DBoundaryConditions.h index eb4444d4e8..ce6f8ba2b2 100644 --- a/src/Examples/advection/Riemann1DBoundaryConditions.h +++ b/src/Examples/advection/Riemann1DBoundaryConditions.h @@ -1,12 +1,3 @@ -//** coppied and changed -/*************************************************************************** - tnlRiemann1DBoundaryConditions.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/Examples/advection/Riemann2DBoundaryConditions.h b/src/Examples/advection/Riemann2DBoundaryConditions.h index 4d7c937db0..a96ab5d0ec 100644 --- a/src/Examples/advection/Riemann2DBoundaryConditions.h +++ b/src/Examples/advection/Riemann2DBoundaryConditions.h @@ -1,12 +1,3 @@ -//** coppied and changed -/*************************************************************************** - tnlRiemann2DBoundaryConditions.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/Examples/flow-sw/CompressibleConservativeVariables.h b/src/Examples/flow-sw/CompressibleConservativeVariables.h index e833255718..7ee8779470 100644 --- a/src/Examples/flow-sw/CompressibleConservativeVariables.h +++ b/src/Examples/flow-sw/CompressibleConservativeVariables.h @@ -1,14 +1,3 @@ -/*************************************************************************** - CompressibleConservativeVariables.h - description - ------------------- - begin : Feb 12, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/MeshFunctionView.h> diff --git a/src/Examples/flow-sw/DensityBoundaryConditionBoiler.h b/src/Examples/flow-sw/DensityBoundaryConditionBoiler.h index 79cc1f9f6c..cdb9931ba0 100644 --- a/src/Examples/flow-sw/DensityBoundaryConditionBoiler.h +++ b/src/Examples/flow-sw/DensityBoundaryConditionBoiler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-sw/DensityBoundaryConditionCavity.h b/src/Examples/flow-sw/DensityBoundaryConditionCavity.h index 0092c3d1e3..5029a73425 100644 --- a/src/Examples/flow-sw/DensityBoundaryConditionCavity.h +++ b/src/Examples/flow-sw/DensityBoundaryConditionCavity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-sw/EnergyBoundaryConditionBoiler.h b/src/Examples/flow-sw/EnergyBoundaryConditionBoiler.h index 09ecfcde39..1ef199000e 100644 --- a/src/Examples/flow-sw/EnergyBoundaryConditionBoiler.h +++ b/src/Examples/flow-sw/EnergyBoundaryConditionBoiler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-sw/EnergyBoundaryConditionCavity.h b/src/Examples/flow-sw/EnergyBoundaryConditionCavity.h index 73a8ccb83c..b9b49f5f4b 100644 --- a/src/Examples/flow-sw/EnergyBoundaryConditionCavity.h +++ b/src/Examples/flow-sw/EnergyBoundaryConditionCavity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-sw/LaxFridrichs.h b/src/Examples/flow-sw/LaxFridrichs.h index 4f9faae171..22b29e6749 100644 --- a/src/Examples/flow-sw/LaxFridrichs.h +++ b/src/Examples/flow-sw/LaxFridrichs.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichs.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-sw/LaxFridrichsContinuity.h b/src/Examples/flow-sw/LaxFridrichsContinuity.h index 47a8212471..6ac3263f56 100644 --- a/src/Examples/flow-sw/LaxFridrichsContinuity.h +++ b/src/Examples/flow-sw/LaxFridrichsContinuity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsContinuity.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-sw/LaxFridrichsEnergy.h b/src/Examples/flow-sw/LaxFridrichsEnergy.h index 993a5de040..f3605257c0 100644 --- a/src/Examples/flow-sw/LaxFridrichsEnergy.h +++ b/src/Examples/flow-sw/LaxFridrichsEnergy.h @@ -1,13 +1,3 @@ -/*************************************************************************** - LaxFridrichsEnergy.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-sw/LaxFridrichsMomentumBase.h b/src/Examples/flow-sw/LaxFridrichsMomentumBase.h index b034dac5e3..f6ebd661c3 100644 --- a/src/Examples/flow-sw/LaxFridrichsMomentumBase.h +++ b/src/Examples/flow-sw/LaxFridrichsMomentumBase.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumBase.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once namespace TNL { diff --git a/src/Examples/flow-sw/LaxFridrichsMomentumX.h b/src/Examples/flow-sw/LaxFridrichsMomentumX.h index b1877a2c4b..c41af6c31f 100644 --- a/src/Examples/flow-sw/LaxFridrichsMomentumX.h +++ b/src/Examples/flow-sw/LaxFridrichsMomentumX.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumX.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-sw/LaxFridrichsMomentumY.h b/src/Examples/flow-sw/LaxFridrichsMomentumY.h index b4fe756910..aab11021bf 100644 --- a/src/Examples/flow-sw/LaxFridrichsMomentumY.h +++ b/src/Examples/flow-sw/LaxFridrichsMomentumY.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumY.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-sw/LaxFridrichsMomentumZ.h b/src/Examples/flow-sw/LaxFridrichsMomentumZ.h index fe85395951..4a7c55098c 100644 --- a/src/Examples/flow-sw/LaxFridrichsMomentumZ.h +++ b/src/Examples/flow-sw/LaxFridrichsMomentumZ.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumZ.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-sw/MomentumXBoundaryConditionBoiler.h b/src/Examples/flow-sw/MomentumXBoundaryConditionBoiler.h index e4d925eeb1..ddbf25095f 100644 --- a/src/Examples/flow-sw/MomentumXBoundaryConditionBoiler.h +++ b/src/Examples/flow-sw/MomentumXBoundaryConditionBoiler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-sw/MomentumXBoundaryConditionCavity.h b/src/Examples/flow-sw/MomentumXBoundaryConditionCavity.h index 29136ccbfb..f49b55a381 100644 --- a/src/Examples/flow-sw/MomentumXBoundaryConditionCavity.h +++ b/src/Examples/flow-sw/MomentumXBoundaryConditionCavity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-sw/MomentumYBoundaryConditionBoiler.h b/src/Examples/flow-sw/MomentumYBoundaryConditionBoiler.h index 6840bc46f6..e3c2ede961 100644 --- a/src/Examples/flow-sw/MomentumYBoundaryConditionBoiler.h +++ b/src/Examples/flow-sw/MomentumYBoundaryConditionBoiler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-sw/MomentumYBoundaryConditionCavity.h b/src/Examples/flow-sw/MomentumYBoundaryConditionCavity.h index f902207f0c..ea6751abbe 100644 --- a/src/Examples/flow-sw/MomentumYBoundaryConditionCavity.h +++ b/src/Examples/flow-sw/MomentumYBoundaryConditionCavity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-sw/MomentumZBoundaryConditionBoiler.h b/src/Examples/flow-sw/MomentumZBoundaryConditionBoiler.h index acbb7ed664..8c1bdb06bb 100644 --- a/src/Examples/flow-sw/MomentumZBoundaryConditionBoiler.h +++ b/src/Examples/flow-sw/MomentumZBoundaryConditionBoiler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-sw/MomentumZBoundaryConditionCavity.h b/src/Examples/flow-sw/MomentumZBoundaryConditionCavity.h index 6f72e7edc8..2a2972bdb7 100644 --- a/src/Examples/flow-sw/MomentumZBoundaryConditionCavity.h +++ b/src/Examples/flow-sw/MomentumZBoundaryConditionCavity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-sw/PhysicalVariablesGetter.h b/src/Examples/flow-sw/PhysicalVariablesGetter.h index 7485a8c0d6..ea14c8d4b2 100644 --- a/src/Examples/flow-sw/PhysicalVariablesGetter.h +++ b/src/Examples/flow-sw/PhysicalVariablesGetter.h @@ -1,13 +1,3 @@ -/*************************************************************************** - CompressibleConservativeVariables.h - description - ------------------- - begin : Feb 12, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Pointers/SharedPointer.h> diff --git a/src/Examples/flow-sw/RiemannProblemInitialCondition.h b/src/Examples/flow-sw/RiemannProblemInitialCondition.h index c38150f548..37aecbacb7 100644 --- a/src/Examples/flow-sw/RiemannProblemInitialCondition.h +++ b/src/Examples/flow-sw/RiemannProblemInitialCondition.h @@ -1,13 +1,3 @@ -/*************************************************************************** - RiemannProblemInitialCondition.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/StaticVector.h> diff --git a/src/Examples/flow-sw/Upwind.h b/src/Examples/flow-sw/Upwind.h index 80c8e09ce0..46f46f0308 100644 --- a/src/Examples/flow-sw/Upwind.h +++ b/src/Examples/flow-sw/Upwind.h @@ -1,14 +1,3 @@ -/*************************************************************************** - Upwind.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-sw/UpwindContinuity.h b/src/Examples/flow-sw/UpwindContinuity.h index 61c84c98f6..89a678e048 100644 --- a/src/Examples/flow-sw/UpwindContinuity.h +++ b/src/Examples/flow-sw/UpwindContinuity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindContinuity.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-sw/UpwindEnergy.h b/src/Examples/flow-sw/UpwindEnergy.h index 97a38cb6a1..b2c39756fe 100644 --- a/src/Examples/flow-sw/UpwindEnergy.h +++ b/src/Examples/flow-sw/UpwindEnergy.h @@ -1,13 +1,3 @@ -/*************************************************************************** - UpwindEnergy.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-sw/UpwindMomentumBase.h b/src/Examples/flow-sw/UpwindMomentumBase.h index 9c7e702329..3f8c76a082 100644 --- a/src/Examples/flow-sw/UpwindMomentumBase.h +++ b/src/Examples/flow-sw/UpwindMomentumBase.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindMomentumBase.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once namespace TNL { diff --git a/src/Examples/flow-sw/UpwindMomentumX.h b/src/Examples/flow-sw/UpwindMomentumX.h index 939e4f5555..67848f566d 100644 --- a/src/Examples/flow-sw/UpwindMomentumX.h +++ b/src/Examples/flow-sw/UpwindMomentumX.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindMomentumX.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-sw/UpwindMomentumY.h b/src/Examples/flow-sw/UpwindMomentumY.h index 7a4d3d0506..a29f64bf94 100644 --- a/src/Examples/flow-sw/UpwindMomentumY.h +++ b/src/Examples/flow-sw/UpwindMomentumY.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindMomentumY.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-sw/UpwindMomentumZ.h b/src/Examples/flow-sw/UpwindMomentumZ.h index c425887578..fe012edd0a 100644 --- a/src/Examples/flow-sw/UpwindMomentumZ.h +++ b/src/Examples/flow-sw/UpwindMomentumZ.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindMomentumZ.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-sw/navierStokesProblem.h b/src/Examples/flow-sw/navierStokesProblem.h index 39bea30d6e..5ea1dfc8da 100644 --- a/src/Examples/flow-sw/navierStokesProblem.h +++ b/src/Examples/flow-sw/navierStokesProblem.h @@ -1,13 +1,3 @@ -/*************************************************************************** - navierStokesProblem.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Problems/PDEProblem.h> diff --git a/src/Examples/flow-sw/navierStokesProblem_impl.h b/src/Examples/flow-sw/navierStokesProblem_impl.h index 24aaf5a809..f2637b8dff 100644 --- a/src/Examples/flow-sw/navierStokesProblem_impl.h +++ b/src/Examples/flow-sw/navierStokesProblem_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - navierStokesProblem_impl.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/FileName.h> diff --git a/src/Examples/flow-vl/CompressibleConservativeVariables.h b/src/Examples/flow-vl/CompressibleConservativeVariables.h index e833255718..7ee8779470 100644 --- a/src/Examples/flow-vl/CompressibleConservativeVariables.h +++ b/src/Examples/flow-vl/CompressibleConservativeVariables.h @@ -1,14 +1,3 @@ -/*************************************************************************** - CompressibleConservativeVariables.h - description - ------------------- - begin : Feb 12, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/MeshFunctionView.h> diff --git a/src/Examples/flow-vl/DensityBoundaryConditionBoiler.h b/src/Examples/flow-vl/DensityBoundaryConditionBoiler.h index 79cc1f9f6c..cdb9931ba0 100644 --- a/src/Examples/flow-vl/DensityBoundaryConditionBoiler.h +++ b/src/Examples/flow-vl/DensityBoundaryConditionBoiler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-vl/DensityBoundaryConditionCavity.h b/src/Examples/flow-vl/DensityBoundaryConditionCavity.h index 0092c3d1e3..5029a73425 100644 --- a/src/Examples/flow-vl/DensityBoundaryConditionCavity.h +++ b/src/Examples/flow-vl/DensityBoundaryConditionCavity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-vl/EnergyBoundaryConditionBoiler.h b/src/Examples/flow-vl/EnergyBoundaryConditionBoiler.h index 09ecfcde39..1ef199000e 100644 --- a/src/Examples/flow-vl/EnergyBoundaryConditionBoiler.h +++ b/src/Examples/flow-vl/EnergyBoundaryConditionBoiler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-vl/EnergyBoundaryConditionCavity.h b/src/Examples/flow-vl/EnergyBoundaryConditionCavity.h index 73a8ccb83c..b9b49f5f4b 100644 --- a/src/Examples/flow-vl/EnergyBoundaryConditionCavity.h +++ b/src/Examples/flow-vl/EnergyBoundaryConditionCavity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-vl/LaxFridrichs.h b/src/Examples/flow-vl/LaxFridrichs.h index 4f9faae171..22b29e6749 100644 --- a/src/Examples/flow-vl/LaxFridrichs.h +++ b/src/Examples/flow-vl/LaxFridrichs.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichs.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-vl/LaxFridrichsContinuity.h b/src/Examples/flow-vl/LaxFridrichsContinuity.h index 47a8212471..6ac3263f56 100644 --- a/src/Examples/flow-vl/LaxFridrichsContinuity.h +++ b/src/Examples/flow-vl/LaxFridrichsContinuity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsContinuity.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-vl/LaxFridrichsEnergy.h b/src/Examples/flow-vl/LaxFridrichsEnergy.h index 993a5de040..f3605257c0 100644 --- a/src/Examples/flow-vl/LaxFridrichsEnergy.h +++ b/src/Examples/flow-vl/LaxFridrichsEnergy.h @@ -1,13 +1,3 @@ -/*************************************************************************** - LaxFridrichsEnergy.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-vl/LaxFridrichsMomentumBase.h b/src/Examples/flow-vl/LaxFridrichsMomentumBase.h index b034dac5e3..f6ebd661c3 100644 --- a/src/Examples/flow-vl/LaxFridrichsMomentumBase.h +++ b/src/Examples/flow-vl/LaxFridrichsMomentumBase.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumBase.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once namespace TNL { diff --git a/src/Examples/flow-vl/LaxFridrichsMomentumX.h b/src/Examples/flow-vl/LaxFridrichsMomentumX.h index b1877a2c4b..c41af6c31f 100644 --- a/src/Examples/flow-vl/LaxFridrichsMomentumX.h +++ b/src/Examples/flow-vl/LaxFridrichsMomentumX.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumX.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-vl/LaxFridrichsMomentumY.h b/src/Examples/flow-vl/LaxFridrichsMomentumY.h index b4fe756910..aab11021bf 100644 --- a/src/Examples/flow-vl/LaxFridrichsMomentumY.h +++ b/src/Examples/flow-vl/LaxFridrichsMomentumY.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumY.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-vl/LaxFridrichsMomentumZ.h b/src/Examples/flow-vl/LaxFridrichsMomentumZ.h index fe85395951..4a7c55098c 100644 --- a/src/Examples/flow-vl/LaxFridrichsMomentumZ.h +++ b/src/Examples/flow-vl/LaxFridrichsMomentumZ.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumZ.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-vl/MomentumXBoundaryConditionBoiler.h b/src/Examples/flow-vl/MomentumXBoundaryConditionBoiler.h index e4d925eeb1..ddbf25095f 100644 --- a/src/Examples/flow-vl/MomentumXBoundaryConditionBoiler.h +++ b/src/Examples/flow-vl/MomentumXBoundaryConditionBoiler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-vl/MomentumXBoundaryConditionCavity.h b/src/Examples/flow-vl/MomentumXBoundaryConditionCavity.h index 29136ccbfb..f49b55a381 100644 --- a/src/Examples/flow-vl/MomentumXBoundaryConditionCavity.h +++ b/src/Examples/flow-vl/MomentumXBoundaryConditionCavity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-vl/MomentumYBoundaryConditionBoiler.h b/src/Examples/flow-vl/MomentumYBoundaryConditionBoiler.h index 6840bc46f6..e3c2ede961 100644 --- a/src/Examples/flow-vl/MomentumYBoundaryConditionBoiler.h +++ b/src/Examples/flow-vl/MomentumYBoundaryConditionBoiler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-vl/MomentumYBoundaryConditionCavity.h b/src/Examples/flow-vl/MomentumYBoundaryConditionCavity.h index f902207f0c..ea6751abbe 100644 --- a/src/Examples/flow-vl/MomentumYBoundaryConditionCavity.h +++ b/src/Examples/flow-vl/MomentumYBoundaryConditionCavity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-vl/MomentumZBoundaryConditionBoiler.h b/src/Examples/flow-vl/MomentumZBoundaryConditionBoiler.h index acbb7ed664..8c1bdb06bb 100644 --- a/src/Examples/flow-vl/MomentumZBoundaryConditionBoiler.h +++ b/src/Examples/flow-vl/MomentumZBoundaryConditionBoiler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-vl/MomentumZBoundaryConditionCavity.h b/src/Examples/flow-vl/MomentumZBoundaryConditionCavity.h index 6f72e7edc8..2a2972bdb7 100644 --- a/src/Examples/flow-vl/MomentumZBoundaryConditionCavity.h +++ b/src/Examples/flow-vl/MomentumZBoundaryConditionCavity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow-vl/PhysicalVariablesGetter.h b/src/Examples/flow-vl/PhysicalVariablesGetter.h index 7485a8c0d6..ea14c8d4b2 100644 --- a/src/Examples/flow-vl/PhysicalVariablesGetter.h +++ b/src/Examples/flow-vl/PhysicalVariablesGetter.h @@ -1,13 +1,3 @@ -/*************************************************************************** - CompressibleConservativeVariables.h - description - ------------------- - begin : Feb 12, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Pointers/SharedPointer.h> diff --git a/src/Examples/flow-vl/RiemannProblemInitialCondition.h b/src/Examples/flow-vl/RiemannProblemInitialCondition.h index c38150f548..37aecbacb7 100644 --- a/src/Examples/flow-vl/RiemannProblemInitialCondition.h +++ b/src/Examples/flow-vl/RiemannProblemInitialCondition.h @@ -1,13 +1,3 @@ -/*************************************************************************** - RiemannProblemInitialCondition.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/StaticVector.h> diff --git a/src/Examples/flow-vl/Upwind.h b/src/Examples/flow-vl/Upwind.h index 80c8e09ce0..46f46f0308 100644 --- a/src/Examples/flow-vl/Upwind.h +++ b/src/Examples/flow-vl/Upwind.h @@ -1,14 +1,3 @@ -/*************************************************************************** - Upwind.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-vl/UpwindContinuity.h b/src/Examples/flow-vl/UpwindContinuity.h index 40031d720a..7180e9639c 100644 --- a/src/Examples/flow-vl/UpwindContinuity.h +++ b/src/Examples/flow-vl/UpwindContinuity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindContinuity.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-vl/UpwindEnergy.h b/src/Examples/flow-vl/UpwindEnergy.h index 3362026c14..4917dc04a0 100644 --- a/src/Examples/flow-vl/UpwindEnergy.h +++ b/src/Examples/flow-vl/UpwindEnergy.h @@ -1,13 +1,3 @@ -/*************************************************************************** - UpwindEnergy.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-vl/UpwindMomentumBase.h b/src/Examples/flow-vl/UpwindMomentumBase.h index 9c40b9b8d4..8faf94aa7e 100644 --- a/src/Examples/flow-vl/UpwindMomentumBase.h +++ b/src/Examples/flow-vl/UpwindMomentumBase.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindMomentumBase.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once namespace TNL { diff --git a/src/Examples/flow-vl/UpwindMomentumX.h b/src/Examples/flow-vl/UpwindMomentumX.h index 939e4f5555..67848f566d 100644 --- a/src/Examples/flow-vl/UpwindMomentumX.h +++ b/src/Examples/flow-vl/UpwindMomentumX.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindMomentumX.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-vl/UpwindMomentumY.h b/src/Examples/flow-vl/UpwindMomentumY.h index 7a4d3d0506..a29f64bf94 100644 --- a/src/Examples/flow-vl/UpwindMomentumY.h +++ b/src/Examples/flow-vl/UpwindMomentumY.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindMomentumY.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-vl/UpwindMomentumZ.h b/src/Examples/flow-vl/UpwindMomentumZ.h index c425887578..fe012edd0a 100644 --- a/src/Examples/flow-vl/UpwindMomentumZ.h +++ b/src/Examples/flow-vl/UpwindMomentumZ.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindMomentumZ.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow-vl/navierStokesProblem.h b/src/Examples/flow-vl/navierStokesProblem.h index 537986093c..2c77a01ea2 100644 --- a/src/Examples/flow-vl/navierStokesProblem.h +++ b/src/Examples/flow-vl/navierStokesProblem.h @@ -1,13 +1,3 @@ -/*************************************************************************** - navierStokesProblem.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Problems/PDEProblem.h> diff --git a/src/Examples/flow-vl/navierStokesProblem_impl.h b/src/Examples/flow-vl/navierStokesProblem_impl.h index 24aaf5a809..f2637b8dff 100644 --- a/src/Examples/flow-vl/navierStokesProblem_impl.h +++ b/src/Examples/flow-vl/navierStokesProblem_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - navierStokesProblem_impl.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/FileName.h> diff --git a/src/Examples/flow/CompressibleConservativeVariables.h b/src/Examples/flow/CompressibleConservativeVariables.h index e833255718..7ee8779470 100644 --- a/src/Examples/flow/CompressibleConservativeVariables.h +++ b/src/Examples/flow/CompressibleConservativeVariables.h @@ -1,14 +1,3 @@ -/*************************************************************************** - CompressibleConservativeVariables.h - description - ------------------- - begin : Feb 12, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/MeshFunctionView.h> diff --git a/src/Examples/flow/DensityBoundaryConditionBoiler.h b/src/Examples/flow/DensityBoundaryConditionBoiler.h index 79cc1f9f6c..cdb9931ba0 100644 --- a/src/Examples/flow/DensityBoundaryConditionBoiler.h +++ b/src/Examples/flow/DensityBoundaryConditionBoiler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow/DensityBoundaryConditionCavity.h b/src/Examples/flow/DensityBoundaryConditionCavity.h index d79d7f58a7..6edf0be8cd 100644 --- a/src/Examples/flow/DensityBoundaryConditionCavity.h +++ b/src/Examples/flow/DensityBoundaryConditionCavity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow/EnergyBoundaryConditionBoiler.h b/src/Examples/flow/EnergyBoundaryConditionBoiler.h index 09ecfcde39..1ef199000e 100644 --- a/src/Examples/flow/EnergyBoundaryConditionBoiler.h +++ b/src/Examples/flow/EnergyBoundaryConditionBoiler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow/EnergyBoundaryConditionCavity.h b/src/Examples/flow/EnergyBoundaryConditionCavity.h index d78766b916..10bcc26463 100644 --- a/src/Examples/flow/EnergyBoundaryConditionCavity.h +++ b/src/Examples/flow/EnergyBoundaryConditionCavity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow/LaxFridrichs.h b/src/Examples/flow/LaxFridrichs.h index 286d4475e0..b765c76b40 100644 --- a/src/Examples/flow/LaxFridrichs.h +++ b/src/Examples/flow/LaxFridrichs.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichs.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow/LaxFridrichsContinuity.h b/src/Examples/flow/LaxFridrichsContinuity.h index e9fad89cef..8b658348c2 100644 --- a/src/Examples/flow/LaxFridrichsContinuity.h +++ b/src/Examples/flow/LaxFridrichsContinuity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsContinuity.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow/LaxFridrichsContinuityEuler.h b/src/Examples/flow/LaxFridrichsContinuityEuler.h index a63727294a..1ff8f6ceef 100644 --- a/src/Examples/flow/LaxFridrichsContinuityEuler.h +++ b/src/Examples/flow/LaxFridrichsContinuityEuler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsContinuity.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow/LaxFridrichsEnergy.h b/src/Examples/flow/LaxFridrichsEnergy.h index b852e5b421..c6ea033bde 100644 --- a/src/Examples/flow/LaxFridrichsEnergy.h +++ b/src/Examples/flow/LaxFridrichsEnergy.h @@ -1,13 +1,3 @@ -/*************************************************************************** - LaxFridrichsEnergy.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow/LaxFridrichsEnergyEuler.h b/src/Examples/flow/LaxFridrichsEnergyEuler.h index 88e6481259..dffc4c3d07 100644 --- a/src/Examples/flow/LaxFridrichsEnergyEuler.h +++ b/src/Examples/flow/LaxFridrichsEnergyEuler.h @@ -1,13 +1,3 @@ -/*************************************************************************** - LaxFridrichsEnergy.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow/LaxFridrichsEuler.h b/src/Examples/flow/LaxFridrichsEuler.h index 4f9faae171..22b29e6749 100644 --- a/src/Examples/flow/LaxFridrichsEuler.h +++ b/src/Examples/flow/LaxFridrichsEuler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichs.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow/LaxFridrichsMomentumBase.h b/src/Examples/flow/LaxFridrichsMomentumBase.h index fcbcdc4f69..86642c489c 100644 --- a/src/Examples/flow/LaxFridrichsMomentumBase.h +++ b/src/Examples/flow/LaxFridrichsMomentumBase.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumBase.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once namespace TNL { diff --git a/src/Examples/flow/LaxFridrichsMomentumBaseEuler.h b/src/Examples/flow/LaxFridrichsMomentumBaseEuler.h index b034dac5e3..f6ebd661c3 100644 --- a/src/Examples/flow/LaxFridrichsMomentumBaseEuler.h +++ b/src/Examples/flow/LaxFridrichsMomentumBaseEuler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumBase.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once namespace TNL { diff --git a/src/Examples/flow/LaxFridrichsMomentumX.h b/src/Examples/flow/LaxFridrichsMomentumX.h index 8fe02be403..14a854796e 100644 --- a/src/Examples/flow/LaxFridrichsMomentumX.h +++ b/src/Examples/flow/LaxFridrichsMomentumX.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumX.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow/LaxFridrichsMomentumXEuler.h b/src/Examples/flow/LaxFridrichsMomentumXEuler.h index b1877a2c4b..c41af6c31f 100644 --- a/src/Examples/flow/LaxFridrichsMomentumXEuler.h +++ b/src/Examples/flow/LaxFridrichsMomentumXEuler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumX.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow/LaxFridrichsMomentumY.h b/src/Examples/flow/LaxFridrichsMomentumY.h index 61c3e09dc6..97073f27c0 100644 --- a/src/Examples/flow/LaxFridrichsMomentumY.h +++ b/src/Examples/flow/LaxFridrichsMomentumY.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumY.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow/LaxFridrichsMomentumYEuler.h b/src/Examples/flow/LaxFridrichsMomentumYEuler.h index b4fe756910..aab11021bf 100644 --- a/src/Examples/flow/LaxFridrichsMomentumYEuler.h +++ b/src/Examples/flow/LaxFridrichsMomentumYEuler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumY.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow/LaxFridrichsMomentumZ.h b/src/Examples/flow/LaxFridrichsMomentumZ.h index 37056b5ae2..28e901d7e8 100644 --- a/src/Examples/flow/LaxFridrichsMomentumZ.h +++ b/src/Examples/flow/LaxFridrichsMomentumZ.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumZ.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow/LaxFridrichsMomentumZEuler.h b/src/Examples/flow/LaxFridrichsMomentumZEuler.h index fe85395951..4a7c55098c 100644 --- a/src/Examples/flow/LaxFridrichsMomentumZEuler.h +++ b/src/Examples/flow/LaxFridrichsMomentumZEuler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumZ.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/flow/MomentumXBoundaryConditionBoiler.h b/src/Examples/flow/MomentumXBoundaryConditionBoiler.h index e4d925eeb1..ddbf25095f 100644 --- a/src/Examples/flow/MomentumXBoundaryConditionBoiler.h +++ b/src/Examples/flow/MomentumXBoundaryConditionBoiler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow/MomentumXBoundaryConditionCavity.h b/src/Examples/flow/MomentumXBoundaryConditionCavity.h index 29136ccbfb..f49b55a381 100644 --- a/src/Examples/flow/MomentumXBoundaryConditionCavity.h +++ b/src/Examples/flow/MomentumXBoundaryConditionCavity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow/MomentumYBoundaryConditionBoiler.h b/src/Examples/flow/MomentumYBoundaryConditionBoiler.h index 6840bc46f6..e3c2ede961 100644 --- a/src/Examples/flow/MomentumYBoundaryConditionBoiler.h +++ b/src/Examples/flow/MomentumYBoundaryConditionBoiler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow/MomentumYBoundaryConditionCavity.h b/src/Examples/flow/MomentumYBoundaryConditionCavity.h index f902207f0c..ea6751abbe 100644 --- a/src/Examples/flow/MomentumYBoundaryConditionCavity.h +++ b/src/Examples/flow/MomentumYBoundaryConditionCavity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow/MomentumZBoundaryConditionBoiler.h b/src/Examples/flow/MomentumZBoundaryConditionBoiler.h index acbb7ed664..8c1bdb06bb 100644 --- a/src/Examples/flow/MomentumZBoundaryConditionBoiler.h +++ b/src/Examples/flow/MomentumZBoundaryConditionBoiler.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow/MomentumZBoundaryConditionCavity.h b/src/Examples/flow/MomentumZBoundaryConditionCavity.h index 6f72e7edc8..2a2972bdb7 100644 --- a/src/Examples/flow/MomentumZBoundaryConditionCavity.h +++ b/src/Examples/flow/MomentumZBoundaryConditionCavity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - IdentityOperator.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/FunctionAdapter.h> diff --git a/src/Examples/flow/PhysicalVariablesGetter.h b/src/Examples/flow/PhysicalVariablesGetter.h index 7485a8c0d6..ea14c8d4b2 100644 --- a/src/Examples/flow/PhysicalVariablesGetter.h +++ b/src/Examples/flow/PhysicalVariablesGetter.h @@ -1,13 +1,3 @@ -/*************************************************************************** - CompressibleConservativeVariables.h - description - ------------------- - begin : Feb 12, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Pointers/SharedPointer.h> diff --git a/src/Examples/flow/RiemannProblemInitialCondition.h b/src/Examples/flow/RiemannProblemInitialCondition.h index a761d68be7..75b64932d6 100644 --- a/src/Examples/flow/RiemannProblemInitialCondition.h +++ b/src/Examples/flow/RiemannProblemInitialCondition.h @@ -1,13 +1,3 @@ -/*************************************************************************** - RiemannProblemInitialCondition.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/StaticVector.h> diff --git a/src/Examples/flow/navierStokesProblem.h b/src/Examples/flow/navierStokesProblem.h index 4d9785c654..3dc6e8a4d7 100644 --- a/src/Examples/flow/navierStokesProblem.h +++ b/src/Examples/flow/navierStokesProblem.h @@ -1,13 +1,3 @@ -/*************************************************************************** - navierStokesProblem.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Problems/PDEProblem.h> diff --git a/src/Examples/flow/navierStokesProblem_impl.h b/src/Examples/flow/navierStokesProblem_impl.h index c02927f906..13ba6033cd 100644 --- a/src/Examples/flow/navierStokesProblem_impl.h +++ b/src/Examples/flow/navierStokesProblem_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - navierStokesProblem_impl.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/FileName.h> diff --git a/src/Examples/heat-equation/HeatEquationBuildConfigTag.h b/src/Examples/heat-equation/HeatEquationBuildConfigTag.h index 1e33ab2e12..ccd3e4f270 100644 --- a/src/Examples/heat-equation/HeatEquationBuildConfigTag.h +++ b/src/Examples/heat-equation/HeatEquationBuildConfigTag.h @@ -1,13 +1,3 @@ -/*************************************************************************** - HeatEquationBuildConfigTag.h - description - ------------------- - begin : Jul 7, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Solvers/BuildConfigTags.h> diff --git a/src/Examples/heat-equation/tnl-heat-equation-eoc.cpp b/src/Examples/heat-equation/tnl-heat-equation-eoc.cpp index 2b7737e783..41d90b66b7 100644 --- a/src/Examples/heat-equation/tnl-heat-equation-eoc.cpp +++ b/src/Examples/heat-equation/tnl-heat-equation-eoc.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-heat-equation-eoc.cpp - description - ------------------- - begin : Sep 7, 2014 - copyright : (C) 2014 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-heat-equation-eoc.h" diff --git a/src/Examples/heat-equation/tnl-heat-equation-eoc.cu b/src/Examples/heat-equation/tnl-heat-equation-eoc.cu index bcbcb5a796..3484f82730 100644 --- a/src/Examples/heat-equation/tnl-heat-equation-eoc.cu +++ b/src/Examples/heat-equation/tnl-heat-equation-eoc.cu @@ -1,11 +1 @@ -/*************************************************************************** - tnl-heat-equation-eoc.cu - description - ------------------- - begin : Nov 29, 2014 - copyright : (C) 2014 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-heat-equation-eoc.h" diff --git a/src/Examples/heat-equation/tnl-heat-equation-eoc.h b/src/Examples/heat-equation/tnl-heat-equation-eoc.h index 4fe7f01c9a..65aebc07a4 100644 --- a/src/Examples/heat-equation/tnl-heat-equation-eoc.h +++ b/src/Examples/heat-equation/tnl-heat-equation-eoc.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-heat-equation-eoc.h - description - ------------------- - begin : Nov 29, 2014 - copyright : (C) 2014 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Solvers/Solver.h> diff --git a/src/Examples/heat-equation/tnl-heat-equation.cpp b/src/Examples/heat-equation/tnl-heat-equation.cpp index 900d80bbc4..2d3ffe18d2 100644 --- a/src/Examples/heat-equation/tnl-heat-equation.cpp +++ b/src/Examples/heat-equation/tnl-heat-equation.cpp @@ -1,11 +1 @@ -/*************************************************************************** - tnl-heat-equation.cpp - description - ------------------- - begin : Jan 12, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-heat-equation.h" diff --git a/src/Examples/heat-equation/tnl-heat-equation.cu b/src/Examples/heat-equation/tnl-heat-equation.cu index 230f817ab0..2d3ffe18d2 100644 --- a/src/Examples/heat-equation/tnl-heat-equation.cu +++ b/src/Examples/heat-equation/tnl-heat-equation.cu @@ -1,11 +1 @@ -/*************************************************************************** - tnl-heat-equation.cu - description - ------------------- - begin : Nov 29, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-heat-equation.h" diff --git a/src/Examples/heat-equation/tnl-heat-equation.h b/src/Examples/heat-equation/tnl-heat-equation.h index 429f28906b..327b079670 100644 --- a/src/Examples/heat-equation/tnl-heat-equation.h +++ b/src/Examples/heat-equation/tnl-heat-equation.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-heat-equation.h - description - ------------------- - begin : Nov 29, 2014 - copyright : (C) 2014 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Solvers/Solver.h> diff --git a/src/Examples/inviscid-flow-sw/CompressibleConservativeVariables.h b/src/Examples/inviscid-flow-sw/CompressibleConservativeVariables.h index e833255718..7ee8779470 100644 --- a/src/Examples/inviscid-flow-sw/CompressibleConservativeVariables.h +++ b/src/Examples/inviscid-flow-sw/CompressibleConservativeVariables.h @@ -1,14 +1,3 @@ -/*************************************************************************** - CompressibleConservativeVariables.h - description - ------------------- - begin : Feb 12, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/MeshFunctionView.h> diff --git a/src/Examples/inviscid-flow-sw/LaxFridrichs.h b/src/Examples/inviscid-flow-sw/LaxFridrichs.h index 4f9faae171..22b29e6749 100644 --- a/src/Examples/inviscid-flow-sw/LaxFridrichs.h +++ b/src/Examples/inviscid-flow-sw/LaxFridrichs.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichs.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-sw/LaxFridrichsContinuity.h b/src/Examples/inviscid-flow-sw/LaxFridrichsContinuity.h index 47a8212471..6ac3263f56 100644 --- a/src/Examples/inviscid-flow-sw/LaxFridrichsContinuity.h +++ b/src/Examples/inviscid-flow-sw/LaxFridrichsContinuity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsContinuity.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-sw/LaxFridrichsEnergy.h b/src/Examples/inviscid-flow-sw/LaxFridrichsEnergy.h index 993a5de040..f3605257c0 100644 --- a/src/Examples/inviscid-flow-sw/LaxFridrichsEnergy.h +++ b/src/Examples/inviscid-flow-sw/LaxFridrichsEnergy.h @@ -1,13 +1,3 @@ -/*************************************************************************** - LaxFridrichsEnergy.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-sw/LaxFridrichsMomentumBase.h b/src/Examples/inviscid-flow-sw/LaxFridrichsMomentumBase.h index b034dac5e3..f6ebd661c3 100644 --- a/src/Examples/inviscid-flow-sw/LaxFridrichsMomentumBase.h +++ b/src/Examples/inviscid-flow-sw/LaxFridrichsMomentumBase.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumBase.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once namespace TNL { diff --git a/src/Examples/inviscid-flow-sw/LaxFridrichsMomentumX.h b/src/Examples/inviscid-flow-sw/LaxFridrichsMomentumX.h index b1877a2c4b..c41af6c31f 100644 --- a/src/Examples/inviscid-flow-sw/LaxFridrichsMomentumX.h +++ b/src/Examples/inviscid-flow-sw/LaxFridrichsMomentumX.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumX.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-sw/LaxFridrichsMomentumY.h b/src/Examples/inviscid-flow-sw/LaxFridrichsMomentumY.h index b4fe756910..aab11021bf 100644 --- a/src/Examples/inviscid-flow-sw/LaxFridrichsMomentumY.h +++ b/src/Examples/inviscid-flow-sw/LaxFridrichsMomentumY.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumY.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-sw/LaxFridrichsMomentumZ.h b/src/Examples/inviscid-flow-sw/LaxFridrichsMomentumZ.h index fe85395951..4a7c55098c 100644 --- a/src/Examples/inviscid-flow-sw/LaxFridrichsMomentumZ.h +++ b/src/Examples/inviscid-flow-sw/LaxFridrichsMomentumZ.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumZ.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-sw/PhysicalVariablesGetter.h b/src/Examples/inviscid-flow-sw/PhysicalVariablesGetter.h index 7485a8c0d6..ea14c8d4b2 100644 --- a/src/Examples/inviscid-flow-sw/PhysicalVariablesGetter.h +++ b/src/Examples/inviscid-flow-sw/PhysicalVariablesGetter.h @@ -1,13 +1,3 @@ -/*************************************************************************** - CompressibleConservativeVariables.h - description - ------------------- - begin : Feb 12, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Pointers/SharedPointer.h> diff --git a/src/Examples/inviscid-flow-sw/RiemannProblemInitialCondition.h b/src/Examples/inviscid-flow-sw/RiemannProblemInitialCondition.h index e933648bb1..8a2de1ec62 100644 --- a/src/Examples/inviscid-flow-sw/RiemannProblemInitialCondition.h +++ b/src/Examples/inviscid-flow-sw/RiemannProblemInitialCondition.h @@ -1,13 +1,3 @@ -/*************************************************************************** - RiemannProblemInitialCondition.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/StaticVector.h> diff --git a/src/Examples/inviscid-flow-sw/Upwind.h b/src/Examples/inviscid-flow-sw/Upwind.h index 2a66ac9225..9af0ae1f48 100644 --- a/src/Examples/inviscid-flow-sw/Upwind.h +++ b/src/Examples/inviscid-flow-sw/Upwind.h @@ -1,14 +1,3 @@ -/*************************************************************************** - Upwind.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-sw/UpwindContinuity.h b/src/Examples/inviscid-flow-sw/UpwindContinuity.h index 896642025f..3b5a2fb557 100644 --- a/src/Examples/inviscid-flow-sw/UpwindContinuity.h +++ b/src/Examples/inviscid-flow-sw/UpwindContinuity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindContinuity.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-sw/UpwindEnergy.h b/src/Examples/inviscid-flow-sw/UpwindEnergy.h index 9c30ad54e8..d69f8be04b 100644 --- a/src/Examples/inviscid-flow-sw/UpwindEnergy.h +++ b/src/Examples/inviscid-flow-sw/UpwindEnergy.h @@ -1,13 +1,3 @@ -/*************************************************************************** - UpwindEnergy.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-sw/UpwindMomentumBase.h b/src/Examples/inviscid-flow-sw/UpwindMomentumBase.h index db7ac62f8b..248eac25ac 100644 --- a/src/Examples/inviscid-flow-sw/UpwindMomentumBase.h +++ b/src/Examples/inviscid-flow-sw/UpwindMomentumBase.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindMomentumBase.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once namespace TNL { diff --git a/src/Examples/inviscid-flow-sw/UpwindMomentumX.h b/src/Examples/inviscid-flow-sw/UpwindMomentumX.h index 1a887e7a51..b50ba235e9 100644 --- a/src/Examples/inviscid-flow-sw/UpwindMomentumX.h +++ b/src/Examples/inviscid-flow-sw/UpwindMomentumX.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindMomentumX.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-sw/UpwindMomentumY.h b/src/Examples/inviscid-flow-sw/UpwindMomentumY.h index 2ab8ffe82a..9b214b980f 100644 --- a/src/Examples/inviscid-flow-sw/UpwindMomentumY.h +++ b/src/Examples/inviscid-flow-sw/UpwindMomentumY.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindMomentumY.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-sw/UpwindMomentumZ.h b/src/Examples/inviscid-flow-sw/UpwindMomentumZ.h index fe8be0eb20..cd407fd755 100644 --- a/src/Examples/inviscid-flow-sw/UpwindMomentumZ.h +++ b/src/Examples/inviscid-flow-sw/UpwindMomentumZ.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindMomentumZ.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-sw/eulerProblem.h b/src/Examples/inviscid-flow-sw/eulerProblem.h index 2a5ef790cb..5e1d706fa2 100644 --- a/src/Examples/inviscid-flow-sw/eulerProblem.h +++ b/src/Examples/inviscid-flow-sw/eulerProblem.h @@ -1,13 +1,3 @@ -/*************************************************************************** - eulerProblem.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Problems/PDEProblem.h> diff --git a/src/Examples/inviscid-flow-sw/eulerProblem_impl.h b/src/Examples/inviscid-flow-sw/eulerProblem_impl.h index 86d4201c61..1e47d441be 100644 --- a/src/Examples/inviscid-flow-sw/eulerProblem_impl.h +++ b/src/Examples/inviscid-flow-sw/eulerProblem_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - eulerProblem_impl.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/FileName.h> diff --git a/src/Examples/inviscid-flow-vl/CompressibleConservativeVariables.h b/src/Examples/inviscid-flow-vl/CompressibleConservativeVariables.h index e833255718..7ee8779470 100644 --- a/src/Examples/inviscid-flow-vl/CompressibleConservativeVariables.h +++ b/src/Examples/inviscid-flow-vl/CompressibleConservativeVariables.h @@ -1,14 +1,3 @@ -/*************************************************************************** - CompressibleConservativeVariables.h - description - ------------------- - begin : Feb 12, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/MeshFunctionView.h> diff --git a/src/Examples/inviscid-flow-vl/LaxFridrichs.h b/src/Examples/inviscid-flow-vl/LaxFridrichs.h index 4f9faae171..22b29e6749 100644 --- a/src/Examples/inviscid-flow-vl/LaxFridrichs.h +++ b/src/Examples/inviscid-flow-vl/LaxFridrichs.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichs.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-vl/LaxFridrichsContinuity.h b/src/Examples/inviscid-flow-vl/LaxFridrichsContinuity.h index 47a8212471..6ac3263f56 100644 --- a/src/Examples/inviscid-flow-vl/LaxFridrichsContinuity.h +++ b/src/Examples/inviscid-flow-vl/LaxFridrichsContinuity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsContinuity.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-vl/LaxFridrichsEnergy.h b/src/Examples/inviscid-flow-vl/LaxFridrichsEnergy.h index 993a5de040..f3605257c0 100644 --- a/src/Examples/inviscid-flow-vl/LaxFridrichsEnergy.h +++ b/src/Examples/inviscid-flow-vl/LaxFridrichsEnergy.h @@ -1,13 +1,3 @@ -/*************************************************************************** - LaxFridrichsEnergy.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-vl/LaxFridrichsMomentumBase.h b/src/Examples/inviscid-flow-vl/LaxFridrichsMomentumBase.h index b034dac5e3..f6ebd661c3 100644 --- a/src/Examples/inviscid-flow-vl/LaxFridrichsMomentumBase.h +++ b/src/Examples/inviscid-flow-vl/LaxFridrichsMomentumBase.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumBase.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once namespace TNL { diff --git a/src/Examples/inviscid-flow-vl/LaxFridrichsMomentumX.h b/src/Examples/inviscid-flow-vl/LaxFridrichsMomentumX.h index b1877a2c4b..c41af6c31f 100644 --- a/src/Examples/inviscid-flow-vl/LaxFridrichsMomentumX.h +++ b/src/Examples/inviscid-flow-vl/LaxFridrichsMomentumX.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumX.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-vl/LaxFridrichsMomentumY.h b/src/Examples/inviscid-flow-vl/LaxFridrichsMomentumY.h index b4fe756910..aab11021bf 100644 --- a/src/Examples/inviscid-flow-vl/LaxFridrichsMomentumY.h +++ b/src/Examples/inviscid-flow-vl/LaxFridrichsMomentumY.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumY.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-vl/LaxFridrichsMomentumZ.h b/src/Examples/inviscid-flow-vl/LaxFridrichsMomentumZ.h index fe85395951..4a7c55098c 100644 --- a/src/Examples/inviscid-flow-vl/LaxFridrichsMomentumZ.h +++ b/src/Examples/inviscid-flow-vl/LaxFridrichsMomentumZ.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumZ.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-vl/PhysicalVariablesGetter.h b/src/Examples/inviscid-flow-vl/PhysicalVariablesGetter.h index 7485a8c0d6..ea14c8d4b2 100644 --- a/src/Examples/inviscid-flow-vl/PhysicalVariablesGetter.h +++ b/src/Examples/inviscid-flow-vl/PhysicalVariablesGetter.h @@ -1,13 +1,3 @@ -/*************************************************************************** - CompressibleConservativeVariables.h - description - ------------------- - begin : Feb 12, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Pointers/SharedPointer.h> diff --git a/src/Examples/inviscid-flow-vl/RiemannProblemInitialCondition.h b/src/Examples/inviscid-flow-vl/RiemannProblemInitialCondition.h index e933648bb1..8a2de1ec62 100644 --- a/src/Examples/inviscid-flow-vl/RiemannProblemInitialCondition.h +++ b/src/Examples/inviscid-flow-vl/RiemannProblemInitialCondition.h @@ -1,13 +1,3 @@ -/*************************************************************************** - RiemannProblemInitialCondition.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/StaticVector.h> diff --git a/src/Examples/inviscid-flow-vl/Upwind.h b/src/Examples/inviscid-flow-vl/Upwind.h index 2a66ac9225..9af0ae1f48 100644 --- a/src/Examples/inviscid-flow-vl/Upwind.h +++ b/src/Examples/inviscid-flow-vl/Upwind.h @@ -1,14 +1,3 @@ -/*************************************************************************** - Upwind.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-vl/UpwindContinuity.h b/src/Examples/inviscid-flow-vl/UpwindContinuity.h index 3e5f6eb09c..d162ab813a 100644 --- a/src/Examples/inviscid-flow-vl/UpwindContinuity.h +++ b/src/Examples/inviscid-flow-vl/UpwindContinuity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindContinuity.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-vl/UpwindEnergy.h b/src/Examples/inviscid-flow-vl/UpwindEnergy.h index 5da12966a4..26166d8bf6 100644 --- a/src/Examples/inviscid-flow-vl/UpwindEnergy.h +++ b/src/Examples/inviscid-flow-vl/UpwindEnergy.h @@ -1,13 +1,3 @@ -/*************************************************************************** - UpwindEnergy.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-vl/UpwindMomentumBase.h b/src/Examples/inviscid-flow-vl/UpwindMomentumBase.h index c1bd9f95e7..6f6120000a 100644 --- a/src/Examples/inviscid-flow-vl/UpwindMomentumBase.h +++ b/src/Examples/inviscid-flow-vl/UpwindMomentumBase.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindMomentumBase.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once namespace TNL { diff --git a/src/Examples/inviscid-flow-vl/UpwindMomentumX.h b/src/Examples/inviscid-flow-vl/UpwindMomentumX.h index cc7a01bc96..d38eed7efb 100644 --- a/src/Examples/inviscid-flow-vl/UpwindMomentumX.h +++ b/src/Examples/inviscid-flow-vl/UpwindMomentumX.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindMomentumX.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-vl/UpwindMomentumY.h b/src/Examples/inviscid-flow-vl/UpwindMomentumY.h index 2ab8ffe82a..9b214b980f 100644 --- a/src/Examples/inviscid-flow-vl/UpwindMomentumY.h +++ b/src/Examples/inviscid-flow-vl/UpwindMomentumY.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindMomentumY.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-vl/UpwindMomentumZ.h b/src/Examples/inviscid-flow-vl/UpwindMomentumZ.h index fe8be0eb20..cd407fd755 100644 --- a/src/Examples/inviscid-flow-vl/UpwindMomentumZ.h +++ b/src/Examples/inviscid-flow-vl/UpwindMomentumZ.h @@ -1,14 +1,3 @@ -/*************************************************************************** - UpwindMomentumZ.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow-vl/eulerProblem.h b/src/Examples/inviscid-flow-vl/eulerProblem.h index 2a5ef790cb..5e1d706fa2 100644 --- a/src/Examples/inviscid-flow-vl/eulerProblem.h +++ b/src/Examples/inviscid-flow-vl/eulerProblem.h @@ -1,13 +1,3 @@ -/*************************************************************************** - eulerProblem.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Problems/PDEProblem.h> diff --git a/src/Examples/inviscid-flow-vl/eulerProblem_impl.h b/src/Examples/inviscid-flow-vl/eulerProblem_impl.h index 86d4201c61..1e47d441be 100644 --- a/src/Examples/inviscid-flow-vl/eulerProblem_impl.h +++ b/src/Examples/inviscid-flow-vl/eulerProblem_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - eulerProblem_impl.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/FileName.h> diff --git a/src/Examples/inviscid-flow/1d/MyMixedBoundaryConditions.h b/src/Examples/inviscid-flow/1d/MyMixedBoundaryConditions.h index 376536b664..fc9e13b74b 100644 --- a/src/Examples/inviscid-flow/1d/MyMixedBoundaryConditions.h +++ b/src/Examples/inviscid-flow/1d/MyMixedBoundaryConditions.h @@ -1,12 +1,3 @@ -// coppied and changed -/*************************************************************************** - tnlMyMixedBoundaryConditions.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/Examples/inviscid-flow/1d/MyNeumannBoundaryConditions.h b/src/Examples/inviscid-flow/1d/MyNeumannBoundaryConditions.h index 412f31c4b2..3c5382c374 100644 --- a/src/Examples/inviscid-flow/1d/MyNeumannBoundaryConditions.h +++ b/src/Examples/inviscid-flow/1d/MyNeumannBoundaryConditions.h @@ -1,12 +1,3 @@ -//** coppied and changed -/*************************************************************************** - tnlMyNeumannBoundaryConditions.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/Examples/inviscid-flow/2d/MyMixedBoundaryConditions.h b/src/Examples/inviscid-flow/2d/MyMixedBoundaryConditions.h index 6b524396f8..a26a32faf7 100644 --- a/src/Examples/inviscid-flow/2d/MyMixedBoundaryConditions.h +++ b/src/Examples/inviscid-flow/2d/MyMixedBoundaryConditions.h @@ -1,12 +1,3 @@ -// coppied and changed -/*************************************************************************** - tnlMyMixedBoundaryConditions.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/Examples/inviscid-flow/2d/MyNeumannBoundaryConditions.h b/src/Examples/inviscid-flow/2d/MyNeumannBoundaryConditions.h index f5b307ddce..fdaae575c1 100644 --- a/src/Examples/inviscid-flow/2d/MyNeumannBoundaryConditions.h +++ b/src/Examples/inviscid-flow/2d/MyNeumannBoundaryConditions.h @@ -1,12 +1,3 @@ -//** coppied and changed -/*************************************************************************** - tnlMyNeumannBoundaryConditions.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/Examples/inviscid-flow/3d/MyMixedBoundaryConditions.h b/src/Examples/inviscid-flow/3d/MyMixedBoundaryConditions.h index 6b524396f8..a26a32faf7 100644 --- a/src/Examples/inviscid-flow/3d/MyMixedBoundaryConditions.h +++ b/src/Examples/inviscid-flow/3d/MyMixedBoundaryConditions.h @@ -1,12 +1,3 @@ -// coppied and changed -/*************************************************************************** - tnlMyMixedBoundaryConditions.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/Examples/inviscid-flow/3d/MyNeumannBoundaryConditions.h b/src/Examples/inviscid-flow/3d/MyNeumannBoundaryConditions.h index 7b1ba348ca..e94d05df23 100644 --- a/src/Examples/inviscid-flow/3d/MyNeumannBoundaryConditions.h +++ b/src/Examples/inviscid-flow/3d/MyNeumannBoundaryConditions.h @@ -1,12 +1,3 @@ -//** coppied and changed -/*************************************************************************** - tnlMyNeumannBoundaryConditions.h - description - ------------------- - begin : Nov 17, 2014 - copyright : (C) 2014 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/Examples/inviscid-flow/CompressibleConservativeVariables.h b/src/Examples/inviscid-flow/CompressibleConservativeVariables.h index 8b2384afd7..69c38db2c6 100644 --- a/src/Examples/inviscid-flow/CompressibleConservativeVariables.h +++ b/src/Examples/inviscid-flow/CompressibleConservativeVariables.h @@ -1,14 +1,3 @@ -/*************************************************************************** - CompressibleConservativeVariables.h - description - ------------------- - begin : Feb 12, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Functions/MeshFunctionView.h> diff --git a/src/Examples/inviscid-flow/LaxFridrichs.h b/src/Examples/inviscid-flow/LaxFridrichs.h index 8f150da83b..74b80dd518 100644 --- a/src/Examples/inviscid-flow/LaxFridrichs.h +++ b/src/Examples/inviscid-flow/LaxFridrichs.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichs.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow/LaxFridrichsContinuity.h b/src/Examples/inviscid-flow/LaxFridrichsContinuity.h index eb969d44d0..6beebdd627 100644 --- a/src/Examples/inviscid-flow/LaxFridrichsContinuity.h +++ b/src/Examples/inviscid-flow/LaxFridrichsContinuity.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsContinuity.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow/LaxFridrichsEnergy.h b/src/Examples/inviscid-flow/LaxFridrichsEnergy.h index c75ca890bb..5779bc0b8b 100644 --- a/src/Examples/inviscid-flow/LaxFridrichsEnergy.h +++ b/src/Examples/inviscid-flow/LaxFridrichsEnergy.h @@ -1,13 +1,3 @@ -/*************************************************************************** - LaxFridrichsEnergy.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow/LaxFridrichsMomentumBase.h b/src/Examples/inviscid-flow/LaxFridrichsMomentumBase.h index d7442b30ed..439f429ad4 100644 --- a/src/Examples/inviscid-flow/LaxFridrichsMomentumBase.h +++ b/src/Examples/inviscid-flow/LaxFridrichsMomentumBase.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumBase.h - description - ------------------- - begin : Feb 17, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once namespace TNL { diff --git a/src/Examples/inviscid-flow/LaxFridrichsMomentumX.h b/src/Examples/inviscid-flow/LaxFridrichsMomentumX.h index b1877a2c4b..c41af6c31f 100644 --- a/src/Examples/inviscid-flow/LaxFridrichsMomentumX.h +++ b/src/Examples/inviscid-flow/LaxFridrichsMomentumX.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumX.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow/LaxFridrichsMomentumY.h b/src/Examples/inviscid-flow/LaxFridrichsMomentumY.h index b4fe756910..aab11021bf 100644 --- a/src/Examples/inviscid-flow/LaxFridrichsMomentumY.h +++ b/src/Examples/inviscid-flow/LaxFridrichsMomentumY.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumY.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow/LaxFridrichsMomentumZ.h b/src/Examples/inviscid-flow/LaxFridrichsMomentumZ.h index fe85395951..4a7c55098c 100644 --- a/src/Examples/inviscid-flow/LaxFridrichsMomentumZ.h +++ b/src/Examples/inviscid-flow/LaxFridrichsMomentumZ.h @@ -1,14 +1,3 @@ -/*************************************************************************** - LaxFridrichsMomentumZ.h - description - ------------------- - begin : Feb 18, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/Examples/inviscid-flow/PhysicalVariablesGetter.h b/src/Examples/inviscid-flow/PhysicalVariablesGetter.h index 6f66929c7e..f5619e2ccf 100644 --- a/src/Examples/inviscid-flow/PhysicalVariablesGetter.h +++ b/src/Examples/inviscid-flow/PhysicalVariablesGetter.h @@ -1,13 +1,3 @@ -/*************************************************************************** - CompressibleConservativeVariables.h - description - ------------------- - begin : Feb 12, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Pointers/SharedPointer.h> diff --git a/src/Examples/inviscid-flow/RiemannProblemInitialCondition.h b/src/Examples/inviscid-flow/RiemannProblemInitialCondition.h index fc2c43f5f8..c0c94371ac 100644 --- a/src/Examples/inviscid-flow/RiemannProblemInitialCondition.h +++ b/src/Examples/inviscid-flow/RiemannProblemInitialCondition.h @@ -1,13 +1,3 @@ -/*************************************************************************** - RiemannProblemInitialCondition.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/StaticVector.h> diff --git a/src/Examples/inviscid-flow/eulerProblem.h b/src/Examples/inviscid-flow/eulerProblem.h index d205a3ac2d..17e07c44e4 100644 --- a/src/Examples/inviscid-flow/eulerProblem.h +++ b/src/Examples/inviscid-flow/eulerProblem.h @@ -1,13 +1,3 @@ -/*************************************************************************** - eulerProblem.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Problems/PDEProblem.h> diff --git a/src/Examples/inviscid-flow/eulerProblem_impl.h b/src/Examples/inviscid-flow/eulerProblem_impl.h index 78e19e0b3a..7aa0f0eea3 100644 --- a/src/Examples/inviscid-flow/eulerProblem_impl.h +++ b/src/Examples/inviscid-flow/eulerProblem_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - eulerProblem_impl.h - description - ------------------- - begin : Feb 13, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/FileName.h> diff --git a/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow-eoc.cpp b/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow-eoc.cpp index 52e59c5652..ac07f695c3 100644 --- a/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow-eoc.cpp +++ b/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow-eoc.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-mean-curvature-flow-eoc.cpp - description - ------------------- - begin : Dec 29, 2015 - copyright : (C) 2015 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-mean-curvature-flow-eoc.h" diff --git a/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow-eoc.cu b/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow-eoc.cu index 97e06fee7d..ac07f695c3 100644 --- a/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow-eoc.cu +++ b/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow-eoc.cu @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-mean-curvature-flow-eoc.cu - description - ------------------- - begin : Dec 29, 2015 - copyright : (C) 2015 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-mean-curvature-flow-eoc.h" diff --git a/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow-eoc.h b/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow-eoc.h index 4d852a7d83..bbc091fc59 100644 --- a/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow-eoc.h +++ b/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow-eoc.h @@ -1,20 +1,3 @@ -/*************************************************************************** - tnl-heat-equation-eoc.h - description - ------------------- - begin : Nov 29, 2014 - copyright : (C) 2014 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef TNL_MEAN_CURVATURE_FLOW_EOC_H_ #define TNL_MEAN_CURVATURE_FLOW_EOC_H_ diff --git a/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow.cpp b/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow.cpp index e2e02b43fe..5621967c93 100644 --- a/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow.cpp +++ b/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow.cpp @@ -1,11 +1 @@ -/*************************************************************************** - tnl-mean-cudvature-flow.cpp - description - ------------------- - begin : Dec 29, 2015 - copyright : (C) 2015 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-mean-curvature-flow.h" diff --git a/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow.cu b/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow.cu index 001503554a..5621967c93 100644 --- a/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow.cu +++ b/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow.cu @@ -1,11 +1 @@ -/*************************************************************************** - tnl-mean-curvature-flow.cu - description - ------------------- - begin : Dec 29, 2015 - copyright : (C) 2015 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-mean-curvature-flow.h" diff --git a/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow.h b/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow.h index bc1f38fdd9..029a4f8ca1 100644 --- a/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow.h +++ b/src/Examples/mean-curvature-flow/tnl-mean-curvature-flow.h @@ -1,20 +1,3 @@ -/*************************************************************************** - tnl-heat-equation.h - description - ------------------- - begin : Nov 29, 2014 - copyright : (C) 2014 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef TNL_MEAN_CURVATIVE_FLOW_H_ #define TNL_MEAN_CURVATIVE_FLOW_H_ diff --git a/src/Examples/navier-stokes/main.cpp b/src/Examples/navier-stokes/main.cpp index f192f16c94..18a5634212 100644 --- a/src/Examples/navier-stokes/main.cpp +++ b/src/Examples/navier-stokes/main.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - main.cpp - description - ------------------- - begin : Jan 12, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <cstdlib> #include "navier-stokes-conf.h" #include "navierStokesSetter.h" diff --git a/src/Examples/navier-stokes/navierStokesBoundaryConditions.h b/src/Examples/navier-stokes/navierStokesBoundaryConditions.h index e4ab6806cc..da60bc7063 100644 --- a/src/Examples/navier-stokes/navierStokesBoundaryConditions.h +++ b/src/Examples/navier-stokes/navierStokesBoundaryConditions.h @@ -1,20 +1,3 @@ -/*************************************************************************** - navierStokesBoundaryConditions.h - description - ------------------- - begin : Oct 24, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef NAVIERSTOKESBOUNDARYCONDITIONS_H_ #define NAVIERSTOKESBOUNDARYCONDITIONS_H_ diff --git a/src/Examples/navier-stokes/navierStokesBoundaryConditions_impl.h b/src/Examples/navier-stokes/navierStokesBoundaryConditions_impl.h index 3eb66e8555..cc78d6b44f 100644 --- a/src/Examples/navier-stokes/navierStokesBoundaryConditions_impl.h +++ b/src/Examples/navier-stokes/navierStokesBoundaryConditions_impl.h @@ -1,20 +1,3 @@ -/*************************************************************************** - navierStokesBoundaryConditions_impl.h - description - ------------------- - begin : Oct 24, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef NAVIERSTOKESBOUNDARYCONDITIONS_IMPL_H_ #define NAVIERSTOKESBOUNDARYCONDITIONS_IMPL_H_ diff --git a/src/Examples/navier-stokes/navierStokesSetter.h b/src/Examples/navier-stokes/navierStokesSetter.h index ebe5117b02..97826829a8 100644 --- a/src/Examples/navier-stokes/navierStokesSetter.h +++ b/src/Examples/navier-stokes/navierStokesSetter.h @@ -1,20 +1,3 @@ -/*************************************************************************** - navierStokesSetter.h - description - ------------------- - begin : Feb 23, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef SIMPLEPROBLEMTYPESSETTER_H_ #define SIMPLEPROBLEMTYPESSETTER_H_ diff --git a/src/Examples/navier-stokes/navierStokesSetter_impl.h b/src/Examples/navier-stokes/navierStokesSetter_impl.h index a0369516cf..88a1041c5b 100644 --- a/src/Examples/navier-stokes/navierStokesSetter_impl.h +++ b/src/Examples/navier-stokes/navierStokesSetter_impl.h @@ -1,20 +1,3 @@ -/*************************************************************************** - navierStokesSetter_impl.h - description - ------------------- - begin : Mar 9, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef NAVIERSTOKESSETTER_IMPL_H_ #define NAVIERSTOKESSETTER_IMPL_H_ diff --git a/src/Examples/navier-stokes/navierStokesSolver.h b/src/Examples/navier-stokes/navierStokesSolver.h index c0166701ab..32c6670246 100644 --- a/src/Examples/navier-stokes/navierStokesSolver.h +++ b/src/Examples/navier-stokes/navierStokesSolver.h @@ -1,20 +1,3 @@ -/*************************************************************************** - navierStokesSolver.h - description - ------------------- - begin : Jan 13, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef NAVIERSTOKESSOLVER_H_ #define NAVIERSTOKESSOLVER_H_ diff --git a/src/Examples/navier-stokes/navierStokesSolverMonitor.h b/src/Examples/navier-stokes/navierStokesSolverMonitor.h index 326f9f2755..a64bb2ef4c 100644 --- a/src/Examples/navier-stokes/navierStokesSolverMonitor.h +++ b/src/Examples/navier-stokes/navierStokesSolverMonitor.h @@ -1,20 +1,3 @@ -/*************************************************************************** - navierStokesSolverMonitor.h - description - ------------------- - begin : Mar 13, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef NAVIERSTOKESSOLVERMONITOR_H_ #define NAVIERSTOKESSOLVERMONITOR_H_ diff --git a/src/Examples/navier-stokes/navierStokesSolverMonitor_impl.h b/src/Examples/navier-stokes/navierStokesSolverMonitor_impl.h index 462d31257a..1a1d6dc3af 100644 --- a/src/Examples/navier-stokes/navierStokesSolverMonitor_impl.h +++ b/src/Examples/navier-stokes/navierStokesSolverMonitor_impl.h @@ -1,20 +1,3 @@ -/*************************************************************************** - navierStokesSolverMonitor_impl.h - description - ------------------- - begin : Mar 13, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef TNLNAVIERSTOKESSOLVERMONITOR_IMPL_H_ #define TNLNAVIERSTOKESSOLVERMONITOR_IMPL_H_ diff --git a/src/Examples/navier-stokes/navierStokesSolver_impl.h b/src/Examples/navier-stokes/navierStokesSolver_impl.h index a42c7b3177..4bffc74fcc 100644 --- a/src/Examples/navier-stokes/navierStokesSolver_impl.h +++ b/src/Examples/navier-stokes/navierStokesSolver_impl.h @@ -1,20 +1,3 @@ -/*************************************************************************** - navierStokesSolver.impl.h - description - ------------------- - begin : Jan 13, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #ifndef NAVIERSTOKESSOLVER_IMPL_H_ #define NAVIERSTOKESSOLVER_IMPL_H_ diff --git a/src/Examples/quad-test/main.cpp b/src/Examples/quad-test/main.cpp index 7f4626d74a..d96e74ff3b 100644 --- a/src/Examples/quad-test/main.cpp +++ b/src/Examples/quad-test/main.cpp @@ -1,20 +1,3 @@ -/*************************************************************************** - main.cpp - description - ------------------- - begin : Jan 12, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - #include "quad-test-conf.h" #include <TNL/Config/ConfigDescription.h> #include <TNL/Config/ParameterContainer.h> diff --git a/src/Examples/transport-equation/tnl-transport-equation-eoc.cpp b/src/Examples/transport-equation/tnl-transport-equation-eoc.cpp index 00e2e867a1..9766cdaa3b 100644 --- a/src/Examples/transport-equation/tnl-transport-equation-eoc.cpp +++ b/src/Examples/transport-equation/tnl-transport-equation-eoc.cpp @@ -1,11 +1 @@ -/*************************************************************************** - tnl-transport-equation-eoc.cpp - description - ------------------- - begin : Feb 10, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-transport-equation-eoc.h" diff --git a/src/Examples/transport-equation/tnl-transport-equation-eoc.cu b/src/Examples/transport-equation/tnl-transport-equation-eoc.cu index 9a17dc4e1f..9766cdaa3b 100644 --- a/src/Examples/transport-equation/tnl-transport-equation-eoc.cu +++ b/src/Examples/transport-equation/tnl-transport-equation-eoc.cu @@ -1,12 +1 @@ -/*************************************************************************** - tnl-transport-equation-eoc.cu - description - ------------------- - begin : Feb 10, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #include "tnl-transport-equation-eoc.h" diff --git a/src/Examples/transport-equation/tnl-transport-equation-eoc.h b/src/Examples/transport-equation/tnl-transport-equation-eoc.h index f619c25bb5..6f6c35e838 100644 --- a/src/Examples/transport-equation/tnl-transport-equation-eoc.h +++ b/src/Examples/transport-equation/tnl-transport-equation-eoc.h @@ -1,14 +1,3 @@ -/*************************************************************************** - tnl-transport-equation-eoc.h - description - ------------------- - begin : Feb 10, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #include <TNL/Solvers/Solver.h> #include <TNL/Solvers/BuildConfigTags.h> #include <TNL/Operators/DirichletBoundaryConditions.h> diff --git a/src/Examples/transport-equation/tnl-transport-equation.cpp b/src/Examples/transport-equation/tnl-transport-equation.cpp index f8cc396d31..a40a7e03e8 100644 --- a/src/Examples/transport-equation/tnl-transport-equation.cpp +++ b/src/Examples/transport-equation/tnl-transport-equation.cpp @@ -1,11 +1 @@ -/*************************************************************************** - tnl-transport-equation.cpp - description - ------------------- - begin : Feb 10, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-transport-equation.h" diff --git a/src/Examples/transport-equation/tnl-transport-equation.cu b/src/Examples/transport-equation/tnl-transport-equation.cu index 068984a891..a40a7e03e8 100644 --- a/src/Examples/transport-equation/tnl-transport-equation.cu +++ b/src/Examples/transport-equation/tnl-transport-equation.cu @@ -1,11 +1 @@ -/*************************************************************************** - tnl-transport-equation.cu - description - ------------------- - begin : Feb 10, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-transport-equation.h" diff --git a/src/Examples/transport-equation/tnl-transport-equation.h b/src/Examples/transport-equation/tnl-transport-equation.h index a8ad7062fd..0797440739 100644 --- a/src/Examples/transport-equation/tnl-transport-equation.h +++ b/src/Examples/transport-equation/tnl-transport-equation.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-transport-equation.h - description - ------------------- - begin : Feb 10, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Solvers/Solver.h> #include <TNL/Solvers/BuildConfigTags.h> #include <TNL/Operators/DirichletBoundaryConditions.h> diff --git a/src/Examples/transport-equation/transportEquationBuildConfigTag.h b/src/Examples/transport-equation/transportEquationBuildConfigTag.h index ac80355156..233082ac36 100644 --- a/src/Examples/transport-equation/transportEquationBuildConfigTag.h +++ b/src/Examples/transport-equation/transportEquationBuildConfigTag.h @@ -1,14 +1,3 @@ -/*************************************************************************** - transportEquationBuildConfigTag.cpp - description - ------------------- - begin : Feb 10, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #pragma once #include <TNL/Solvers/BuildConfigTags.h> diff --git a/src/Examples/transport-equation/transportEquationProblem.h b/src/Examples/transport-equation/transportEquationProblem.h index 07f8d4a96c..2aba564b84 100644 --- a/src/Examples/transport-equation/transportEquationProblem.h +++ b/src/Examples/transport-equation/transportEquationProblem.h @@ -1,13 +1,3 @@ -/*************************************************************************** - transportEquationProblem.h - description - ------------------- - begin : Feb 10, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Problems/PDEProblem.h> diff --git a/src/Examples/transport-equation/transportEquationProblemEoc.h b/src/Examples/transport-equation/transportEquationProblemEoc.h index b0af429f1f..2955784fb9 100644 --- a/src/Examples/transport-equation/transportEquationProblemEoc.h +++ b/src/Examples/transport-equation/transportEquationProblemEoc.h @@ -1,13 +1,3 @@ -/*************************************************************************** - transportEquationProblemEoc.h - description - ------------------- - begin : Feb 10, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Problems/PDEProblem.h> diff --git a/src/Examples/transport-equation/transportEquationProblemEoc_impl.h b/src/Examples/transport-equation/transportEquationProblemEoc_impl.h index 46a54a1e58..bf7ce2c7a2 100644 --- a/src/Examples/transport-equation/transportEquationProblemEoc_impl.h +++ b/src/Examples/transport-equation/transportEquationProblemEoc_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - transportEquationProblemEoc_impl.h - description - ------------------- - begin : Feb 10, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/FileName.h> diff --git a/src/Examples/transport-equation/transportEquationProblem_impl.h b/src/Examples/transport-equation/transportEquationProblem_impl.h index 012c1754bb..29d29503b2 100644 --- a/src/Examples/transport-equation/transportEquationProblem_impl.h +++ b/src/Examples/transport-equation/transportEquationProblem_impl.h @@ -1,13 +1,3 @@ -/*************************************************************************** - transportEquationProblem_impl.h - description - ------------------- - begin : Feb 10, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/FileName.h> diff --git a/src/Tools/tnl-decompose-grid.cpp b/src/Tools/tnl-decompose-grid.cpp index c47055b320..149f2b2a2d 100644 --- a/src/Tools/tnl-decompose-grid.cpp +++ b/src/Tools/tnl-decompose-grid.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-decompose-grid.cpp - description - ------------------- - begin : Jun 24, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Jakub Klinkovský #include <TNL/Config/parseCommandLine.h> diff --git a/src/Tools/tnl-decompose-mesh.cpp b/src/Tools/tnl-decompose-mesh.cpp index b85d01dd01..de9fa9e473 100644 --- a/src/Tools/tnl-decompose-mesh.cpp +++ b/src/Tools/tnl-decompose-mesh.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-decompose-mesh.cpp - description - ------------------- - begin : Apr 1, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by: Jakub Klinkovský #include <TNL/Config/parseCommandLine.h> diff --git a/src/Tools/tnl-dicom-reader.cpp b/src/Tools/tnl-dicom-reader.cpp index bf016189b6..44c7e5d24c 100644 --- a/src/Tools/tnl-dicom-reader.cpp +++ b/src/Tools/tnl-dicom-reader.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-dicom-reader.cpp - description - ------------------- - begin : Jul 19, 2015 - copyright : (C) 2015 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Config/parseCommandLine.h> #include <TNL/Containers/Vector.h> #include <TNL/Images/DicomSeries.h> diff --git a/src/Tools/tnl-diff.cpp b/src/Tools/tnl-diff.cpp index ce7fe42d4b..7e39199b1c 100644 --- a/src/Tools/tnl-diff.cpp +++ b/src/Tools/tnl-diff.cpp @@ -1,13 +1,3 @@ - /*************************************************************************** - tnl-diff.cpp - description - ------------------- - begin : Nov 17, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-diff.h" #include <TNL/Config/parseCommandLine.h> #include <TNL/Meshes/Grid.h> diff --git a/src/Tools/tnl-diff.h b/src/Tools/tnl-diff.h index f5ce069b14..0db35061f8 100644 --- a/src/Tools/tnl-diff.h +++ b/src/Tools/tnl-diff.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-diff.h - description - ------------------- - begin : Nov 17, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <iomanip> diff --git a/src/Tools/tnl-game-of-life.cpp b/src/Tools/tnl-game-of-life.cpp index e570cd10c7..084e07b0f8 100644 --- a/src/Tools/tnl-game-of-life.cpp +++ b/src/Tools/tnl-game-of-life.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-game-of-life.cpp - description - ------------------- - begin : Apr 17, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <random> #include <TNL/Config/parseCommandLine.h> diff --git a/src/Tools/tnl-grid-setup.cpp b/src/Tools/tnl-grid-setup.cpp index 45a7fca17e..c483e70288 100644 --- a/src/Tools/tnl-grid-setup.cpp +++ b/src/Tools/tnl-grid-setup.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-grid-setup.cpp - description - ------------------- - begin : Nov 20, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-grid-setup.h" #include <TNL/Config/parseCommandLine.h> diff --git a/src/Tools/tnl-grid-setup.h b/src/Tools/tnl-grid-setup.h index ca9177fe2c..fcb10bd06c 100644 --- a/src/Tools/tnl-grid-setup.h +++ b/src/Tools/tnl-grid-setup.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-grid-setup.h - description - ------------------- - begin : Nov 20, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Config/ParameterContainer.h> diff --git a/src/Tools/tnl-grid-to-mesh.cpp b/src/Tools/tnl-grid-to-mesh.cpp index 34d9178388..5e1a83ce93 100644 --- a/src/Tools/tnl-grid-to-mesh.cpp +++ b/src/Tools/tnl-grid-to-mesh.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-grid-to-mesh.cpp - description - ------------------- - begin : Oct 24, 2017 - copyright : (C) 2017 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Config/parseCommandLine.h> #include <TNL/Meshes/TypeResolver/resolveMeshType.h> #include <TNL/Meshes/Writers/VTKWriter.h> diff --git a/src/Tools/tnl-image-converter.cpp b/src/Tools/tnl-image-converter.cpp index b707b70c0f..d5ea7a1f51 100644 --- a/src/Tools/tnl-image-converter.cpp +++ b/src/Tools/tnl-image-converter.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-image-converter.cpp - description - ------------------- - begin : Jul 19, 2015 - copyright : (C) 2015 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Config/parseCommandLine.h> #include <TNL/FileName.h> #include <TNL/Meshes/Grid.h> diff --git a/src/Tools/tnl-init.cpp b/src/Tools/tnl-init.cpp index 645451bc68..7eb778665a 100644 --- a/src/Tools/tnl-init.cpp +++ b/src/Tools/tnl-init.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-init.cpp - description - ------------------- - begin : Nov 23, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "tnl-init.h" #include <TNL/File.h> diff --git a/src/Tools/tnl-init.h b/src/Tools/tnl-init.h index 1d8281c009..9e9d6a07b6 100644 --- a/src/Tools/tnl-init.h +++ b/src/Tools/tnl-init.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-init.h - description - ------------------- - begin : Nov 23, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/MPI/Wrappers.h> diff --git a/src/Tools/tnl-mesh-converter.cpp b/src/Tools/tnl-mesh-converter.cpp index 6275e1e8e6..836cc8b64f 100644 --- a/src/Tools/tnl-mesh-converter.cpp +++ b/src/Tools/tnl-mesh-converter.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-mesh-converter.cpp - description - ------------------- - begin : Oct 24, 2017 - copyright : (C) 2017 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Config/parseCommandLine.h> #include <TNL/Meshes/TypeResolver/resolveMeshType.h> #include <TNL/Meshes/Writers/FPMAWriter.h> diff --git a/src/Tools/tnl-test-distributed-mesh.h b/src/Tools/tnl-test-distributed-mesh.h index ddbe711006..f434394674 100644 --- a/src/Tools/tnl-test-distributed-mesh.h +++ b/src/Tools/tnl-test-distributed-mesh.h @@ -1,13 +1,3 @@ -/*************************************************************************** - tnl-distributed-mesh-test.cpp - description - ------------------- - begin : Oct 18, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <random> #include <TNL/Config/parseCommandLine.h> diff --git a/src/UnitTests/Algorithms/MemoryOperationsTest.h b/src/UnitTests/Algorithms/MemoryOperationsTest.h index 61938d82d6..2c189a01f3 100644 --- a/src/UnitTests/Algorithms/MemoryOperationsTest.h +++ b/src/UnitTests/Algorithms/MemoryOperationsTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - MemoryOperationsTest.h - description - ------------------- - begin : Jul 15, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #ifdef HAVE_GTEST diff --git a/src/UnitTests/Algorithms/MultireductionTest.h b/src/UnitTests/Algorithms/MultireductionTest.h index 50286ca15d..16a33b17d2 100644 --- a/src/UnitTests/Algorithms/MultireductionTest.h +++ b/src/UnitTests/Algorithms/MultireductionTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - MultireductionTest.h - description - ------------------- - begin : Oct 1, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #ifdef HAVE_GTEST diff --git a/src/UnitTests/Algorithms/ParallelForTest.h b/src/UnitTests/Algorithms/ParallelForTest.h index 5c833afc03..127ad27680 100644 --- a/src/UnitTests/Algorithms/ParallelForTest.h +++ b/src/UnitTests/Algorithms/ParallelForTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - ParallelForTest.h - description - ------------------- - begin : Jul 16, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Devices/Host.h> diff --git a/src/UnitTests/Algorithms/Segments/SegmentsTest.hpp b/src/UnitTests/Algorithms/Segments/SegmentsTest.hpp index f6d5a9c8c1..e27f1072e1 100644 --- a/src/UnitTests/Algorithms/Segments/SegmentsTest.hpp +++ b/src/UnitTests/Algorithms/Segments/SegmentsTest.hpp @@ -1,13 +1,3 @@ -/*************************************************************************** - SegmentsTest.hpp - description - ------------------- - begin : Dec 6, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Containers/Vector.h> #include <TNL/Containers/VectorView.h> #include <TNL/Math.h> diff --git a/src/UnitTests/Algorithms/Segments/SegmentsTest_CSR.h b/src/UnitTests/Algorithms/Segments/SegmentsTest_CSR.h index b1b5877122..9c80485749 100644 --- a/src/UnitTests/Algorithms/Segments/SegmentsTest_CSR.h +++ b/src/UnitTests/Algorithms/Segments/SegmentsTest_CSR.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SegmentsTest_CSR.h - description - ------------------- - begin : Nov 2, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Algorithms/Segments/CSR.h> #include "SegmentsTest.hpp" diff --git a/src/UnitTests/Algorithms/Segments/SegmentsTest_Ellpack.h b/src/UnitTests/Algorithms/Segments/SegmentsTest_Ellpack.h index af9816ee48..5ef14da18e 100644 --- a/src/UnitTests/Algorithms/Segments/SegmentsTest_Ellpack.h +++ b/src/UnitTests/Algorithms/Segments/SegmentsTest_Ellpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SegmentsTest_Ellpack.h - description - ------------------- - begin : Dec 6, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Algorithms/Segments/Ellpack.h> #include "SegmentsTest.hpp" diff --git a/src/UnitTests/Algorithms/Segments/SegmentsTest_SlicedEllpack.h b/src/UnitTests/Algorithms/Segments/SegmentsTest_SlicedEllpack.h index 2cd9fcd1cb..98d5c9b0a5 100644 --- a/src/UnitTests/Algorithms/Segments/SegmentsTest_SlicedEllpack.h +++ b/src/UnitTests/Algorithms/Segments/SegmentsTest_SlicedEllpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SegmentsTest_SlicedEllpack.h - description - ------------------- - begin : Dec 9, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Algorithms/Segments/SlicedEllpack.h> #include "SegmentsTest.hpp" diff --git a/src/UnitTests/Algorithms/containsTest.h b/src/UnitTests/Algorithms/containsTest.h index 6598924ffc..32e2b96cf2 100644 --- a/src/UnitTests/Algorithms/containsTest.h +++ b/src/UnitTests/Algorithms/containsTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - ContainsTest.h - description - ------------------- - begin : Jul 15, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #ifdef HAVE_GTEST diff --git a/src/UnitTests/Algorithms/staticForTest.h b/src/UnitTests/Algorithms/staticForTest.h index 4a44f65e2c..dc25e0fce7 100644 --- a/src/UnitTests/Algorithms/staticForTest.h +++ b/src/UnitTests/Algorithms/staticForTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - staticForTest.h - description - ------------------- - begin : Apr 4, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <array> diff --git a/src/UnitTests/Algorithms/unrolledForTest.h b/src/UnitTests/Algorithms/unrolledForTest.h index bda0e90241..016e665861 100644 --- a/src/UnitTests/Algorithms/unrolledForTest.h +++ b/src/UnitTests/Algorithms/unrolledForTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - unrolledForTest.h - description - ------------------- - begin : Apr 4, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <array> diff --git a/src/UnitTests/AllocatorsTest.h b/src/UnitTests/AllocatorsTest.h index 16438e082b..87a00fe225 100644 --- a/src/UnitTests/AllocatorsTest.h +++ b/src/UnitTests/AllocatorsTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - AllocatorsTest.h - description - ------------------- - begin : Jul 4, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #ifdef HAVE_GTEST diff --git a/src/UnitTests/Arithmetics/MultiPrecisionTest.cpp b/src/UnitTests/Arithmetics/MultiPrecisionTest.cpp index 04277185d9..4da2499f0f 100644 --- a/src/UnitTests/Arithmetics/MultiPrecisionTest.cpp +++ b/src/UnitTests/Arithmetics/MultiPrecisionTest.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - MultiPrecisionTest.cpp - description - ------------------- - begin : Dec 1, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - /*** * Authors: * Oberhuber Tomas, tomas.oberhuber@fjfi.cvut.cz diff --git a/src/UnitTests/Arithmetics/QuadTest.cpp b/src/UnitTests/Arithmetics/QuadTest.cpp index 1e8c6942f4..a973af4739 100644 --- a/src/UnitTests/Arithmetics/QuadTest.cpp +++ b/src/UnitTests/Arithmetics/QuadTest.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - QuadTest.cpp - description - ------------------- - begin : Oct 27, 2017 - copyright : (C) 2017 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - /*** * Authors: * Oberhuber Tomas, tomas.oberhuber@fjfi.cvut.cz diff --git a/src/UnitTests/AssertCudaTest.cu b/src/UnitTests/AssertCudaTest.cu index 8f42da6772..e4ffb55b5c 100644 --- a/src/UnitTests/AssertCudaTest.cu +++ b/src/UnitTests/AssertCudaTest.cu @@ -1,13 +1,3 @@ -/*************************************************************************** - AssertCudaTest.h - description - ------------------- - begin : Sep 7, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #ifdef NDEBUG #undef NDEBUG #endif diff --git a/src/UnitTests/AssertTest.cpp b/src/UnitTests/AssertTest.cpp index 88bbcf4bee..5b6d46e1f3 100644 --- a/src/UnitTests/AssertTest.cpp +++ b/src/UnitTests/AssertTest.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - AssertTest.h - description - ------------------- - begin : Sep 7, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #ifdef NDEBUG #undef NDEBUG #endif diff --git a/src/UnitTests/Containers/ArrayTest.cpp b/src/UnitTests/Containers/ArrayTest.cpp index ed02c49a9f..c1841bc8f1 100644 --- a/src/UnitTests/Containers/ArrayTest.cpp +++ b/src/UnitTests/Containers/ArrayTest.cpp @@ -1,11 +1 @@ -/*************************************************************************** - ArrayTest.cpp - description - ------------------- - begin : Mar 30, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "ArrayTest.h" \ No newline at end of file diff --git a/src/UnitTests/Containers/ArrayTest.h b/src/UnitTests/Containers/ArrayTest.h index 78bd388a45..b6fa763a9c 100644 --- a/src/UnitTests/Containers/ArrayTest.h +++ b/src/UnitTests/Containers/ArrayTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - ArrayTest.h - description - ------------------- - begin : Jul 4, 2012 - copyright : (C) 2012 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #ifdef HAVE_GTEST diff --git a/src/UnitTests/Containers/ArrayTestCuda.cu b/src/UnitTests/Containers/ArrayTestCuda.cu index 5fabfb4e25..c1841bc8f1 100644 --- a/src/UnitTests/Containers/ArrayTestCuda.cu +++ b/src/UnitTests/Containers/ArrayTestCuda.cu @@ -1,11 +1 @@ -/*************************************************************************** - ArrayTest.cu - description - ------------------- - begin : Mar 30, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "ArrayTest.h" \ No newline at end of file diff --git a/src/UnitTests/Containers/ArrayViewTest.cpp b/src/UnitTests/Containers/ArrayViewTest.cpp index 0370cb807b..c38dfb167d 100644 --- a/src/UnitTests/Containers/ArrayViewTest.cpp +++ b/src/UnitTests/Containers/ArrayViewTest.cpp @@ -1,11 +1 @@ -/*************************************************************************** - ArrayViewTest.cpp - description - ------------------- - begin : Sep 1, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "ArrayViewTest.h" diff --git a/src/UnitTests/Containers/ArrayViewTest.h b/src/UnitTests/Containers/ArrayViewTest.h index 93c593bd39..12710c3ef0 100644 --- a/src/UnitTests/Containers/ArrayViewTest.h +++ b/src/UnitTests/Containers/ArrayViewTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - ArrayViewTest.h - description - ------------------- - begin : Sep 1, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #ifdef HAVE_GTEST diff --git a/src/UnitTests/Containers/ArrayViewTestCuda.cu b/src/UnitTests/Containers/ArrayViewTestCuda.cu index d1fde2417f..c38dfb167d 100644 --- a/src/UnitTests/Containers/ArrayViewTestCuda.cu +++ b/src/UnitTests/Containers/ArrayViewTestCuda.cu @@ -1,11 +1 @@ -/*************************************************************************** - ArrayViewTest.cu - description - ------------------- - begin : Sep 1, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "ArrayViewTest.h" diff --git a/src/UnitTests/Containers/DistributedArrayTest.h b/src/UnitTests/Containers/DistributedArrayTest.h index 2675d5ad93..f425e86a45 100644 --- a/src/UnitTests/Containers/DistributedArrayTest.h +++ b/src/UnitTests/Containers/DistributedArrayTest.h @@ -1,11 +1,3 @@ -/*************************************************************************** - DistributedArrayTest.h - description - ------------------- - begin : Sep 6, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - #ifdef HAVE_GTEST #include <gtest/gtest.h> diff --git a/src/UnitTests/Containers/StaticArrayTest.cpp b/src/UnitTests/Containers/StaticArrayTest.cpp index e491b20215..a3f787606a 100644 --- a/src/UnitTests/Containers/StaticArrayTest.cpp +++ b/src/UnitTests/Containers/StaticArrayTest.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - StaticArrayTest.cpp - description - ------------------- - begin : Feb 10, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #ifdef HAVE_GTEST #include <TNL/Containers/StaticArray.h> #include <TNL/Containers/Array.h> diff --git a/src/UnitTests/Containers/StaticVectorTest.cpp b/src/UnitTests/Containers/StaticVectorTest.cpp index a2b651a8b2..33d89296e6 100644 --- a/src/UnitTests/Containers/StaticVectorTest.cpp +++ b/src/UnitTests/Containers/StaticVectorTest.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - StaticVectorTest.cpp - description - ------------------- - begin : Feb 10, 2014 - copyright : (C) 2014 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #ifdef HAVE_GTEST #include <TNL/Containers/StaticVector.h> diff --git a/src/UnitTests/Containers/VectorBinaryOperationsTest.h b/src/UnitTests/Containers/VectorBinaryOperationsTest.h index ac54b4fc80..8b26a166eb 100644 --- a/src/UnitTests/Containers/VectorBinaryOperationsTest.h +++ b/src/UnitTests/Containers/VectorBinaryOperationsTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - VectorBinaryOperationsTest.h - description - ------------------- - begin : Aug 3, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #ifdef HAVE_GTEST diff --git a/src/UnitTests/Containers/VectorEvaluateAndReduceTest.h b/src/UnitTests/Containers/VectorEvaluateAndReduceTest.h index b32e397883..6ab3edf074 100644 --- a/src/UnitTests/Containers/VectorEvaluateAndReduceTest.h +++ b/src/UnitTests/Containers/VectorEvaluateAndReduceTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - VectorTest-8.h - description - ------------------- - begin : Jan 26, 2019 - copyright : (C) 2019 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #ifdef HAVE_GTEST diff --git a/src/UnitTests/Containers/VectorTest.h b/src/UnitTests/Containers/VectorTest.h index ea1676b67f..37cd79900e 100644 --- a/src/UnitTests/Containers/VectorTest.h +++ b/src/UnitTests/Containers/VectorTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - VectorTest-1.h - description - ------------------- - begin : Oct 25, 2010 - copyright : (C) 2010 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #ifdef HAVE_GTEST diff --git a/src/UnitTests/Containers/VectorTestSetup.h b/src/UnitTests/Containers/VectorTestSetup.h index 7141466b80..cb7f915056 100644 --- a/src/UnitTests/Containers/VectorTestSetup.h +++ b/src/UnitTests/Containers/VectorTestSetup.h @@ -1,13 +1,3 @@ -/*************************************************************************** - VectorTestSetup.h - description - ------------------- - begin : Apr 30, 2019 - copyright : (C) 2019 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #ifdef HAVE_GTEST diff --git a/src/UnitTests/Containers/VectorUnaryOperationsTest.h b/src/UnitTests/Containers/VectorUnaryOperationsTest.h index c1552cc289..e7f382a15f 100644 --- a/src/UnitTests/Containers/VectorUnaryOperationsTest.h +++ b/src/UnitTests/Containers/VectorUnaryOperationsTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - VectorUnaryOperationsTest.h - description - ------------------- - begin : Aug 3, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #ifdef HAVE_GTEST diff --git a/src/UnitTests/Containers/VectorVerticalOperationsTest.h b/src/UnitTests/Containers/VectorVerticalOperationsTest.h index facbdf9a9a..fbdf036be8 100644 --- a/src/UnitTests/Containers/VectorVerticalOperationsTest.h +++ b/src/UnitTests/Containers/VectorVerticalOperationsTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - VectorVerticalOperationsTest.h - description - ------------------- - begin : Aug 3, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #ifdef HAVE_GTEST diff --git a/src/UnitTests/Containers/ndarray/DistributedNDArrayOverlaps_1D_test.h b/src/UnitTests/Containers/ndarray/DistributedNDArrayOverlaps_1D_test.h index a6f3a6b83e..a9ff064a67 100644 --- a/src/UnitTests/Containers/ndarray/DistributedNDArrayOverlaps_1D_test.h +++ b/src/UnitTests/Containers/ndarray/DistributedNDArrayOverlaps_1D_test.h @@ -1,11 +1,3 @@ -/*************************************************************************** - DistributedNDArrayOverlaps_1D_test.h - description - ------------------- - begin : Dec 27, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - #ifdef HAVE_GTEST #include <gtest/gtest.h> diff --git a/src/UnitTests/Containers/ndarray/DistributedNDArrayOverlaps_semi1D_test.h b/src/UnitTests/Containers/ndarray/DistributedNDArrayOverlaps_semi1D_test.h index 0aac8756d5..86698c5822 100644 --- a/src/UnitTests/Containers/ndarray/DistributedNDArrayOverlaps_semi1D_test.h +++ b/src/UnitTests/Containers/ndarray/DistributedNDArrayOverlaps_semi1D_test.h @@ -1,11 +1,3 @@ -/*************************************************************************** - DistributedNDArrayOverlaps_semi1D_test.h - description - ------------------- - begin : Dec 9, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - #ifdef HAVE_GTEST #include <gtest/gtest.h> diff --git a/src/UnitTests/Containers/ndarray/DistributedNDArray_1D_test.h b/src/UnitTests/Containers/ndarray/DistributedNDArray_1D_test.h index 9f3a6225eb..1ffc2073db 100644 --- a/src/UnitTests/Containers/ndarray/DistributedNDArray_1D_test.h +++ b/src/UnitTests/Containers/ndarray/DistributedNDArray_1D_test.h @@ -1,11 +1,3 @@ -/*************************************************************************** - DistributedNDArray_1D_test.h - description - ------------------- - begin : Dec 27, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - #ifdef HAVE_GTEST #include <gtest/gtest.h> diff --git a/src/UnitTests/Containers/ndarray/DistributedNDArray_semi1D_test.h b/src/UnitTests/Containers/ndarray/DistributedNDArray_semi1D_test.h index 986bbe7b41..e95fe24194 100644 --- a/src/UnitTests/Containers/ndarray/DistributedNDArray_semi1D_test.h +++ b/src/UnitTests/Containers/ndarray/DistributedNDArray_semi1D_test.h @@ -1,11 +1,3 @@ -/*************************************************************************** - DistributedNDArray_semi1D_test.h - description - ------------------- - begin : Dec 27, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - #ifdef HAVE_GTEST #include <gtest/gtest.h> diff --git a/src/UnitTests/FileNameTest.cpp b/src/UnitTests/FileNameTest.cpp index ca75385943..8f3fb3abd2 100644 --- a/src/UnitTests/FileNameTest.cpp +++ b/src/UnitTests/FileNameTest.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - FileNameTest.cpp - description - ------------------- - begin : Oct 17, 2018 - copyright : (C) 2018 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by Nina Dzugasova #ifdef HAVE_GTEST diff --git a/src/UnitTests/FileTest.cpp b/src/UnitTests/FileTest.cpp index 0b64a33caf..1dce4701c5 100644 --- a/src/UnitTests/FileTest.cpp +++ b/src/UnitTests/FileTest.cpp @@ -1,11 +1 @@ -/* - * File: FileTest.cpp - * Author: oberhuber - * - * Created on August 18, 2016, 2:22 PM - */ - -/* See Copyright Notice in tnl/Copyright */ - - #include "FileTest.h" diff --git a/src/UnitTests/FileTest.cu b/src/UnitTests/FileTest.cu index fc12c01144..1dce4701c5 100644 --- a/src/UnitTests/FileTest.cu +++ b/src/UnitTests/FileTest.cu @@ -1,11 +1 @@ -/* - * File: FileTest.cu - * Author: oberhuber - * - * Created on August 18, 2016, 2:22 PM - */ - -/* See Copyright Notice in tnl/Copyright */ - - #include "FileTest.h" diff --git a/src/UnitTests/FileTest.h b/src/UnitTests/FileTest.h index b9f2ee7ef1..7af5fb286e 100644 --- a/src/UnitTests/FileTest.h +++ b/src/UnitTests/FileTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - FileTest.h - description - ------------------- - begin : Oct 24, 2010 - copyright : (C) 2010 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/File.h> #ifdef HAVE_GTEST diff --git a/src/UnitTests/Functions/BoundaryMeshFunctionTest.cpp b/src/UnitTests/Functions/BoundaryMeshFunctionTest.cpp index b1b0d86338..6a31efca61 100644 --- a/src/UnitTests/Functions/BoundaryMeshFunctionTest.cpp +++ b/src/UnitTests/Functions/BoundaryMeshFunctionTest.cpp @@ -1,11 +1 @@ -/*************************************************************************** - BoundaryMeshFunctionTest.cpp - description - ------------------- - begin : Aug 21, 2018 - copyright : (C) 2018 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "BoundaryMeshFunctionTest.h" \ No newline at end of file diff --git a/src/UnitTests/Functions/BoundaryMeshFunctionTest.cu b/src/UnitTests/Functions/BoundaryMeshFunctionTest.cu index 9558078a7a..6a31efca61 100644 --- a/src/UnitTests/Functions/BoundaryMeshFunctionTest.cu +++ b/src/UnitTests/Functions/BoundaryMeshFunctionTest.cu @@ -1,11 +1 @@ -/*************************************************************************** - BoundaryMeshFunctionTest.cu - description - ------------------- - begin : Aug 21, 2018 - copyright : (C) 2018 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "BoundaryMeshFunctionTest.h" \ No newline at end of file diff --git a/src/UnitTests/Functions/BoundaryMeshFunctionTest.h b/src/UnitTests/Functions/BoundaryMeshFunctionTest.h index d3e0a48f55..464b56a66d 100644 --- a/src/UnitTests/Functions/BoundaryMeshFunctionTest.h +++ b/src/UnitTests/Functions/BoundaryMeshFunctionTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - BoundaryMeshFunctionTest.h - description - ------------------- - begin : Aug 21, 2018 - copyright : (C) 2018 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #ifdef HAVE_GTEST diff --git a/src/UnitTests/Functions/Functions.h b/src/UnitTests/Functions/Functions.h index 88ba18bc87..e24b17428e 100644 --- a/src/UnitTests/Functions/Functions.h +++ b/src/UnitTests/Functions/Functions.h @@ -1,11 +1,3 @@ -/*************************************************************************** - Functions.h - description - ------------------- - begin : Sep 6, 2017 - copyright : (C) 2017 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - #pragma once diff --git a/src/UnitTests/Functions/MeshFunctionTest.cpp b/src/UnitTests/Functions/MeshFunctionTest.cpp index 85943c29fe..9bd1a2269e 100644 --- a/src/UnitTests/Functions/MeshFunctionTest.cpp +++ b/src/UnitTests/Functions/MeshFunctionTest.cpp @@ -1,11 +1 @@ -/*************************************************************************** - MeshFunctionTest.cpp - description - ------------------- - begin : Sep 11, 2018 - copyright : (C) 2018 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "MeshFunctionTest.h" diff --git a/src/UnitTests/Functions/MeshFunctionTest.cu b/src/UnitTests/Functions/MeshFunctionTest.cu index 9f8affcd9c..9bd1a2269e 100644 --- a/src/UnitTests/Functions/MeshFunctionTest.cu +++ b/src/UnitTests/Functions/MeshFunctionTest.cu @@ -1,11 +1 @@ -/*************************************************************************** - MeshFunctionTest.cu - description - ------------------- - begin : Sep 11, 2018 - copyright : (C) 2018 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "MeshFunctionTest.h" diff --git a/src/UnitTests/Functions/MeshFunctionTest.h b/src/UnitTests/Functions/MeshFunctionTest.h index 8c8b77c090..2f43a2140e 100644 --- a/src/UnitTests/Functions/MeshFunctionTest.h +++ b/src/UnitTests/Functions/MeshFunctionTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - MeshFunctionTest.h - description - ------------------- - begin : Sep 11, 2018 - copyright : (C) 2018 by oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #ifdef HAVE_GTEST diff --git a/src/UnitTests/Functions/SaveAndLoadMeshfunctionTest.cpp b/src/UnitTests/Functions/SaveAndLoadMeshfunctionTest.cpp index 76da1c43b1..a6ca225a10 100644 --- a/src/UnitTests/Functions/SaveAndLoadMeshfunctionTest.cpp +++ b/src/UnitTests/Functions/SaveAndLoadMeshfunctionTest.cpp @@ -1,11 +1,3 @@ -/*************************************************************************** - SaveAndLoadMeshfunctionTest.cpp - description - ------------------- - begin : Dec 2, 2017 - copyright : (C) 2017 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - #include <TNL/Functions/MeshFunctionView.h> #ifdef HAVE_GTEST diff --git a/src/UnitTests/GtestMissingError.h b/src/UnitTests/GtestMissingError.h index b308a16c8b..7dcf4a8371 100644 --- a/src/UnitTests/GtestMissingError.h +++ b/src/UnitTests/GtestMissingError.h @@ -1,13 +1,3 @@ -/*************************************************************************** - GtestMissingError.h - description - ------------------- - begin : Jul 2, 2017 - copyright : (C) 2017 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <stdexcept> diff --git a/src/UnitTests/MathTest.cpp b/src/UnitTests/MathTest.cpp index 5b61b8d031..c6e761a31d 100644 --- a/src/UnitTests/MathTest.cpp +++ b/src/UnitTests/MathTest.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - MathTest.cpp - description - ------------------- - begin : Dec 17, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #ifdef HAVE_GTEST #include <gtest/gtest.h> #endif diff --git a/src/UnitTests/Matrices/BinarySparseMatrixCopyTest.cpp b/src/UnitTests/Matrices/BinarySparseMatrixCopyTest.cpp index 51d7c4ea94..d7388b12c5 100644 --- a/src/UnitTests/Matrices/BinarySparseMatrixCopyTest.cpp +++ b/src/UnitTests/Matrices/BinarySparseMatrixCopyTest.cpp @@ -1,11 +1 @@ -/*************************************************************************** - BinarySparseMatrixCopyTest.cpp - description - ------------------- - begin : Feb 5, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "BinarySparseMatrixCopyTest.h" diff --git a/src/UnitTests/Matrices/BinarySparseMatrixCopyTest.cu b/src/UnitTests/Matrices/BinarySparseMatrixCopyTest.cu index f29db9e968..d7388b12c5 100644 --- a/src/UnitTests/Matrices/BinarySparseMatrixCopyTest.cu +++ b/src/UnitTests/Matrices/BinarySparseMatrixCopyTest.cu @@ -1,11 +1 @@ -/*************************************************************************** - BinarySparseMatrixCopyTest.cu - description - ------------------- - begin : Feb 5, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "BinarySparseMatrixCopyTest.h" diff --git a/src/UnitTests/Matrices/BinarySparseMatrixCopyTest.h b/src/UnitTests/Matrices/BinarySparseMatrixCopyTest.h index 9bfd551be1..1fd8c0a2fc 100644 --- a/src/UnitTests/Matrices/BinarySparseMatrixCopyTest.h +++ b/src/UnitTests/Matrices/BinarySparseMatrixCopyTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - BinaryBinarySparseMatrixCopyTest.h - description - ------------------- - begin : Feb 5, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h> #include <Benchmarks/SpMV/ReferenceFormats/Legacy/Ellpack.h> #include <Benchmarks/SpMV/ReferenceFormats/Legacy/SlicedEllpack.h> diff --git a/src/UnitTests/Matrices/BinarySparseMatrixTest.hpp b/src/UnitTests/Matrices/BinarySparseMatrixTest.hpp index ca839a02f5..40f3197920 100644 --- a/src/UnitTests/Matrices/BinarySparseMatrixTest.hpp +++ b/src/UnitTests/Matrices/BinarySparseMatrixTest.hpp @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_impl.h - description - ------------------- - begin : Nov 22, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Containers/Vector.h> #include <TNL/Containers/VectorView.h> #include <TNL/Math.h> diff --git a/src/UnitTests/Matrices/BinarySparseMatrixTest_CSR.cpp b/src/UnitTests/Matrices/BinarySparseMatrixTest_CSR.cpp index b1f4891053..53d757e8fd 100644 --- a/src/UnitTests/Matrices/BinarySparseMatrixTest_CSR.cpp +++ b/src/UnitTests/Matrices/BinarySparseMatrixTest_CSR.cpp @@ -1,11 +1 @@ -/*************************************************************************** - BinarySparseMatrixTest_CSR.cpp - description - ------------------- - begin : Jan 30, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "BinarySparseMatrixTest_CSR.h" \ No newline at end of file diff --git a/src/UnitTests/Matrices/BinarySparseMatrixTest_CSR.cu b/src/UnitTests/Matrices/BinarySparseMatrixTest_CSR.cu index 496bdde1b3..53d757e8fd 100644 --- a/src/UnitTests/Matrices/BinarySparseMatrixTest_CSR.cu +++ b/src/UnitTests/Matrices/BinarySparseMatrixTest_CSR.cu @@ -1,11 +1 @@ -/*************************************************************************** - BinarySparseMatrixTest_CSR.cu - description - ------------------- - begin : Jan 30, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "BinarySparseMatrixTest_CSR.h" \ No newline at end of file diff --git a/src/UnitTests/Matrices/BinarySparseMatrixTest_CSR.h b/src/UnitTests/Matrices/BinarySparseMatrixTest_CSR.h index 8eaf6660b7..a3339ef828 100644 --- a/src/UnitTests/Matrices/BinarySparseMatrixTest_CSR.h +++ b/src/UnitTests/Matrices/BinarySparseMatrixTest_CSR.h @@ -1,13 +1,3 @@ -/*************************************************************************** - BinarySparseMatrixTest_CSR.h - description - ------------------- - begin : Jan 30, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Algorithms/Segments/CSR.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/BinarySparseMatrixTest_Ellpack.cpp b/src/UnitTests/Matrices/BinarySparseMatrixTest_Ellpack.cpp index b1d5d71cf6..ceab74cfd7 100644 --- a/src/UnitTests/Matrices/BinarySparseMatrixTest_Ellpack.cpp +++ b/src/UnitTests/Matrices/BinarySparseMatrixTest_Ellpack.cpp @@ -1,11 +1 @@ -/*************************************************************************** - BinarySparseMatrixTest_Ellpack.cpp - description - ------------------- - begin : Jan 30, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "BinarySparseMatrixTest_Ellpack.h" \ No newline at end of file diff --git a/src/UnitTests/Matrices/BinarySparseMatrixTest_Ellpack.cu b/src/UnitTests/Matrices/BinarySparseMatrixTest_Ellpack.cu index 8d075f1cf4..ceab74cfd7 100644 --- a/src/UnitTests/Matrices/BinarySparseMatrixTest_Ellpack.cu +++ b/src/UnitTests/Matrices/BinarySparseMatrixTest_Ellpack.cu @@ -1,11 +1 @@ -/*************************************************************************** - BinarySparseMatrixTest_Ellpack.cu - description - ------------------- - begin : Jan 30, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "BinarySparseMatrixTest_Ellpack.h" \ No newline at end of file diff --git a/src/UnitTests/Matrices/BinarySparseMatrixTest_Ellpack.h b/src/UnitTests/Matrices/BinarySparseMatrixTest_Ellpack.h index 69fc4c7379..92ff839a90 100644 --- a/src/UnitTests/Matrices/BinarySparseMatrixTest_Ellpack.h +++ b/src/UnitTests/Matrices/BinarySparseMatrixTest_Ellpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - BinarySparseMatrixTest_Ellpack.h - description - ------------------- - begin : Jan 30, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Algorithms/Segments/Ellpack.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/BinarySparseMatrixTest_SlicedEllpack.cpp b/src/UnitTests/Matrices/BinarySparseMatrixTest_SlicedEllpack.cpp index 7046d81562..be67665155 100644 --- a/src/UnitTests/Matrices/BinarySparseMatrixTest_SlicedEllpack.cpp +++ b/src/UnitTests/Matrices/BinarySparseMatrixTest_SlicedEllpack.cpp @@ -1,11 +1 @@ -/*************************************************************************** - BinarySparseMatrixTest_SlicedEllpack.cpp - description - ------------------- - begin : Jan 30, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "BinarySparseMatrixTest_SlicedEllpack.h" \ No newline at end of file diff --git a/src/UnitTests/Matrices/BinarySparseMatrixTest_SlicedEllpack.cu b/src/UnitTests/Matrices/BinarySparseMatrixTest_SlicedEllpack.cu index bb6829310f..be67665155 100644 --- a/src/UnitTests/Matrices/BinarySparseMatrixTest_SlicedEllpack.cu +++ b/src/UnitTests/Matrices/BinarySparseMatrixTest_SlicedEllpack.cu @@ -1,11 +1 @@ -/*************************************************************************** - BinarySparseMatrixTest_SlicedEllpack.cu - description - ------------------- - begin : Jan 30, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "BinarySparseMatrixTest_SlicedEllpack.h" \ No newline at end of file diff --git a/src/UnitTests/Matrices/BinarySparseMatrixTest_SlicedEllpack.h b/src/UnitTests/Matrices/BinarySparseMatrixTest_SlicedEllpack.h index b547ee8667..c85225fe27 100644 --- a/src/UnitTests/Matrices/BinarySparseMatrixTest_SlicedEllpack.h +++ b/src/UnitTests/Matrices/BinarySparseMatrixTest_SlicedEllpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - BinarySparseMatrixTest_SlicedEllpack.h - description - ------------------- - begin : Jan 30, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Algorithms/Segments/SlicedEllpack.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/DenseMatrixCopyTest.cpp b/src/UnitTests/Matrices/DenseMatrixCopyTest.cpp index 5cdd413af6..1215ac8bf7 100644 --- a/src/UnitTests/Matrices/DenseMatrixCopyTest.cpp +++ b/src/UnitTests/Matrices/DenseMatrixCopyTest.cpp @@ -1,11 +1 @@ -/*************************************************************************** - DenseMatrixCopyTest.cpp - description - ------------------- - begin : Jan 19, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "DenseMatrixCopyTest.h" diff --git a/src/UnitTests/Matrices/DenseMatrixCopyTest.cu b/src/UnitTests/Matrices/DenseMatrixCopyTest.cu index 5fbd77efa1..1215ac8bf7 100644 --- a/src/UnitTests/Matrices/DenseMatrixCopyTest.cu +++ b/src/UnitTests/Matrices/DenseMatrixCopyTest.cu @@ -1,11 +1 @@ -/*************************************************************************** - DenseMatrixCopyTest.cu - description - ------------------- - begin : Jan 19, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "DenseMatrixCopyTest.h" diff --git a/src/UnitTests/Matrices/DenseMatrixCopyTest.h b/src/UnitTests/Matrices/DenseMatrixCopyTest.h index b0cc4d9ac7..f30bba7e7e 100644 --- a/src/UnitTests/Matrices/DenseMatrixCopyTest.h +++ b/src/UnitTests/Matrices/DenseMatrixCopyTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - DenseMatrixCopyTest.h - description - ------------------- - begin : Jan 19, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h> #include <Benchmarks/SpMV/ReferenceFormats/Legacy/Ellpack.h> #include <Benchmarks/SpMV/ReferenceFormats/Legacy/SlicedEllpack.h> diff --git a/src/UnitTests/Matrices/DenseMatrixTest.cpp b/src/UnitTests/Matrices/DenseMatrixTest.cpp index a56349360a..7c7fb98707 100644 --- a/src/UnitTests/Matrices/DenseMatrixTest.cpp +++ b/src/UnitTests/Matrices/DenseMatrixTest.cpp @@ -1,11 +1 @@ -/*************************************************************************** - DenseMatrixTest.cpp - description - ------------------- - begin : Nov 10, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "DenseMatrixTest.h" \ No newline at end of file diff --git a/src/UnitTests/Matrices/DenseMatrixTest.cu b/src/UnitTests/Matrices/DenseMatrixTest.cu index 11d45efdb5..7c7fb98707 100644 --- a/src/UnitTests/Matrices/DenseMatrixTest.cu +++ b/src/UnitTests/Matrices/DenseMatrixTest.cu @@ -1,11 +1 @@ -/*************************************************************************** - DenseMatrixTest.cu - description - ------------------- - begin : Nov 10, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "DenseMatrixTest.h" \ No newline at end of file diff --git a/src/UnitTests/Matrices/DenseMatrixTest.h b/src/UnitTests/Matrices/DenseMatrixTest.h index 8b86334159..3114f490e7 100644 --- a/src/UnitTests/Matrices/DenseMatrixTest.h +++ b/src/UnitTests/Matrices/DenseMatrixTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - DenseMatrixTest.h - description - ------------------- - begin : Nov 10, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <functional> #include <TNL/Devices/Host.h> diff --git a/src/UnitTests/Matrices/DistributedMatrixTest.h b/src/UnitTests/Matrices/DistributedMatrixTest.h index 790e764a63..59686e4468 100644 --- a/src/UnitTests/Matrices/DistributedMatrixTest.h +++ b/src/UnitTests/Matrices/DistributedMatrixTest.h @@ -1,11 +1,3 @@ -/*************************************************************************** - DistributedMatrixTest.h - description - ------------------- - begin : Sep 10, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - #ifdef HAVE_GTEST #include <gtest/gtest.h> diff --git a/src/UnitTests/Matrices/LambdaMatrixTest.cpp b/src/UnitTests/Matrices/LambdaMatrixTest.cpp index 9da03ede3e..41b69d5438 100644 --- a/src/UnitTests/Matrices/LambdaMatrixTest.cpp +++ b/src/UnitTests/Matrices/LambdaMatrixTest.cpp @@ -1,11 +1 @@ -/*************************************************************************** - LambdaMatrixTest.cpp - description - ------------------- - begin : Mar 18, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "LambdaMatrixTest.h" diff --git a/src/UnitTests/Matrices/LambdaMatrixTest.cu b/src/UnitTests/Matrices/LambdaMatrixTest.cu index f7af7af416..41b69d5438 100644 --- a/src/UnitTests/Matrices/LambdaMatrixTest.cu +++ b/src/UnitTests/Matrices/LambdaMatrixTest.cu @@ -1,11 +1 @@ -/*************************************************************************** - LambdaMatrixTest.cu - description - ------------------- - begin : Mar 18, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "LambdaMatrixTest.h" diff --git a/src/UnitTests/Matrices/LambdaMatrixTest.h b/src/UnitTests/Matrices/LambdaMatrixTest.h index 0cdfb37f30..c73728e273 100644 --- a/src/UnitTests/Matrices/LambdaMatrixTest.h +++ b/src/UnitTests/Matrices/LambdaMatrixTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - LambdaMatrixTest.h - description - ------------------- - begin : Mar 18, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #ifdef HAVE_GTEST #include <gtest/gtest.h> #include <TNL/Matrices/LambdaMatrix.h> diff --git a/src/UnitTests/Matrices/LambdaMatrixTest.hpp b/src/UnitTests/Matrices/LambdaMatrixTest.hpp index ae435059dd..4a1e0fe6a0 100644 --- a/src/UnitTests/Matrices/LambdaMatrixTest.hpp +++ b/src/UnitTests/Matrices/LambdaMatrixTest.hpp @@ -1,13 +1,3 @@ -/*************************************************************************** - LambdaMatrixTest.h - description - ------------------- - begin : Mar 18, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <sstream> diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixCopyTest.cpp b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixCopyTest.cpp index 61c5201afc..e4399b0612 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixCopyTest.cpp +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixCopyTest.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixCopyTest.cpp - description - ------------------- - begin : Jun 25, 2017 - copyright : (C) 2017 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "Legacy_SparseMatrixCopyTest.h" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixCopyTest.cu b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixCopyTest.cu index 9e46803d1f..e4399b0612 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixCopyTest.cu +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixCopyTest.cu @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixCopyTest.cu - description - ------------------- - begin : Jun 25, 2017 - copyright : (C) 2017 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "Legacy_SparseMatrixCopyTest.h" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixCopyTest.h b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixCopyTest.h index a3fdcee1e4..2407754d00 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixCopyTest.h +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixCopyTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixCopyTest.h - description - ------------------- - begin : Jun 25, 2017 - copyright : (C) 2017 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Matrices/Legacy/CSR.h> #include <TNL/Matrices/Legacy/Ellpack.h> #include <TNL/Matrices/Legacy/SlicedEllpack.h> diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.cpp b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.cpp index 7d9843ba2b..eea64771ee 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.cpp +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest.cpp - description - ------------------- - begin : Nov 2, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "Legacy_SparseMatrixTest.h" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.cu b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.cu index cfffec8451..eea64771ee 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.cu +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.cu @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest.cu - description - ------------------- - begin : Nov 2, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "Legacy_SparseMatrixTest.h" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.h b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.h index b303876dd4..935e94dac3 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.h +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest.h - description - ------------------- - begin : Nov 2, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h> #include "Legacy_SparseMatrixTest.hpp" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.hpp b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.hpp index f9fe8ff4d5..cc9afe3ee8 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.hpp +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest.hpp @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_impl.h - description - ------------------- - begin : Nov 22, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Containers/Vector.h> #include <TNL/Containers/VectorView.h> #include <TNL/Math.h> diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_AdEllpack.h b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_AdEllpack.h index 1b63ab8433..7db2e3ab34 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_AdEllpack.h +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_AdEllpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_AdEllpack.h - description - ------------------- - begin : Nov 2, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Matrices/Legacy/AdEllpack.h> #include "Legacy_SparseMatrixTest.hpp" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_BiEllpack.h b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_BiEllpack.h index e2ee5c15e8..4fd40660fb 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_BiEllpack.h +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_BiEllpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_BiEllpack.h - description - ------------------- - begin : Nov 2, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <Benchmarks/SpMV/ReferenceFormats/Legacy/BiEllpack.h> #include "Legacy_SparseMatrixTest.hpp" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRAdaptive.cpp b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRAdaptive.cpp index 5dec3baadb..3c077722f2 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRAdaptive.cpp +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRAdaptive.cpp @@ -1,12 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRAdaptive.cpp - description - ------------------- - begin : Jan 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #include "Legacy_SparseMatrixTest_CSRAdaptive.h" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRAdaptive.cu b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRAdaptive.cu index b99a7406d3..3c077722f2 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRAdaptive.cu +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRAdaptive.cu @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRAdaptive.cu - description - ------------------- - begin : Jan 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "Legacy_SparseMatrixTest_CSRAdaptive.h" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRAdaptive.h b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRAdaptive.h index bea051e725..cdf1b872cd 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRAdaptive.h +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRAdaptive.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_CSRAdaptive.h - description - ------------------- - begin : Jan 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h> #include "Legacy_SparseMatrixTest.hpp" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLight.cpp b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLight.cpp index 1b2c1e37af..b7e8a30be9 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLight.cpp +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLight.cpp @@ -1,12 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRLight.cpp - description - ------------------- - begin : Jan 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - - #include "Legacy_SparseMatrixTest_CSRLight.h" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLight.cu b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLight.cu index 1ddf2763dd..b7e8a30be9 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLight.cu +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLight.cu @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRLight.cu - description - ------------------- - begin : Jan 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "Legacy_SparseMatrixTest_CSRLight.h" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLight.h b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLight.h index db55ae72e7..ecf062d8b9 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLight.h +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLight.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_CSRLight.h - description - ------------------- - begin : Jan 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h> #include "Legacy_SparseMatrixTest.hpp" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLightWithoutAtomic.cpp b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLightWithoutAtomic.cpp index c3576c70c4..15328557fa 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLightWithoutAtomic.cpp +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLightWithoutAtomic.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRLightWithoutAtomic.cpp - description - ------------------- - begin : Jan 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "Legacy_SparseMatrixTest_CSRLightWithoutAtomic.h" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLightWithoutAtomic.cu b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLightWithoutAtomic.cu index 030ae2a885..15328557fa 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLightWithoutAtomic.cu +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLightWithoutAtomic.cu @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRLightWithoutAtomic.cu - description - ------------------- - begin : Jan 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "Legacy_SparseMatrixTest_CSRLightWithoutAtomic.h" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLightWithoutAtomic.h b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLightWithoutAtomic.h index f8ad09c49c..3c1e422d6a 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLightWithoutAtomic.h +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRLightWithoutAtomic.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_CSRLightWithoutAtomic.h - description - ------------------- - begin : Jan 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h> #include "Legacy_SparseMatrixTest.hpp" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRMultiVector.cpp b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRMultiVector.cpp index fb25de11a1..d86b495b81 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRMultiVector.cpp +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRMultiVector.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRMultiVector.cpp - description - ------------------- - begin : Jan 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "Legacy_SparseMatrixTest_CSRMultiVector.h" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRMultiVector.cu b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRMultiVector.cu index 3af7c3ed88..d86b495b81 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRMultiVector.cu +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRMultiVector.cu @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRMultiVector.cu - description - ------------------- - begin : Jan 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "Legacy_SparseMatrixTest_CSRMultiVector.h" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRMultiVector.h b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRMultiVector.h index e96aed736a..ec769f26ba 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRMultiVector.h +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRMultiVector.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_CSRMultiVector.h - description - ------------------- - begin : Jan 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h> #include "Legacy_SparseMatrixTest.hpp" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRScalar.cpp b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRScalar.cpp index 49b62efb58..51d117ab5e 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRScalar.cpp +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRScalar.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRScalar.cpp - description - ------------------- - begin : Nov 2, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "Legacy_SparseMatrixTest_CSRScalar.h" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRScalar.cu b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRScalar.cu index 3ea72a7445..51d117ab5e 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRScalar.cu +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRScalar.cu @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRScalar.cu - description - ------------------- - begin : Nov 2, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "Legacy_SparseMatrixTest_CSRScalar.h" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRScalar.h b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRScalar.h index 156211c59f..7813958b9f 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRScalar.h +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRScalar.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_CSRScalar.h - description - ------------------- - begin : Nov 2, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h> #include "Legacy_SparseMatrixTest.hpp" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRVector.cpp b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRVector.cpp index 58e9aebd07..5183f8d59e 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRVector.cpp +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRVector.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRVector.cpp - description - ------------------- - begin : Jan 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "Legacy_SparseMatrixTest_CSRVector.h" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRVector.cu b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRVector.cu index f19a0d0d78..5183f8d59e 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRVector.cu +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRVector.cu @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRVector.cu - description - ------------------- - begin : Jan 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "Legacy_SparseMatrixTest_CSRVector.h" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRVector.h b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRVector.h index 461053df06..b92bf44cbc 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRVector.h +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_CSRVector.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_CSRVector.h - description - ------------------- - begin : Jan 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h> #include "Legacy_SparseMatrixTest.hpp" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_ChunkedEllpack.h b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_ChunkedEllpack.h index 1391e8be5a..88ff9962f1 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_ChunkedEllpack.h +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_ChunkedEllpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_ChunkedEllpack.h - description - ------------------- - begin : Nov 2, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <Benchmarks/SpMV/ReferenceFormats/Legacy/ChunkedEllpack.h> #include "Legacy_SparseMatrixTest.hpp" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_Ellpack.h b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_Ellpack.h index 71a15d867d..7d21443f6b 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_Ellpack.h +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_Ellpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_Ellpack.h - description - ------------------- - begin : Nov 2, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <Benchmarks/SpMV/ReferenceFormats/Legacy/Ellpack.h> #include "Legacy_SparseMatrixTest.hpp" diff --git a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_SlicedEllpack.h b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_SlicedEllpack.h index 02c2c52969..c6ed9f1488 100644 --- a/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_SlicedEllpack.h +++ b/src/UnitTests/Matrices/Legacy/Legacy_SparseMatrixTest_SlicedEllpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_SlicedEllpack.h - description - ------------------- - begin : Dec 9, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <Benchmarks/SpMV/ReferenceFormats/Legacy/SlicedEllpack.h> diff --git a/src/UnitTests/Matrices/MatrixWrappingTest.cpp b/src/UnitTests/Matrices/MatrixWrappingTest.cpp index db87ce4823..21777f9469 100644 --- a/src/UnitTests/Matrices/MatrixWrappingTest.cpp +++ b/src/UnitTests/Matrices/MatrixWrappingTest.cpp @@ -1,11 +1 @@ -/*************************************************************************** - MatrixWrappingTest.cpp - description - ------------------- - begin : Mar 4, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "MatrixWrappingTest.h" diff --git a/src/UnitTests/Matrices/MatrixWrappingTest.cu b/src/UnitTests/Matrices/MatrixWrappingTest.cu index 8dd0849dc1..21777f9469 100644 --- a/src/UnitTests/Matrices/MatrixWrappingTest.cu +++ b/src/UnitTests/Matrices/MatrixWrappingTest.cu @@ -1,11 +1 @@ -/*************************************************************************** - MatrixWrappingTest.cu - description - ------------------- - begin : Mar 4, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "MatrixWrappingTest.h" diff --git a/src/UnitTests/Matrices/MatrixWrappingTest.h b/src/UnitTests/Matrices/MatrixWrappingTest.h index 9da8421d5d..fcd27cddb1 100644 --- a/src/UnitTests/Matrices/MatrixWrappingTest.h +++ b/src/UnitTests/Matrices/MatrixWrappingTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest.h - description - ------------------- - begin : Mar 21, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/UnitTests/Matrices/MultidiagonalMatrixTest.cpp b/src/UnitTests/Matrices/MultidiagonalMatrixTest.cpp index 639f196408..fe5991952e 100644 --- a/src/UnitTests/Matrices/MultidiagonalMatrixTest.cpp +++ b/src/UnitTests/Matrices/MultidiagonalMatrixTest.cpp @@ -1,11 +1 @@ -/*************************************************************************** - MultidiagonalMatrixTest.cpp - description - ------------------- - begin : Jan 8, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "MultidiagonalMatrixTest.h" \ No newline at end of file diff --git a/src/UnitTests/Matrices/MultidiagonalMatrixTest.cu b/src/UnitTests/Matrices/MultidiagonalMatrixTest.cu index 53541edbd0..fe5991952e 100644 --- a/src/UnitTests/Matrices/MultidiagonalMatrixTest.cu +++ b/src/UnitTests/Matrices/MultidiagonalMatrixTest.cu @@ -1,11 +1 @@ -/*************************************************************************** - MultidiagonalMatrixTest.cu - description - ------------------- - begin : Jan 8, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "MultidiagonalMatrixTest.h" \ No newline at end of file diff --git a/src/UnitTests/Matrices/MultidiagonalMatrixTest.h b/src/UnitTests/Matrices/MultidiagonalMatrixTest.h index b4437a5552..da6881d5bc 100644 --- a/src/UnitTests/Matrices/MultidiagonalMatrixTest.h +++ b/src/UnitTests/Matrices/MultidiagonalMatrixTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - MultidiagonalMatrixTest.h - description - ------------------- - begin : Jan 8, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <sstream> #include <TNL/Devices/Host.h> diff --git a/src/UnitTests/Matrices/SparseMatrixCopyTest.cpp b/src/UnitTests/Matrices/SparseMatrixCopyTest.cpp index 30b8f64ecf..06285e7ac9 100644 --- a/src/UnitTests/Matrices/SparseMatrixCopyTest.cpp +++ b/src/UnitTests/Matrices/SparseMatrixCopyTest.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixCopyTest.cpp - description - ------------------- - begin : Jun 25, 2017 - copyright : (C) 2017 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixCopyTest.h" diff --git a/src/UnitTests/Matrices/SparseMatrixCopyTest.cu b/src/UnitTests/Matrices/SparseMatrixCopyTest.cu index 431fe481c2..06285e7ac9 100644 --- a/src/UnitTests/Matrices/SparseMatrixCopyTest.cu +++ b/src/UnitTests/Matrices/SparseMatrixCopyTest.cu @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixCopyTest.cu - description - ------------------- - begin : Jun 25, 2017 - copyright : (C) 2017 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixCopyTest.h" diff --git a/src/UnitTests/Matrices/SparseMatrixCopyTest.h b/src/UnitTests/Matrices/SparseMatrixCopyTest.h index 81a7f26c94..6f68d8b211 100644 --- a/src/UnitTests/Matrices/SparseMatrixCopyTest.h +++ b/src/UnitTests/Matrices/SparseMatrixCopyTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixCopyTest.h - description - ------------------- - begin : Jun 25, 2017 - copyright : (C) 2017 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h> #include <Benchmarks/SpMV/ReferenceFormats/Legacy/Ellpack.h> #include <Benchmarks/SpMV/ReferenceFormats/Legacy/SlicedEllpack.h> diff --git a/src/UnitTests/Matrices/SparseMatrixTest.h b/src/UnitTests/Matrices/SparseMatrixTest.h index 68d7bedb02..2281d22970 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest.h +++ b/src/UnitTests/Matrices/SparseMatrixTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest.h - description - ------------------- - begin : Mar 21, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/UnitTests/Matrices/SparseMatrixTest.hpp b/src/UnitTests/Matrices/SparseMatrixTest.hpp index 444da8666f..0e7884859d 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest.hpp +++ b/src/UnitTests/Matrices/SparseMatrixTest.hpp @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest.hpp - description - ------------------- - begin : Nov 22, 2018 - copyright : (C) 2018 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <functional> diff --git a/src/UnitTests/Matrices/SparseMatrixTest_BiEllpack.cpp b/src/UnitTests/Matrices/SparseMatrixTest_BiEllpack.cpp index ba7f3cf8db..ccb62e4a87 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_BiEllpack.cpp +++ b/src/UnitTests/Matrices/SparseMatrixTest_BiEllpack.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_BiEllpack.cpp - description - ------------------- - begin : Apr 7, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_BiEllpack.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_BiEllpack.cu b/src/UnitTests/Matrices/SparseMatrixTest_BiEllpack.cu index 1121477b57..ccb62e4a87 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_BiEllpack.cu +++ b/src/UnitTests/Matrices/SparseMatrixTest_BiEllpack.cu @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_BiEllpack.cu - description - ------------------- - begin : Apr 7, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_BiEllpack.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_BiEllpack.h b/src/UnitTests/Matrices/SparseMatrixTest_BiEllpack.h index 8b4a8de382..0a45826af6 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_BiEllpack.h +++ b/src/UnitTests/Matrices/SparseMatrixTest_BiEllpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_BiEllpack.h - description - ------------------- - begin : Apr 7, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/BiEllpack.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixTest_CSRAdaptive.cpp b/src/UnitTests/Matrices/SparseMatrixTest_CSRAdaptive.cpp index 41306c6da7..309f50eaaa 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_CSRAdaptive.cpp +++ b/src/UnitTests/Matrices/SparseMatrixTest_CSRAdaptive.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRAdaptive.cpp - description - ------------------- - begin : Jan 23, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_CSRAdaptive.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_CSRAdaptive.cu b/src/UnitTests/Matrices/SparseMatrixTest_CSRAdaptive.cu index 50a4333330..309f50eaaa 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_CSRAdaptive.cu +++ b/src/UnitTests/Matrices/SparseMatrixTest_CSRAdaptive.cu @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRAdaptive.cu - description - ------------------- - begin : Jan 23, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_CSRAdaptive.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_CSRAdaptive.h b/src/UnitTests/Matrices/SparseMatrixTest_CSRAdaptive.h index 2756868220..e7f3a573a0 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_CSRAdaptive.h +++ b/src/UnitTests/Matrices/SparseMatrixTest_CSRAdaptive.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_CSRAdaptive.h - description - ------------------- - begin : Jan 23, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/CSR.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixTest_CSRHybrid.cpp b/src/UnitTests/Matrices/SparseMatrixTest_CSRHybrid.cpp index 214ed2ca7c..b578880cc1 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_CSRHybrid.cpp +++ b/src/UnitTests/Matrices/SparseMatrixTest_CSRHybrid.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRHybrid.cpp - description - ------------------- - begin : Jan 23, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_CSRHybrid.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_CSRHybrid.cu b/src/UnitTests/Matrices/SparseMatrixTest_CSRHybrid.cu index c0a0918d78..b578880cc1 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_CSRHybrid.cu +++ b/src/UnitTests/Matrices/SparseMatrixTest_CSRHybrid.cu @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRHybrid.cu - description - ------------------- - begin : Jan 23, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_CSRHybrid.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_CSRHybrid.h b/src/UnitTests/Matrices/SparseMatrixTest_CSRHybrid.h index 24ba77fa0e..9e115c191e 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_CSRHybrid.h +++ b/src/UnitTests/Matrices/SparseMatrixTest_CSRHybrid.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_CSRHybrid.h - description - ------------------- - begin : Jan 23, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/CSR.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixTest_CSRLight.cpp b/src/UnitTests/Matrices/SparseMatrixTest_CSRLight.cpp index d6a3a41cd3..b9318e1f60 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_CSRLight.cpp +++ b/src/UnitTests/Matrices/SparseMatrixTest_CSRLight.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRLight.cpp - description - ------------------- - begin : Jun 9, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_CSRLight.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_CSRLight.h b/src/UnitTests/Matrices/SparseMatrixTest_CSRLight.h index ddd956a52c..a1ab205f3e 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_CSRLight.h +++ b/src/UnitTests/Matrices/SparseMatrixTest_CSRLight.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_CSRLight.h - description - ------------------- - begin : Jun 9, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/CSR.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixTest_CSRScalar.cpp b/src/UnitTests/Matrices/SparseMatrixTest_CSRScalar.cpp index 0f73d79aae..1619f6cd4c 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_CSRScalar.cpp +++ b/src/UnitTests/Matrices/SparseMatrixTest_CSRScalar.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRScalar.cpp - description - ------------------- - begin : Dec 3, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_CSRScalar.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_CSRScalar.cu b/src/UnitTests/Matrices/SparseMatrixTest_CSRScalar.cu index ff22ae6925..1619f6cd4c 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_CSRScalar.cu +++ b/src/UnitTests/Matrices/SparseMatrixTest_CSRScalar.cu @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRScalar.cu - description - ------------------- - begin : Dec 3, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_CSRScalar.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_CSRScalar.h b/src/UnitTests/Matrices/SparseMatrixTest_CSRScalar.h index 0902ee81a6..5f78cca7bb 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_CSRScalar.h +++ b/src/UnitTests/Matrices/SparseMatrixTest_CSRScalar.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_CSRScalar.h - description - ------------------- - begin : Dec 2, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/CSR.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixTest_CSRVector.cpp b/src/UnitTests/Matrices/SparseMatrixTest_CSRVector.cpp index c60c5e1f7d..9464201f5c 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_CSRVector.cpp +++ b/src/UnitTests/Matrices/SparseMatrixTest_CSRVector.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRVector.cpp - description - ------------------- - begin : Jan 22, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_CSRVector.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_CSRVector.cu b/src/UnitTests/Matrices/SparseMatrixTest_CSRVector.cu index 5c78647a13..9464201f5c 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_CSRVector.cu +++ b/src/UnitTests/Matrices/SparseMatrixTest_CSRVector.cu @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_CSRVector.cu - description - ------------------- - begin : Jan 22, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_CSRVector.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_CSRVector.h b/src/UnitTests/Matrices/SparseMatrixTest_CSRVector.h index 8d50fc686c..5b4aab6632 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_CSRVector.h +++ b/src/UnitTests/Matrices/SparseMatrixTest_CSRVector.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_CSRVector.h - description - ------------------- - begin : Jan 22, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/CSR.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixTest_ChunkedEllpack.cpp b/src/UnitTests/Matrices/SparseMatrixTest_ChunkedEllpack.cpp index 667b06513f..c09609ae6c 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_ChunkedEllpack.cpp +++ b/src/UnitTests/Matrices/SparseMatrixTest_ChunkedEllpack.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_ChunkedEllpack.cpp - description - ------------------- - begin : Mar 21, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_ChunkedEllpack.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_ChunkedEllpack.cu b/src/UnitTests/Matrices/SparseMatrixTest_ChunkedEllpack.cu index 6310042471..c09609ae6c 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_ChunkedEllpack.cu +++ b/src/UnitTests/Matrices/SparseMatrixTest_ChunkedEllpack.cu @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_ChunkedEllpack.cu - description - ------------------- - begin : Mar 21, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_ChunkedEllpack.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_ChunkedEllpack.h b/src/UnitTests/Matrices/SparseMatrixTest_ChunkedEllpack.h index 0186f0776d..4bf9c040ff 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_ChunkedEllpack.h +++ b/src/UnitTests/Matrices/SparseMatrixTest_ChunkedEllpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_ChunkedEllpack.h - description - ------------------- - begin : Mar 21, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/ChunkedEllpack.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixTest_Ellpack.cpp b/src/UnitTests/Matrices/SparseMatrixTest_Ellpack.cpp index 3c30c54c5e..c454706f0b 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_Ellpack.cpp +++ b/src/UnitTests/Matrices/SparseMatrixTest_Ellpack.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_Ellpack.cpp - description - ------------------- - begin : Dec 3, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_Ellpack.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_Ellpack.cu b/src/UnitTests/Matrices/SparseMatrixTest_Ellpack.cu index 9a27cece6e..c454706f0b 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_Ellpack.cu +++ b/src/UnitTests/Matrices/SparseMatrixTest_Ellpack.cu @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_Ellpack.cu - description - ------------------- - begin : Dec 3, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_Ellpack.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_Ellpack.h b/src/UnitTests/Matrices/SparseMatrixTest_Ellpack.h index b13a19c6a4..f5f962fd85 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_Ellpack.h +++ b/src/UnitTests/Matrices/SparseMatrixTest_Ellpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_Ellpack.h - description - ------------------- - begin : Dec 3, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/Ellpack.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixTest_SandboxMatrix.cpp b/src/UnitTests/Matrices/SparseMatrixTest_SandboxMatrix.cpp index dc856310e5..6c48a09154 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_SandboxMatrix.cpp +++ b/src/UnitTests/Matrices/SparseMatrixTest_SandboxMatrix.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_SandboxMatrix.cpp - description - ------------------- - begin : Apr 19, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_SandboxMatrix.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_SandboxMatrix.h b/src/UnitTests/Matrices/SparseMatrixTest_SandboxMatrix.h index ad1a0c74d6..47f8c7b443 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_SandboxMatrix.h +++ b/src/UnitTests/Matrices/SparseMatrixTest_SandboxMatrix.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SandboxMatrixTest_SandboxMatrix.h - description - ------------------- - begin : Apr 19, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Matrices/Sandbox/SparseSandboxMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixTest_SlicedEllpack.cpp b/src/UnitTests/Matrices/SparseMatrixTest_SlicedEllpack.cpp index 2c79ee5027..40e2e94b81 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_SlicedEllpack.cpp +++ b/src/UnitTests/Matrices/SparseMatrixTest_SlicedEllpack.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_SlicedEllpack.cpp - description - ------------------- - begin : Dec 3, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_SlicedEllpack.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_SlicedEllpack.cu b/src/UnitTests/Matrices/SparseMatrixTest_SlicedEllpack.cu index bff81d9a3e..40e2e94b81 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_SlicedEllpack.cu +++ b/src/UnitTests/Matrices/SparseMatrixTest_SlicedEllpack.cu @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixTest_SlicedEllpack.cu - description - ------------------- - begin : Dec 3, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixTest_SlicedEllpack.h" diff --git a/src/UnitTests/Matrices/SparseMatrixTest_SlicedEllpack.h b/src/UnitTests/Matrices/SparseMatrixTest_SlicedEllpack.h index 3ea545335c..bae5941c95 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest_SlicedEllpack.h +++ b/src/UnitTests/Matrices/SparseMatrixTest_SlicedEllpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixTest_SlicedEllpack.h - description - ------------------- - begin : Dec 3, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/SlicedEllpack.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest.h b/src/UnitTests/Matrices/SparseMatrixVectorProductTest.h index 3a77cbe1a3..c22fd86034 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest.h +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixVectorProductTest.h - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <TNL/Containers/Vector.h> diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest.hpp b/src/UnitTests/Matrices/SparseMatrixVectorProductTest.hpp index dadecff560..ea15e9dc45 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest.hpp +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest.hpp @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixVectorProductTest.hpp - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #pragma once #include <functional> diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_BiEllpack.cpp b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_BiEllpack.cpp index 319ed66053..ae2bbcd4fd 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_BiEllpack.cpp +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_BiEllpack.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_BiEllpack.cpp - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixVectorProductTest_BiEllpack.h" diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_BiEllpack.h b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_BiEllpack.h index abdc11ca2f..65b6707f4c 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_BiEllpack.h +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_BiEllpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_BiEllpack.h - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/BiEllpack.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRAdaptive.cpp b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRAdaptive.cpp index bafa050d0a..32eb9edf85 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRAdaptive.cpp +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRAdaptive.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_CSRAdaptive.cpp - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixVectorProductTest_CSRAdaptive.h" diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRAdaptive.h b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRAdaptive.h index 93a0d79fb5..122635f3b7 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRAdaptive.h +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRAdaptive.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_CSRAdaptive.h - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/CSR.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRHybrid.cpp b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRHybrid.cpp index a6795b4e1c..308a2376bb 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRHybrid.cpp +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRHybrid.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_CSRHybrid.cpp - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixVectorProductTest_CSRHybrid.h" diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRHybrid.h b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRHybrid.h index 99b5e44030..d4ebc966c0 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRHybrid.h +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRHybrid.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_CSRHybrid.h - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/CSR.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRLight.cpp b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRLight.cpp index 274fa20b5f..308a2376bb 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRLight.cpp +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRLight.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_CSRHybrid.cpp - description - ------------------- - begin : Jun 9, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixVectorProductTest_CSRHybrid.h" diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRLight.h b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRLight.h index eef049eacf..366c8757e8 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRLight.h +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRLight.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_CSRLight.h - description - ------------------- - begin : Jun 9, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/CSR.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRScalar.cpp b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRScalar.cpp index bfa16c02b9..53432eca46 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRScalar.cpp +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRScalar.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_CSRScalar.cpp - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixVectorProductTest_CSRScalar.h" diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRScalar.h b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRScalar.h index b9586f66e7..01ac84c40f 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRScalar.h +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRScalar.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_CSRScalar.h - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/CSR.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRVector.cpp b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRVector.cpp index 68075da024..de61eb7ee1 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRVector.cpp +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRVector.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_CSRVector.cpp - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixVectorProductTest_CSRVector.h" diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRVector.h b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRVector.h index 0afe07e82a..fd92acf5d2 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRVector.h +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_CSRVector.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_CSRVector.h - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/CSR.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_ChunkedEllpack.cpp b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_ChunkedEllpack.cpp index 1586d81919..468100f530 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_ChunkedEllpack.cpp +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_ChunkedEllpack.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_ChunkedEllpack.cpp - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixVectorProductTest_ChunkedEllpack.h" diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_ChunkedEllpack.h b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_ChunkedEllpack.h index d2cb049f6a..7ce981ec84 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_ChunkedEllpack.h +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_ChunkedEllpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_ChunkedEllpack.h - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/ChunkedEllpack.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_Ellpack.cpp b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_Ellpack.cpp index 9e2446c386..36c5713802 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_Ellpack.cpp +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_Ellpack.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_Ellpack.cpp - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixVectorProductTest_Ellpack.h" diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_Ellpack.h b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_Ellpack.h index c93aace755..09046501df 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_Ellpack.h +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_Ellpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_Ellpack.h - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/Ellpack.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_SandboxMatrix.cpp b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_SandboxMatrix.cpp index bfa16c02b9..53432eca46 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_SandboxMatrix.cpp +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_SandboxMatrix.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_CSRScalar.cpp - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixVectorProductTest_CSRScalar.h" diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_SandboxMatrix.h b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_SandboxMatrix.h index 7b06af0f3a..663e8f2206 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_SandboxMatrix.h +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_SandboxMatrix.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_SandbxMatrix.h - description - ------------------- - begin : Apr 22, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Matrices/Sandbox/SparseSandboxMatrix.h> diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_SlicedEllpack.cpp b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_SlicedEllpack.cpp index 0afb094fda..0714ec3c60 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_SlicedEllpack.cpp +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_SlicedEllpack.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_SlicedEllpack.cpp - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SparseMatrixVectorProductTest_SlicedEllpack.h" diff --git a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_SlicedEllpack.h b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_SlicedEllpack.h index 5efa70d45e..3a04f25a59 100644 --- a/src/UnitTests/Matrices/SparseMatrixVectorProductTest_SlicedEllpack.h +++ b/src/UnitTests/Matrices/SparseMatrixVectorProductTest_SlicedEllpack.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SparseMatrixVectorProductTest_SlicedEllpack.h - description - ------------------- - begin : Mar 30, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <iostream> #include <TNL/Algorithms/Segments/SlicedEllpack.h> #include <TNL/Matrices/SparseMatrix.h> diff --git a/src/UnitTests/Matrices/SymmetricSparseMatrixTest.h b/src/UnitTests/Matrices/SymmetricSparseMatrixTest.h index e8de36e300..f57aeddd4d 100644 --- a/src/UnitTests/Matrices/SymmetricSparseMatrixTest.h +++ b/src/UnitTests/Matrices/SymmetricSparseMatrixTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SymmetricSparseMatrixTest.h - description - ------------------- - begin : Feb 11, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #ifdef HAVE_GTEST #include <gtest/gtest.h> #include <iostream> diff --git a/src/UnitTests/Matrices/SymmetricSparseMatrixTest.hpp b/src/UnitTests/Matrices/SymmetricSparseMatrixTest.hpp index f430fdffab..d99c476280 100644 --- a/src/UnitTests/Matrices/SymmetricSparseMatrixTest.hpp +++ b/src/UnitTests/Matrices/SymmetricSparseMatrixTest.hpp @@ -1,13 +1,3 @@ -/*************************************************************************** - SymmetricSparseMatrixTest.h - description - ------------------- - begin : Feb 7, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Containers/Vector.h> #include <TNL/Containers/VectorView.h> #include <TNL/Math.h> diff --git a/src/UnitTests/Matrices/SymmetricSparseMatrixTest_CSR.cpp b/src/UnitTests/Matrices/SymmetricSparseMatrixTest_CSR.cpp index c23fa42420..a6917aaa79 100644 --- a/src/UnitTests/Matrices/SymmetricSparseMatrixTest_CSR.cpp +++ b/src/UnitTests/Matrices/SymmetricSparseMatrixTest_CSR.cpp @@ -1,11 +1 @@ -/*************************************************************************** - SymmetricSparseMatrixTest_CSR.cpp - description - ------------------- - begin : Feb 11, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SymmetricSparseMatrixTest_CSR.h" diff --git a/src/UnitTests/Matrices/SymmetricSparseMatrixTest_CSR.cu b/src/UnitTests/Matrices/SymmetricSparseMatrixTest_CSR.cu index df1d83da0e..a6917aaa79 100644 --- a/src/UnitTests/Matrices/SymmetricSparseMatrixTest_CSR.cu +++ b/src/UnitTests/Matrices/SymmetricSparseMatrixTest_CSR.cu @@ -1,11 +1 @@ -/*************************************************************************** - SymmetricSparseMatrixTest_CSR.cu - description - ------------------- - begin : Feb 11, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "SymmetricSparseMatrixTest_CSR.h" diff --git a/src/UnitTests/Matrices/SymmetricSparseMatrixTest_CSR.h b/src/UnitTests/Matrices/SymmetricSparseMatrixTest_CSR.h index 31ef699ed0..774c28d379 100644 --- a/src/UnitTests/Matrices/SymmetricSparseMatrixTest_CSR.h +++ b/src/UnitTests/Matrices/SymmetricSparseMatrixTest_CSR.h @@ -1,13 +1,3 @@ -/*************************************************************************** - SymmetricSparseMatrixTest_CSR.h - description - ------------------- - begin : Feb 11, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #ifdef HAVE_GTEST #include <gtest/gtest.h> #include <TNL/Algorithms/Segments/CSR.h> diff --git a/src/UnitTests/Matrices/TridiagonalMatrixTest.cpp b/src/UnitTests/Matrices/TridiagonalMatrixTest.cpp index 3248d35265..f5fbcc23fe 100644 --- a/src/UnitTests/Matrices/TridiagonalMatrixTest.cpp +++ b/src/UnitTests/Matrices/TridiagonalMatrixTest.cpp @@ -1,11 +1 @@ -/*************************************************************************** - TridiagonalMatrixTest.cpp - description - ------------------- - begin : Jan 8, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "TridiagonalMatrixTest.h" \ No newline at end of file diff --git a/src/UnitTests/Matrices/TridiagonalMatrixTest.cu b/src/UnitTests/Matrices/TridiagonalMatrixTest.cu index 16f909fa78..f5fbcc23fe 100644 --- a/src/UnitTests/Matrices/TridiagonalMatrixTest.cu +++ b/src/UnitTests/Matrices/TridiagonalMatrixTest.cu @@ -1,11 +1 @@ -/*************************************************************************** - TridiagonalMatrixTest.cu - description - ------------------- - begin : Jan 8, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include "TridiagonalMatrixTest.h" \ No newline at end of file diff --git a/src/UnitTests/Matrices/TridiagonalMatrixTest.h b/src/UnitTests/Matrices/TridiagonalMatrixTest.h index 32cf143ad4..4e9440a4ef 100644 --- a/src/UnitTests/Matrices/TridiagonalMatrixTest.h +++ b/src/UnitTests/Matrices/TridiagonalMatrixTest.h @@ -1,13 +1,3 @@ -/*************************************************************************** - TridiagonalMatrixTest.h - description - ------------------- - begin : Jan 8, 2020 - copyright : (C) 2020 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <sstream> #include <TNL/Devices/Host.h> #include <TNL/Matrices/Matrix.h> diff --git a/src/UnitTests/Meshes/DistributedMeshes/CopyEntitiesTest.cpp b/src/UnitTests/Meshes/DistributedMeshes/CopyEntitiesTest.cpp index fc9dc48927..740d5fa5f6 100644 --- a/src/UnitTests/Meshes/DistributedMeshes/CopyEntitiesTest.cpp +++ b/src/UnitTests/Meshes/DistributedMeshes/CopyEntitiesTest.cpp @@ -1,11 +1,3 @@ -/*************************************************************************** - CopyEntitiesTest.cpp - description - ------------------- - begin : Aug 30, 2017 - copyright : (C) 2017 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - #include <TNL/Meshes/DistributedMeshes/CopyEntitiesHelper.h> #include <TNL/Functions/MeshFunctionView.h> diff --git a/src/UnitTests/Meshes/DistributedMeshes/DistributedGridTest_1D.cpp b/src/UnitTests/Meshes/DistributedMeshes/DistributedGridTest_1D.cpp index acf8a07b1e..6f0b479555 100644 --- a/src/UnitTests/Meshes/DistributedMeshes/DistributedGridTest_1D.cpp +++ b/src/UnitTests/Meshes/DistributedMeshes/DistributedGridTest_1D.cpp @@ -1,12 +1,3 @@ -/*************************************************************************** - DistributedGridTest.cpp - description - ------------------- - begin : Sep 6, 2017 - copyright : (C) 2017 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - - #ifdef HAVE_GTEST #include <gtest/gtest.h> diff --git a/src/UnitTests/Meshes/DistributedMeshes/DistributedGridTest_2D.cpp b/src/UnitTests/Meshes/DistributedMeshes/DistributedGridTest_2D.cpp index 84503aed14..096a6fd991 100644 --- a/src/UnitTests/Meshes/DistributedMeshes/DistributedGridTest_2D.cpp +++ b/src/UnitTests/Meshes/DistributedMeshes/DistributedGridTest_2D.cpp @@ -1,12 +1,3 @@ -/*************************************************************************** - DistributedGridTest.cpp - description - ------------------- - begin : Sep 6, 2017 - copyright : (C) 2017 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - - #ifdef HAVE_GTEST #include <gtest/gtest.h> diff --git a/src/UnitTests/ObjectTest.cpp b/src/UnitTests/ObjectTest.cpp index 16dbe32454..c4a4d5c5ef 100644 --- a/src/UnitTests/ObjectTest.cpp +++ b/src/UnitTests/ObjectTest.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - ObjectTest.cpp - description - ------------------- - begin : Jul 22, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/Devices/Host.h> #include <TNL/Object.h> #include <TNL/File.h> diff --git a/src/UnitTests/Pointers/DevicePointerCudaTest.cu b/src/UnitTests/Pointers/DevicePointerCudaTest.cu index 76320904a4..eadce288fd 100644 --- a/src/UnitTests/Pointers/DevicePointerCudaTest.cu +++ b/src/UnitTests/Pointers/DevicePointerCudaTest.cu @@ -1,13 +1,3 @@ -/*************************************************************************** - DevicePointerCudaTest.cpp - description - ------------------- - begin : Nov 26, 2019 - copyright : (C) 2019 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <cstdlib> #include <TNL/Devices/Host.h> #include <TNL/Pointers/DevicePointer.h> diff --git a/src/UnitTests/Pointers/SharedPointerCudaTest.cu b/src/UnitTests/Pointers/SharedPointerCudaTest.cu index 37cfc56b72..4a002bb104 100644 --- a/src/UnitTests/Pointers/SharedPointerCudaTest.cu +++ b/src/UnitTests/Pointers/SharedPointerCudaTest.cu @@ -1,13 +1,3 @@ -/*************************************************************************** - SharedPointerCudaTest.cpp - description - ------------------- - begin : Aug 22, 2018 - copyright : (C) 2018 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <cstdlib> #include <TNL/Devices/Host.h> #include <TNL/Pointers/SharedPointer.h> diff --git a/src/UnitTests/Pointers/SharedPointerHostTest.cpp b/src/UnitTests/Pointers/SharedPointerHostTest.cpp index 53501e774b..fdfea9de29 100644 --- a/src/UnitTests/Pointers/SharedPointerHostTest.cpp +++ b/src/UnitTests/Pointers/SharedPointerHostTest.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - SharedPointerHostTest.cpp - description - ------------------- - begin : Aug 22, 2018 - copyright : (C) 2018 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <cstdlib> #include <TNL/Devices/Host.h> #include <TNL/Pointers/SharedPointer.h> diff --git a/src/UnitTests/Pointers/UniquePointerTest.cpp b/src/UnitTests/Pointers/UniquePointerTest.cpp index 4473580171..893174b785 100644 --- a/src/UnitTests/Pointers/UniquePointerTest.cpp +++ b/src/UnitTests/Pointers/UniquePointerTest.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - UniquePointerTest.cpp - description - ------------------- - begin : May 28, 2016 - copyright : (C) 2016 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <cstdlib> #include <TNL/Devices/Host.h> #include <TNL/Pointers/UniquePointer.h> diff --git a/src/UnitTests/StringTest.cpp b/src/UnitTests/StringTest.cpp index 43e046b648..00be8f8f91 100644 --- a/src/UnitTests/StringTest.cpp +++ b/src/UnitTests/StringTest.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - StringTest.cpp - description - ------------------- - begin : Jul 22, 2013 - copyright : (C) 2013 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by Nina Dzugasova #ifdef HAVE_GTEST diff --git a/src/UnitTests/TimerTest.cpp b/src/UnitTests/TimerTest.cpp index f30ac44901..a3d7114ed9 100644 --- a/src/UnitTests/TimerTest.cpp +++ b/src/UnitTests/TimerTest.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - TimerTest.cpp - description - ------------------- - begin : Oct 17, 2018 - copyright : (C) 2018 by Tomas Oberhuber - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - // Implemented by Nina Dzugasova #ifdef HAVE_GTEST diff --git a/src/UnitTests/TypeInfoTest.cpp b/src/UnitTests/TypeInfoTest.cpp index c47cdffc81..21bd5bf534 100644 --- a/src/UnitTests/TypeInfoTest.cpp +++ b/src/UnitTests/TypeInfoTest.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - TypeInfoTest.cpp - description - ------------------- - begin : Aug 20, 2019 - copyright : (C) 2019 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <TNL/TypeInfo.h> #ifdef HAVE_GTEST diff --git a/src/UnitTests/base64Test.cpp b/src/UnitTests/base64Test.cpp index bf63410ead..dd5335516b 100644 --- a/src/UnitTests/base64Test.cpp +++ b/src/UnitTests/base64Test.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - base64.cpp - description - ------------------- - begin : Apr 11, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #ifdef HAVE_GTEST #include <gtest/gtest.h> #endif diff --git a/src/UnitTests/zlibCompressionTest.cpp b/src/UnitTests/zlibCompressionTest.cpp index 12a34d8c9b..a29b439421 100644 --- a/src/UnitTests/zlibCompressionTest.cpp +++ b/src/UnitTests/zlibCompressionTest.cpp @@ -1,13 +1,3 @@ -/*************************************************************************** - base64.cpp - description - ------------------- - begin : Apr 11, 2021 - copyright : (C) 2021 by Tomas Oberhuber et al. - email : tomas.oberhuber@fjfi.cvut.cz - ***************************************************************************/ - -/* See Copyright Notice in tnl/Copyright */ - #include <sstream> #ifdef HAVE_GTEST #include <gtest/gtest.h> -- GitLab