From 12669cf36c43aecf24900d67f6fff01ccbd888e7 Mon Sep 17 00:00:00 2001
From: Soeren Peters <peters@irmb.tu-bs.de>
Date: Tue, 7 Jul 2020 13:27:41 +0200
Subject: [PATCH] Moved GKS stuff - Not tested!

---
 gpu.cmake                                                        | 1 -
 {gpu/src => src/gpu}/GksGpu/Analyzer/ConvergenceAnalyzer.cpp     | 0
 {gpu/src => src/gpu}/GksGpu/Analyzer/ConvergenceAnalyzer.h       | 0
 {gpu/src => src/gpu}/GksGpu/Analyzer/CupsAnalyzer.cpp            | 0
 {gpu/src => src/gpu}/GksGpu/Analyzer/CupsAnalyzer.h              | 0
 {gpu/src => src/gpu}/GksGpu/Analyzer/EnstrophyAnalyzer.cu        | 0
 {gpu/src => src/gpu}/GksGpu/Analyzer/EnstrophyAnalyzer.h         | 0
 {gpu/src => src/gpu}/GksGpu/Analyzer/HeatFluxAnalyzer.cu         | 0
 {gpu/src => src/gpu}/GksGpu/Analyzer/HeatFluxAnalyzer.h          | 0
 {gpu/src => src/gpu}/GksGpu/Analyzer/KineticEnergyAnalyzer.cu    | 0
 {gpu/src => src/gpu}/GksGpu/Analyzer/KineticEnergyAnalyzer.h     | 0
 {gpu/src => src/gpu}/GksGpu/Analyzer/PointTimeSeriesAnalyzer.cu  | 0
 {gpu/src => src/gpu}/GksGpu/Analyzer/PointTimeSeriesAnalyzer.h   | 0
 .../src => src/gpu}/GksGpu/Analyzer/PointTimeSeriesCollector.cpp | 0
 {gpu/src => src/gpu}/GksGpu/Analyzer/PointTimeSeriesCollector.h  | 0
 {gpu/src => src/gpu}/GksGpu/Analyzer/TurbulenceAnalyzer.cu       | 0
 {gpu/src => src/gpu}/GksGpu/Analyzer/TurbulenceAnalyzer.h        | 0
 {gpu/src => src/gpu}/GksGpu/Analyzer/package.include             | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/AdiabaticWall.cu  | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/AdiabaticWall.h   | 0
 .../gpu}/GksGpu/BoundaryConditions/BoundaryCondition.cpp         | 0
 .../gpu}/GksGpu/BoundaryConditions/BoundaryCondition.h           | 0
 .../gpu}/GksGpu/BoundaryConditions/ConcreteHeatFlux.cu           | 0
 .../src => src/gpu}/GksGpu/BoundaryConditions/ConcreteHeatFlux.h | 0
 .../gpu}/GksGpu/BoundaryConditions/CreepingMassFlux.cu           | 0
 .../src => src/gpu}/GksGpu/BoundaryConditions/CreepingMassFlux.h | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Extrapolation.cu  | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Extrapolation.h   | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/HeatFlux.cu       | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/HeatFlux.h        | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Inflow.cu         | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Inflow.h          | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/InflowComplete.cu | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/InflowComplete.h  | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/IsothermalWall.cu | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/IsothermalWall.h  | 0
 .../gpu}/GksGpu/BoundaryConditions/MassCompensation.cu           | 0
 .../src => src/gpu}/GksGpu/BoundaryConditions/MassCompensation.h | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Open.cu           | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Open.h            | 0
 .../gpu}/GksGpu/BoundaryConditions/PassiveScalarDiriclet.cu      | 0
 .../gpu}/GksGpu/BoundaryConditions/PassiveScalarDiriclet.h       | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Periodic.cu       | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Periodic.h        | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Pressure.cu       | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Pressure.h        | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Pressure2.cu      | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Pressure2.h       | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/SalinasVazquez.cu | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/SalinasVazquez.h  | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Symmetry.cu       | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Symmetry.h        | 0
 {gpu/src => src/gpu}/GksGpu/BoundaryConditions/package.include   | 0
 {gpu/src => src/gpu}/GksGpu/CellProperties/CellProperties.cuh    | 0
 {gpu/src => src/gpu}/GksGpu/CellProperties/package.include       | 0
 {gpu/src => src/gpu}/GksGpu/CellUpdate/CellUpdate.cu             | 0
 {gpu/src => src/gpu}/GksGpu/CellUpdate/CellUpdate.h              | 0
 {gpu/src => src/gpu}/GksGpu/CellUpdate/Reaction.cuh              | 0
 {gpu/src => src/gpu}/GksGpu/CellUpdate/package.include           | 0
 {gpu/src => src/gpu}/GksGpu/Communication/Communicator.cpp       | 0
 {gpu/src => src/gpu}/GksGpu/Communication/Communicator.cu        | 0
 {gpu/src => src/gpu}/GksGpu/Communication/Communicator.h         | 0
 {gpu/src => src/gpu}/GksGpu/Communication/MpiUtility.cpp         | 0
 {gpu/src => src/gpu}/GksGpu/Communication/MpiUtility.h           | 0
 {gpu/src => src/gpu}/GksGpu/Communication/package.include        | 0
 {gpu/src => src/gpu}/GksGpu/CudaUtility/CudaRunKernel.hpp        | 0
 {gpu/src => src/gpu}/GksGpu/CudaUtility/CudaUtility.cpp          | 0
 {gpu/src => src/gpu}/GksGpu/CudaUtility/CudaUtility.h            | 0
 {gpu/src => src/gpu}/GksGpu/CudaUtility/package.include          | 0
 {gpu/src => src/gpu}/GksGpu/DataBase/DataBase.cpp                | 0
 {gpu/src => src/gpu}/GksGpu/DataBase/DataBase.h                  | 0
 {gpu/src => src/gpu}/GksGpu/DataBase/DataBaseAllocator.cpp       | 0
 {gpu/src => src/gpu}/GksGpu/DataBase/DataBaseAllocator.h         | 0
 {gpu/src => src/gpu}/GksGpu/DataBase/DataBaseAllocatorCPU.cpp    | 0
 {gpu/src => src/gpu}/GksGpu/DataBase/DataBaseAllocatorCPU.h      | 0
 {gpu/src => src/gpu}/GksGpu/DataBase/DataBaseAllocatorGPU.cpp    | 0
 {gpu/src => src/gpu}/GksGpu/DataBase/DataBaseAllocatorGPU.h      | 0
 {gpu/src => src/gpu}/GksGpu/DataBase/DataBaseStruct.h            | 0
 {gpu/src => src/gpu}/GksGpu/DataBase/package.include             | 0
 {gpu/src => src/gpu}/GksGpu/Definitions/AccumulatorDataType.h    | 0
 {gpu/src => src/gpu}/GksGpu/Definitions/CudaAwareMpi.h           | 0
 {gpu/src => src/gpu}/GksGpu/Definitions/MemoryAccessPattern.h    | 0
 {gpu/src => src/gpu}/GksGpu/Definitions/PassiveScalar.h          | 0
 {gpu/src => src/gpu}/GksGpu/Definitions/package.include          | 0
 {gpu/src => src/gpu}/GksGpu/FlowStateData/AccessDeviceData.cuh   | 0
 {gpu/src => src/gpu}/GksGpu/FlowStateData/FlowStateData.cuh      | 0
 .../gpu}/GksGpu/FlowStateData/FlowStateDataConversion.cuh        | 0
 {gpu/src => src/gpu}/GksGpu/FlowStateData/HeatCapacities.cuh     | 0
 .../src => src/gpu}/GksGpu/FlowStateData/ThermalDependencies.cuh | 0
 {gpu/src => src/gpu}/GksGpu/FlowStateData/package.include        | 0
 {gpu/src => src/gpu}/GksGpu/FluxComputation/ApplyFlux.cuh        | 0
 {gpu/src => src/gpu}/GksGpu/FluxComputation/AssembleFlux.cuh     | 0
 .../gpu}/GksGpu/FluxComputation/ExpansionCoefficients.cuh        | 0
 {gpu/src => src/gpu}/GksGpu/FluxComputation/FluxComputation.cu   | 0
 {gpu/src => src/gpu}/GksGpu/FluxComputation/FluxComputation.h    | 0
 {gpu/src => src/gpu}/GksGpu/FluxComputation/Moments.cuh          | 0
 {gpu/src => src/gpu}/GksGpu/FluxComputation/Reconstruction.cuh   | 0
 {gpu/src => src/gpu}/GksGpu/FluxComputation/Smagorinsky.cuh      | 0
 {gpu/src => src/gpu}/GksGpu/FluxComputation/SutherlandsLaw.cuh   | 0
 {gpu/src => src/gpu}/GksGpu/FluxComputation/Transformation.cuh   | 0
 {gpu/src => src/gpu}/GksGpu/FluxComputation/package.include      | 0
 {gpu/src => src/gpu}/GksGpu/Initializer/Initializer.cpp          | 0
 {gpu/src => src/gpu}/GksGpu/Initializer/Initializer.h            | 0
 {gpu/src => src/gpu}/GksGpu/Initializer/InitializerKernel.cu     | 0
 {gpu/src => src/gpu}/GksGpu/Initializer/package.include          | 0
 {gpu/src => src/gpu}/GksGpu/Interface/CoarseToFineKernel.cu      | 0
 {gpu/src => src/gpu}/GksGpu/Interface/FineToCoarseKernel.cu      | 0
 {gpu/src => src/gpu}/GksGpu/Interface/Interface.h                | 0
 {gpu/src => src/gpu}/GksGpu/Interface/package.include            | 0
 {gpu/src => src/gpu}/GksGpu/Parameters/Parameters.h              | 0
 {gpu/src => src/gpu}/GksGpu/Parameters/package.include           | 0
 {gpu/src => src/gpu}/GksGpu/Restart/Restart.cpp                  | 0
 {gpu/src => src/gpu}/GksGpu/Restart/Restart.h                    | 0
 {gpu/src => src/gpu}/GksGpu/Restart/package.include              | 0
 {gpu/src => src/gpu}/GksGpu/TimeStepping/NestedTimeStep.cpp      | 0
 {gpu/src => src/gpu}/GksGpu/TimeStepping/NestedTimeStep.h        | 0
 {gpu/src => src/gpu}/GksGpu/TimeStepping/package.include         | 0
 {gpu/src => src/gpu}/GksGpu/package.include                      | 0
 {gpu/src => src/gpu}/GksMeshAdapter/GksMeshAdapter.cpp           | 0
 {gpu/src => src/gpu}/GksMeshAdapter/GksMeshAdapter.h             | 0
 {gpu/src => src/gpu}/GksMeshAdapter/MeshCell.cpp                 | 0
 {gpu/src => src/gpu}/GksMeshAdapter/MeshCell.h                   | 0
 {gpu/src => src/gpu}/GksMeshAdapter/MeshFace.cpp                 | 0
 {gpu/src => src/gpu}/GksMeshAdapter/MeshFace.h                   | 0
 {gpu/src => src/gpu}/GksMeshAdapter/package.include              | 0
 {gpu/src => src/gpu}/GksVtkAdapter/VTKAdapter.cpp                | 0
 {gpu/src => src/gpu}/GksVtkAdapter/VTKAdapter.h                  | 0
 {gpu/src => src/gpu}/GksVtkAdapter/VTKInterface.h                | 0
 {gpu/src => src/gpu}/GksVtkAdapter/package.include               | 0
 129 files changed, 1 deletion(-)
 rename {gpu/src => src/gpu}/GksGpu/Analyzer/ConvergenceAnalyzer.cpp (100%)
 rename {gpu/src => src/gpu}/GksGpu/Analyzer/ConvergenceAnalyzer.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Analyzer/CupsAnalyzer.cpp (100%)
 rename {gpu/src => src/gpu}/GksGpu/Analyzer/CupsAnalyzer.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Analyzer/EnstrophyAnalyzer.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/Analyzer/EnstrophyAnalyzer.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Analyzer/HeatFluxAnalyzer.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/Analyzer/HeatFluxAnalyzer.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Analyzer/KineticEnergyAnalyzer.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/Analyzer/KineticEnergyAnalyzer.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Analyzer/PointTimeSeriesAnalyzer.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/Analyzer/PointTimeSeriesAnalyzer.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Analyzer/PointTimeSeriesCollector.cpp (100%)
 rename {gpu/src => src/gpu}/GksGpu/Analyzer/PointTimeSeriesCollector.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Analyzer/TurbulenceAnalyzer.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/Analyzer/TurbulenceAnalyzer.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Analyzer/package.include (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/AdiabaticWall.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/AdiabaticWall.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/BoundaryCondition.cpp (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/BoundaryCondition.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/ConcreteHeatFlux.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/ConcreteHeatFlux.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/CreepingMassFlux.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/CreepingMassFlux.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Extrapolation.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Extrapolation.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/HeatFlux.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/HeatFlux.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Inflow.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Inflow.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/InflowComplete.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/InflowComplete.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/IsothermalWall.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/IsothermalWall.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/MassCompensation.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/MassCompensation.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Open.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Open.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/PassiveScalarDiriclet.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/PassiveScalarDiriclet.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Periodic.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Periodic.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Pressure.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Pressure.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Pressure2.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Pressure2.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/SalinasVazquez.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/SalinasVazquez.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Symmetry.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/Symmetry.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/BoundaryConditions/package.include (100%)
 rename {gpu/src => src/gpu}/GksGpu/CellProperties/CellProperties.cuh (100%)
 rename {gpu/src => src/gpu}/GksGpu/CellProperties/package.include (100%)
 rename {gpu/src => src/gpu}/GksGpu/CellUpdate/CellUpdate.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/CellUpdate/CellUpdate.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/CellUpdate/Reaction.cuh (100%)
 rename {gpu/src => src/gpu}/GksGpu/CellUpdate/package.include (100%)
 rename {gpu/src => src/gpu}/GksGpu/Communication/Communicator.cpp (100%)
 rename {gpu/src => src/gpu}/GksGpu/Communication/Communicator.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/Communication/Communicator.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Communication/MpiUtility.cpp (100%)
 rename {gpu/src => src/gpu}/GksGpu/Communication/MpiUtility.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Communication/package.include (100%)
 rename {gpu/src => src/gpu}/GksGpu/CudaUtility/CudaRunKernel.hpp (100%)
 rename {gpu/src => src/gpu}/GksGpu/CudaUtility/CudaUtility.cpp (100%)
 rename {gpu/src => src/gpu}/GksGpu/CudaUtility/CudaUtility.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/CudaUtility/package.include (100%)
 rename {gpu/src => src/gpu}/GksGpu/DataBase/DataBase.cpp (100%)
 rename {gpu/src => src/gpu}/GksGpu/DataBase/DataBase.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/DataBase/DataBaseAllocator.cpp (100%)
 rename {gpu/src => src/gpu}/GksGpu/DataBase/DataBaseAllocator.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/DataBase/DataBaseAllocatorCPU.cpp (100%)
 rename {gpu/src => src/gpu}/GksGpu/DataBase/DataBaseAllocatorCPU.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/DataBase/DataBaseAllocatorGPU.cpp (100%)
 rename {gpu/src => src/gpu}/GksGpu/DataBase/DataBaseAllocatorGPU.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/DataBase/DataBaseStruct.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/DataBase/package.include (100%)
 rename {gpu/src => src/gpu}/GksGpu/Definitions/AccumulatorDataType.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Definitions/CudaAwareMpi.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Definitions/MemoryAccessPattern.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Definitions/PassiveScalar.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Definitions/package.include (100%)
 rename {gpu/src => src/gpu}/GksGpu/FlowStateData/AccessDeviceData.cuh (100%)
 rename {gpu/src => src/gpu}/GksGpu/FlowStateData/FlowStateData.cuh (100%)
 rename {gpu/src => src/gpu}/GksGpu/FlowStateData/FlowStateDataConversion.cuh (100%)
 rename {gpu/src => src/gpu}/GksGpu/FlowStateData/HeatCapacities.cuh (100%)
 rename {gpu/src => src/gpu}/GksGpu/FlowStateData/ThermalDependencies.cuh (100%)
 rename {gpu/src => src/gpu}/GksGpu/FlowStateData/package.include (100%)
 rename {gpu/src => src/gpu}/GksGpu/FluxComputation/ApplyFlux.cuh (100%)
 rename {gpu/src => src/gpu}/GksGpu/FluxComputation/AssembleFlux.cuh (100%)
 rename {gpu/src => src/gpu}/GksGpu/FluxComputation/ExpansionCoefficients.cuh (100%)
 rename {gpu/src => src/gpu}/GksGpu/FluxComputation/FluxComputation.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/FluxComputation/FluxComputation.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/FluxComputation/Moments.cuh (100%)
 rename {gpu/src => src/gpu}/GksGpu/FluxComputation/Reconstruction.cuh (100%)
 rename {gpu/src => src/gpu}/GksGpu/FluxComputation/Smagorinsky.cuh (100%)
 rename {gpu/src => src/gpu}/GksGpu/FluxComputation/SutherlandsLaw.cuh (100%)
 rename {gpu/src => src/gpu}/GksGpu/FluxComputation/Transformation.cuh (100%)
 rename {gpu/src => src/gpu}/GksGpu/FluxComputation/package.include (100%)
 rename {gpu/src => src/gpu}/GksGpu/Initializer/Initializer.cpp (100%)
 rename {gpu/src => src/gpu}/GksGpu/Initializer/Initializer.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Initializer/InitializerKernel.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/Initializer/package.include (100%)
 rename {gpu/src => src/gpu}/GksGpu/Interface/CoarseToFineKernel.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/Interface/FineToCoarseKernel.cu (100%)
 rename {gpu/src => src/gpu}/GksGpu/Interface/Interface.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Interface/package.include (100%)
 rename {gpu/src => src/gpu}/GksGpu/Parameters/Parameters.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Parameters/package.include (100%)
 rename {gpu/src => src/gpu}/GksGpu/Restart/Restart.cpp (100%)
 rename {gpu/src => src/gpu}/GksGpu/Restart/Restart.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/Restart/package.include (100%)
 rename {gpu/src => src/gpu}/GksGpu/TimeStepping/NestedTimeStep.cpp (100%)
 rename {gpu/src => src/gpu}/GksGpu/TimeStepping/NestedTimeStep.h (100%)
 rename {gpu/src => src/gpu}/GksGpu/TimeStepping/package.include (100%)
 rename {gpu/src => src/gpu}/GksGpu/package.include (100%)
 rename {gpu/src => src/gpu}/GksMeshAdapter/GksMeshAdapter.cpp (100%)
 rename {gpu/src => src/gpu}/GksMeshAdapter/GksMeshAdapter.h (100%)
 rename {gpu/src => src/gpu}/GksMeshAdapter/MeshCell.cpp (100%)
 rename {gpu/src => src/gpu}/GksMeshAdapter/MeshCell.h (100%)
 rename {gpu/src => src/gpu}/GksMeshAdapter/MeshFace.cpp (100%)
 rename {gpu/src => src/gpu}/GksMeshAdapter/MeshFace.h (100%)
 rename {gpu/src => src/gpu}/GksMeshAdapter/package.include (100%)
 rename {gpu/src => src/gpu}/GksVtkAdapter/VTKAdapter.cpp (100%)
 rename {gpu/src => src/gpu}/GksVtkAdapter/VTKAdapter.h (100%)
 rename {gpu/src => src/gpu}/GksVtkAdapter/VTKInterface.h (100%)
 rename {gpu/src => src/gpu}/GksVtkAdapter/package.include (100%)

diff --git a/gpu.cmake b/gpu.cmake
index 35c42354f..d4ea41e88 100644
--- a/gpu.cmake
+++ b/gpu.cmake
@@ -228,6 +228,5 @@ endif()
 
 if(VF.BUILD_VF_TRAFFIC)
     add_subdirectory(src/gpu/Traffic)
-
     add_subdirectory(apps/gpu/LBM/TrafficTest)
 endif()
\ No newline at end of file
diff --git a/gpu/src/GksGpu/Analyzer/ConvergenceAnalyzer.cpp b/src/gpu/GksGpu/Analyzer/ConvergenceAnalyzer.cpp
similarity index 100%
rename from gpu/src/GksGpu/Analyzer/ConvergenceAnalyzer.cpp
rename to src/gpu/GksGpu/Analyzer/ConvergenceAnalyzer.cpp
diff --git a/gpu/src/GksGpu/Analyzer/ConvergenceAnalyzer.h b/src/gpu/GksGpu/Analyzer/ConvergenceAnalyzer.h
similarity index 100%
rename from gpu/src/GksGpu/Analyzer/ConvergenceAnalyzer.h
rename to src/gpu/GksGpu/Analyzer/ConvergenceAnalyzer.h
diff --git a/gpu/src/GksGpu/Analyzer/CupsAnalyzer.cpp b/src/gpu/GksGpu/Analyzer/CupsAnalyzer.cpp
similarity index 100%
rename from gpu/src/GksGpu/Analyzer/CupsAnalyzer.cpp
rename to src/gpu/GksGpu/Analyzer/CupsAnalyzer.cpp
diff --git a/gpu/src/GksGpu/Analyzer/CupsAnalyzer.h b/src/gpu/GksGpu/Analyzer/CupsAnalyzer.h
similarity index 100%
rename from gpu/src/GksGpu/Analyzer/CupsAnalyzer.h
rename to src/gpu/GksGpu/Analyzer/CupsAnalyzer.h
diff --git a/gpu/src/GksGpu/Analyzer/EnstrophyAnalyzer.cu b/src/gpu/GksGpu/Analyzer/EnstrophyAnalyzer.cu
similarity index 100%
rename from gpu/src/GksGpu/Analyzer/EnstrophyAnalyzer.cu
rename to src/gpu/GksGpu/Analyzer/EnstrophyAnalyzer.cu
diff --git a/gpu/src/GksGpu/Analyzer/EnstrophyAnalyzer.h b/src/gpu/GksGpu/Analyzer/EnstrophyAnalyzer.h
similarity index 100%
rename from gpu/src/GksGpu/Analyzer/EnstrophyAnalyzer.h
rename to src/gpu/GksGpu/Analyzer/EnstrophyAnalyzer.h
diff --git a/gpu/src/GksGpu/Analyzer/HeatFluxAnalyzer.cu b/src/gpu/GksGpu/Analyzer/HeatFluxAnalyzer.cu
similarity index 100%
rename from gpu/src/GksGpu/Analyzer/HeatFluxAnalyzer.cu
rename to src/gpu/GksGpu/Analyzer/HeatFluxAnalyzer.cu
diff --git a/gpu/src/GksGpu/Analyzer/HeatFluxAnalyzer.h b/src/gpu/GksGpu/Analyzer/HeatFluxAnalyzer.h
similarity index 100%
rename from gpu/src/GksGpu/Analyzer/HeatFluxAnalyzer.h
rename to src/gpu/GksGpu/Analyzer/HeatFluxAnalyzer.h
diff --git a/gpu/src/GksGpu/Analyzer/KineticEnergyAnalyzer.cu b/src/gpu/GksGpu/Analyzer/KineticEnergyAnalyzer.cu
similarity index 100%
rename from gpu/src/GksGpu/Analyzer/KineticEnergyAnalyzer.cu
rename to src/gpu/GksGpu/Analyzer/KineticEnergyAnalyzer.cu
diff --git a/gpu/src/GksGpu/Analyzer/KineticEnergyAnalyzer.h b/src/gpu/GksGpu/Analyzer/KineticEnergyAnalyzer.h
similarity index 100%
rename from gpu/src/GksGpu/Analyzer/KineticEnergyAnalyzer.h
rename to src/gpu/GksGpu/Analyzer/KineticEnergyAnalyzer.h
diff --git a/gpu/src/GksGpu/Analyzer/PointTimeSeriesAnalyzer.cu b/src/gpu/GksGpu/Analyzer/PointTimeSeriesAnalyzer.cu
similarity index 100%
rename from gpu/src/GksGpu/Analyzer/PointTimeSeriesAnalyzer.cu
rename to src/gpu/GksGpu/Analyzer/PointTimeSeriesAnalyzer.cu
diff --git a/gpu/src/GksGpu/Analyzer/PointTimeSeriesAnalyzer.h b/src/gpu/GksGpu/Analyzer/PointTimeSeriesAnalyzer.h
similarity index 100%
rename from gpu/src/GksGpu/Analyzer/PointTimeSeriesAnalyzer.h
rename to src/gpu/GksGpu/Analyzer/PointTimeSeriesAnalyzer.h
diff --git a/gpu/src/GksGpu/Analyzer/PointTimeSeriesCollector.cpp b/src/gpu/GksGpu/Analyzer/PointTimeSeriesCollector.cpp
similarity index 100%
rename from gpu/src/GksGpu/Analyzer/PointTimeSeriesCollector.cpp
rename to src/gpu/GksGpu/Analyzer/PointTimeSeriesCollector.cpp
diff --git a/gpu/src/GksGpu/Analyzer/PointTimeSeriesCollector.h b/src/gpu/GksGpu/Analyzer/PointTimeSeriesCollector.h
similarity index 100%
rename from gpu/src/GksGpu/Analyzer/PointTimeSeriesCollector.h
rename to src/gpu/GksGpu/Analyzer/PointTimeSeriesCollector.h
diff --git a/gpu/src/GksGpu/Analyzer/TurbulenceAnalyzer.cu b/src/gpu/GksGpu/Analyzer/TurbulenceAnalyzer.cu
similarity index 100%
rename from gpu/src/GksGpu/Analyzer/TurbulenceAnalyzer.cu
rename to src/gpu/GksGpu/Analyzer/TurbulenceAnalyzer.cu
diff --git a/gpu/src/GksGpu/Analyzer/TurbulenceAnalyzer.h b/src/gpu/GksGpu/Analyzer/TurbulenceAnalyzer.h
similarity index 100%
rename from gpu/src/GksGpu/Analyzer/TurbulenceAnalyzer.h
rename to src/gpu/GksGpu/Analyzer/TurbulenceAnalyzer.h
diff --git a/gpu/src/GksGpu/Analyzer/package.include b/src/gpu/GksGpu/Analyzer/package.include
similarity index 100%
rename from gpu/src/GksGpu/Analyzer/package.include
rename to src/gpu/GksGpu/Analyzer/package.include
diff --git a/gpu/src/GksGpu/BoundaryConditions/AdiabaticWall.cu b/src/gpu/GksGpu/BoundaryConditions/AdiabaticWall.cu
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/AdiabaticWall.cu
rename to src/gpu/GksGpu/BoundaryConditions/AdiabaticWall.cu
diff --git a/gpu/src/GksGpu/BoundaryConditions/AdiabaticWall.h b/src/gpu/GksGpu/BoundaryConditions/AdiabaticWall.h
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/AdiabaticWall.h
rename to src/gpu/GksGpu/BoundaryConditions/AdiabaticWall.h
diff --git a/gpu/src/GksGpu/BoundaryConditions/BoundaryCondition.cpp b/src/gpu/GksGpu/BoundaryConditions/BoundaryCondition.cpp
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/BoundaryCondition.cpp
rename to src/gpu/GksGpu/BoundaryConditions/BoundaryCondition.cpp
diff --git a/gpu/src/GksGpu/BoundaryConditions/BoundaryCondition.h b/src/gpu/GksGpu/BoundaryConditions/BoundaryCondition.h
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/BoundaryCondition.h
rename to src/gpu/GksGpu/BoundaryConditions/BoundaryCondition.h
diff --git a/gpu/src/GksGpu/BoundaryConditions/ConcreteHeatFlux.cu b/src/gpu/GksGpu/BoundaryConditions/ConcreteHeatFlux.cu
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/ConcreteHeatFlux.cu
rename to src/gpu/GksGpu/BoundaryConditions/ConcreteHeatFlux.cu
diff --git a/gpu/src/GksGpu/BoundaryConditions/ConcreteHeatFlux.h b/src/gpu/GksGpu/BoundaryConditions/ConcreteHeatFlux.h
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/ConcreteHeatFlux.h
rename to src/gpu/GksGpu/BoundaryConditions/ConcreteHeatFlux.h
diff --git a/gpu/src/GksGpu/BoundaryConditions/CreepingMassFlux.cu b/src/gpu/GksGpu/BoundaryConditions/CreepingMassFlux.cu
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/CreepingMassFlux.cu
rename to src/gpu/GksGpu/BoundaryConditions/CreepingMassFlux.cu
diff --git a/gpu/src/GksGpu/BoundaryConditions/CreepingMassFlux.h b/src/gpu/GksGpu/BoundaryConditions/CreepingMassFlux.h
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/CreepingMassFlux.h
rename to src/gpu/GksGpu/BoundaryConditions/CreepingMassFlux.h
diff --git a/gpu/src/GksGpu/BoundaryConditions/Extrapolation.cu b/src/gpu/GksGpu/BoundaryConditions/Extrapolation.cu
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/Extrapolation.cu
rename to src/gpu/GksGpu/BoundaryConditions/Extrapolation.cu
diff --git a/gpu/src/GksGpu/BoundaryConditions/Extrapolation.h b/src/gpu/GksGpu/BoundaryConditions/Extrapolation.h
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/Extrapolation.h
rename to src/gpu/GksGpu/BoundaryConditions/Extrapolation.h
diff --git a/gpu/src/GksGpu/BoundaryConditions/HeatFlux.cu b/src/gpu/GksGpu/BoundaryConditions/HeatFlux.cu
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/HeatFlux.cu
rename to src/gpu/GksGpu/BoundaryConditions/HeatFlux.cu
diff --git a/gpu/src/GksGpu/BoundaryConditions/HeatFlux.h b/src/gpu/GksGpu/BoundaryConditions/HeatFlux.h
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/HeatFlux.h
rename to src/gpu/GksGpu/BoundaryConditions/HeatFlux.h
diff --git a/gpu/src/GksGpu/BoundaryConditions/Inflow.cu b/src/gpu/GksGpu/BoundaryConditions/Inflow.cu
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/Inflow.cu
rename to src/gpu/GksGpu/BoundaryConditions/Inflow.cu
diff --git a/gpu/src/GksGpu/BoundaryConditions/Inflow.h b/src/gpu/GksGpu/BoundaryConditions/Inflow.h
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/Inflow.h
rename to src/gpu/GksGpu/BoundaryConditions/Inflow.h
diff --git a/gpu/src/GksGpu/BoundaryConditions/InflowComplete.cu b/src/gpu/GksGpu/BoundaryConditions/InflowComplete.cu
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/InflowComplete.cu
rename to src/gpu/GksGpu/BoundaryConditions/InflowComplete.cu
diff --git a/gpu/src/GksGpu/BoundaryConditions/InflowComplete.h b/src/gpu/GksGpu/BoundaryConditions/InflowComplete.h
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/InflowComplete.h
rename to src/gpu/GksGpu/BoundaryConditions/InflowComplete.h
diff --git a/gpu/src/GksGpu/BoundaryConditions/IsothermalWall.cu b/src/gpu/GksGpu/BoundaryConditions/IsothermalWall.cu
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/IsothermalWall.cu
rename to src/gpu/GksGpu/BoundaryConditions/IsothermalWall.cu
diff --git a/gpu/src/GksGpu/BoundaryConditions/IsothermalWall.h b/src/gpu/GksGpu/BoundaryConditions/IsothermalWall.h
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/IsothermalWall.h
rename to src/gpu/GksGpu/BoundaryConditions/IsothermalWall.h
diff --git a/gpu/src/GksGpu/BoundaryConditions/MassCompensation.cu b/src/gpu/GksGpu/BoundaryConditions/MassCompensation.cu
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/MassCompensation.cu
rename to src/gpu/GksGpu/BoundaryConditions/MassCompensation.cu
diff --git a/gpu/src/GksGpu/BoundaryConditions/MassCompensation.h b/src/gpu/GksGpu/BoundaryConditions/MassCompensation.h
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/MassCompensation.h
rename to src/gpu/GksGpu/BoundaryConditions/MassCompensation.h
diff --git a/gpu/src/GksGpu/BoundaryConditions/Open.cu b/src/gpu/GksGpu/BoundaryConditions/Open.cu
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/Open.cu
rename to src/gpu/GksGpu/BoundaryConditions/Open.cu
diff --git a/gpu/src/GksGpu/BoundaryConditions/Open.h b/src/gpu/GksGpu/BoundaryConditions/Open.h
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/Open.h
rename to src/gpu/GksGpu/BoundaryConditions/Open.h
diff --git a/gpu/src/GksGpu/BoundaryConditions/PassiveScalarDiriclet.cu b/src/gpu/GksGpu/BoundaryConditions/PassiveScalarDiriclet.cu
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/PassiveScalarDiriclet.cu
rename to src/gpu/GksGpu/BoundaryConditions/PassiveScalarDiriclet.cu
diff --git a/gpu/src/GksGpu/BoundaryConditions/PassiveScalarDiriclet.h b/src/gpu/GksGpu/BoundaryConditions/PassiveScalarDiriclet.h
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/PassiveScalarDiriclet.h
rename to src/gpu/GksGpu/BoundaryConditions/PassiveScalarDiriclet.h
diff --git a/gpu/src/GksGpu/BoundaryConditions/Periodic.cu b/src/gpu/GksGpu/BoundaryConditions/Periodic.cu
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/Periodic.cu
rename to src/gpu/GksGpu/BoundaryConditions/Periodic.cu
diff --git a/gpu/src/GksGpu/BoundaryConditions/Periodic.h b/src/gpu/GksGpu/BoundaryConditions/Periodic.h
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/Periodic.h
rename to src/gpu/GksGpu/BoundaryConditions/Periodic.h
diff --git a/gpu/src/GksGpu/BoundaryConditions/Pressure.cu b/src/gpu/GksGpu/BoundaryConditions/Pressure.cu
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/Pressure.cu
rename to src/gpu/GksGpu/BoundaryConditions/Pressure.cu
diff --git a/gpu/src/GksGpu/BoundaryConditions/Pressure.h b/src/gpu/GksGpu/BoundaryConditions/Pressure.h
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/Pressure.h
rename to src/gpu/GksGpu/BoundaryConditions/Pressure.h
diff --git a/gpu/src/GksGpu/BoundaryConditions/Pressure2.cu b/src/gpu/GksGpu/BoundaryConditions/Pressure2.cu
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/Pressure2.cu
rename to src/gpu/GksGpu/BoundaryConditions/Pressure2.cu
diff --git a/gpu/src/GksGpu/BoundaryConditions/Pressure2.h b/src/gpu/GksGpu/BoundaryConditions/Pressure2.h
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/Pressure2.h
rename to src/gpu/GksGpu/BoundaryConditions/Pressure2.h
diff --git a/gpu/src/GksGpu/BoundaryConditions/SalinasVazquez.cu b/src/gpu/GksGpu/BoundaryConditions/SalinasVazquez.cu
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/SalinasVazquez.cu
rename to src/gpu/GksGpu/BoundaryConditions/SalinasVazquez.cu
diff --git a/gpu/src/GksGpu/BoundaryConditions/SalinasVazquez.h b/src/gpu/GksGpu/BoundaryConditions/SalinasVazquez.h
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/SalinasVazquez.h
rename to src/gpu/GksGpu/BoundaryConditions/SalinasVazquez.h
diff --git a/gpu/src/GksGpu/BoundaryConditions/Symmetry.cu b/src/gpu/GksGpu/BoundaryConditions/Symmetry.cu
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/Symmetry.cu
rename to src/gpu/GksGpu/BoundaryConditions/Symmetry.cu
diff --git a/gpu/src/GksGpu/BoundaryConditions/Symmetry.h b/src/gpu/GksGpu/BoundaryConditions/Symmetry.h
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/Symmetry.h
rename to src/gpu/GksGpu/BoundaryConditions/Symmetry.h
diff --git a/gpu/src/GksGpu/BoundaryConditions/package.include b/src/gpu/GksGpu/BoundaryConditions/package.include
similarity index 100%
rename from gpu/src/GksGpu/BoundaryConditions/package.include
rename to src/gpu/GksGpu/BoundaryConditions/package.include
diff --git a/gpu/src/GksGpu/CellProperties/CellProperties.cuh b/src/gpu/GksGpu/CellProperties/CellProperties.cuh
similarity index 100%
rename from gpu/src/GksGpu/CellProperties/CellProperties.cuh
rename to src/gpu/GksGpu/CellProperties/CellProperties.cuh
diff --git a/gpu/src/GksGpu/CellProperties/package.include b/src/gpu/GksGpu/CellProperties/package.include
similarity index 100%
rename from gpu/src/GksGpu/CellProperties/package.include
rename to src/gpu/GksGpu/CellProperties/package.include
diff --git a/gpu/src/GksGpu/CellUpdate/CellUpdate.cu b/src/gpu/GksGpu/CellUpdate/CellUpdate.cu
similarity index 100%
rename from gpu/src/GksGpu/CellUpdate/CellUpdate.cu
rename to src/gpu/GksGpu/CellUpdate/CellUpdate.cu
diff --git a/gpu/src/GksGpu/CellUpdate/CellUpdate.h b/src/gpu/GksGpu/CellUpdate/CellUpdate.h
similarity index 100%
rename from gpu/src/GksGpu/CellUpdate/CellUpdate.h
rename to src/gpu/GksGpu/CellUpdate/CellUpdate.h
diff --git a/gpu/src/GksGpu/CellUpdate/Reaction.cuh b/src/gpu/GksGpu/CellUpdate/Reaction.cuh
similarity index 100%
rename from gpu/src/GksGpu/CellUpdate/Reaction.cuh
rename to src/gpu/GksGpu/CellUpdate/Reaction.cuh
diff --git a/gpu/src/GksGpu/CellUpdate/package.include b/src/gpu/GksGpu/CellUpdate/package.include
similarity index 100%
rename from gpu/src/GksGpu/CellUpdate/package.include
rename to src/gpu/GksGpu/CellUpdate/package.include
diff --git a/gpu/src/GksGpu/Communication/Communicator.cpp b/src/gpu/GksGpu/Communication/Communicator.cpp
similarity index 100%
rename from gpu/src/GksGpu/Communication/Communicator.cpp
rename to src/gpu/GksGpu/Communication/Communicator.cpp
diff --git a/gpu/src/GksGpu/Communication/Communicator.cu b/src/gpu/GksGpu/Communication/Communicator.cu
similarity index 100%
rename from gpu/src/GksGpu/Communication/Communicator.cu
rename to src/gpu/GksGpu/Communication/Communicator.cu
diff --git a/gpu/src/GksGpu/Communication/Communicator.h b/src/gpu/GksGpu/Communication/Communicator.h
similarity index 100%
rename from gpu/src/GksGpu/Communication/Communicator.h
rename to src/gpu/GksGpu/Communication/Communicator.h
diff --git a/gpu/src/GksGpu/Communication/MpiUtility.cpp b/src/gpu/GksGpu/Communication/MpiUtility.cpp
similarity index 100%
rename from gpu/src/GksGpu/Communication/MpiUtility.cpp
rename to src/gpu/GksGpu/Communication/MpiUtility.cpp
diff --git a/gpu/src/GksGpu/Communication/MpiUtility.h b/src/gpu/GksGpu/Communication/MpiUtility.h
similarity index 100%
rename from gpu/src/GksGpu/Communication/MpiUtility.h
rename to src/gpu/GksGpu/Communication/MpiUtility.h
diff --git a/gpu/src/GksGpu/Communication/package.include b/src/gpu/GksGpu/Communication/package.include
similarity index 100%
rename from gpu/src/GksGpu/Communication/package.include
rename to src/gpu/GksGpu/Communication/package.include
diff --git a/gpu/src/GksGpu/CudaUtility/CudaRunKernel.hpp b/src/gpu/GksGpu/CudaUtility/CudaRunKernel.hpp
similarity index 100%
rename from gpu/src/GksGpu/CudaUtility/CudaRunKernel.hpp
rename to src/gpu/GksGpu/CudaUtility/CudaRunKernel.hpp
diff --git a/gpu/src/GksGpu/CudaUtility/CudaUtility.cpp b/src/gpu/GksGpu/CudaUtility/CudaUtility.cpp
similarity index 100%
rename from gpu/src/GksGpu/CudaUtility/CudaUtility.cpp
rename to src/gpu/GksGpu/CudaUtility/CudaUtility.cpp
diff --git a/gpu/src/GksGpu/CudaUtility/CudaUtility.h b/src/gpu/GksGpu/CudaUtility/CudaUtility.h
similarity index 100%
rename from gpu/src/GksGpu/CudaUtility/CudaUtility.h
rename to src/gpu/GksGpu/CudaUtility/CudaUtility.h
diff --git a/gpu/src/GksGpu/CudaUtility/package.include b/src/gpu/GksGpu/CudaUtility/package.include
similarity index 100%
rename from gpu/src/GksGpu/CudaUtility/package.include
rename to src/gpu/GksGpu/CudaUtility/package.include
diff --git a/gpu/src/GksGpu/DataBase/DataBase.cpp b/src/gpu/GksGpu/DataBase/DataBase.cpp
similarity index 100%
rename from gpu/src/GksGpu/DataBase/DataBase.cpp
rename to src/gpu/GksGpu/DataBase/DataBase.cpp
diff --git a/gpu/src/GksGpu/DataBase/DataBase.h b/src/gpu/GksGpu/DataBase/DataBase.h
similarity index 100%
rename from gpu/src/GksGpu/DataBase/DataBase.h
rename to src/gpu/GksGpu/DataBase/DataBase.h
diff --git a/gpu/src/GksGpu/DataBase/DataBaseAllocator.cpp b/src/gpu/GksGpu/DataBase/DataBaseAllocator.cpp
similarity index 100%
rename from gpu/src/GksGpu/DataBase/DataBaseAllocator.cpp
rename to src/gpu/GksGpu/DataBase/DataBaseAllocator.cpp
diff --git a/gpu/src/GksGpu/DataBase/DataBaseAllocator.h b/src/gpu/GksGpu/DataBase/DataBaseAllocator.h
similarity index 100%
rename from gpu/src/GksGpu/DataBase/DataBaseAllocator.h
rename to src/gpu/GksGpu/DataBase/DataBaseAllocator.h
diff --git a/gpu/src/GksGpu/DataBase/DataBaseAllocatorCPU.cpp b/src/gpu/GksGpu/DataBase/DataBaseAllocatorCPU.cpp
similarity index 100%
rename from gpu/src/GksGpu/DataBase/DataBaseAllocatorCPU.cpp
rename to src/gpu/GksGpu/DataBase/DataBaseAllocatorCPU.cpp
diff --git a/gpu/src/GksGpu/DataBase/DataBaseAllocatorCPU.h b/src/gpu/GksGpu/DataBase/DataBaseAllocatorCPU.h
similarity index 100%
rename from gpu/src/GksGpu/DataBase/DataBaseAllocatorCPU.h
rename to src/gpu/GksGpu/DataBase/DataBaseAllocatorCPU.h
diff --git a/gpu/src/GksGpu/DataBase/DataBaseAllocatorGPU.cpp b/src/gpu/GksGpu/DataBase/DataBaseAllocatorGPU.cpp
similarity index 100%
rename from gpu/src/GksGpu/DataBase/DataBaseAllocatorGPU.cpp
rename to src/gpu/GksGpu/DataBase/DataBaseAllocatorGPU.cpp
diff --git a/gpu/src/GksGpu/DataBase/DataBaseAllocatorGPU.h b/src/gpu/GksGpu/DataBase/DataBaseAllocatorGPU.h
similarity index 100%
rename from gpu/src/GksGpu/DataBase/DataBaseAllocatorGPU.h
rename to src/gpu/GksGpu/DataBase/DataBaseAllocatorGPU.h
diff --git a/gpu/src/GksGpu/DataBase/DataBaseStruct.h b/src/gpu/GksGpu/DataBase/DataBaseStruct.h
similarity index 100%
rename from gpu/src/GksGpu/DataBase/DataBaseStruct.h
rename to src/gpu/GksGpu/DataBase/DataBaseStruct.h
diff --git a/gpu/src/GksGpu/DataBase/package.include b/src/gpu/GksGpu/DataBase/package.include
similarity index 100%
rename from gpu/src/GksGpu/DataBase/package.include
rename to src/gpu/GksGpu/DataBase/package.include
diff --git a/gpu/src/GksGpu/Definitions/AccumulatorDataType.h b/src/gpu/GksGpu/Definitions/AccumulatorDataType.h
similarity index 100%
rename from gpu/src/GksGpu/Definitions/AccumulatorDataType.h
rename to src/gpu/GksGpu/Definitions/AccumulatorDataType.h
diff --git a/gpu/src/GksGpu/Definitions/CudaAwareMpi.h b/src/gpu/GksGpu/Definitions/CudaAwareMpi.h
similarity index 100%
rename from gpu/src/GksGpu/Definitions/CudaAwareMpi.h
rename to src/gpu/GksGpu/Definitions/CudaAwareMpi.h
diff --git a/gpu/src/GksGpu/Definitions/MemoryAccessPattern.h b/src/gpu/GksGpu/Definitions/MemoryAccessPattern.h
similarity index 100%
rename from gpu/src/GksGpu/Definitions/MemoryAccessPattern.h
rename to src/gpu/GksGpu/Definitions/MemoryAccessPattern.h
diff --git a/gpu/src/GksGpu/Definitions/PassiveScalar.h b/src/gpu/GksGpu/Definitions/PassiveScalar.h
similarity index 100%
rename from gpu/src/GksGpu/Definitions/PassiveScalar.h
rename to src/gpu/GksGpu/Definitions/PassiveScalar.h
diff --git a/gpu/src/GksGpu/Definitions/package.include b/src/gpu/GksGpu/Definitions/package.include
similarity index 100%
rename from gpu/src/GksGpu/Definitions/package.include
rename to src/gpu/GksGpu/Definitions/package.include
diff --git a/gpu/src/GksGpu/FlowStateData/AccessDeviceData.cuh b/src/gpu/GksGpu/FlowStateData/AccessDeviceData.cuh
similarity index 100%
rename from gpu/src/GksGpu/FlowStateData/AccessDeviceData.cuh
rename to src/gpu/GksGpu/FlowStateData/AccessDeviceData.cuh
diff --git a/gpu/src/GksGpu/FlowStateData/FlowStateData.cuh b/src/gpu/GksGpu/FlowStateData/FlowStateData.cuh
similarity index 100%
rename from gpu/src/GksGpu/FlowStateData/FlowStateData.cuh
rename to src/gpu/GksGpu/FlowStateData/FlowStateData.cuh
diff --git a/gpu/src/GksGpu/FlowStateData/FlowStateDataConversion.cuh b/src/gpu/GksGpu/FlowStateData/FlowStateDataConversion.cuh
similarity index 100%
rename from gpu/src/GksGpu/FlowStateData/FlowStateDataConversion.cuh
rename to src/gpu/GksGpu/FlowStateData/FlowStateDataConversion.cuh
diff --git a/gpu/src/GksGpu/FlowStateData/HeatCapacities.cuh b/src/gpu/GksGpu/FlowStateData/HeatCapacities.cuh
similarity index 100%
rename from gpu/src/GksGpu/FlowStateData/HeatCapacities.cuh
rename to src/gpu/GksGpu/FlowStateData/HeatCapacities.cuh
diff --git a/gpu/src/GksGpu/FlowStateData/ThermalDependencies.cuh b/src/gpu/GksGpu/FlowStateData/ThermalDependencies.cuh
similarity index 100%
rename from gpu/src/GksGpu/FlowStateData/ThermalDependencies.cuh
rename to src/gpu/GksGpu/FlowStateData/ThermalDependencies.cuh
diff --git a/gpu/src/GksGpu/FlowStateData/package.include b/src/gpu/GksGpu/FlowStateData/package.include
similarity index 100%
rename from gpu/src/GksGpu/FlowStateData/package.include
rename to src/gpu/GksGpu/FlowStateData/package.include
diff --git a/gpu/src/GksGpu/FluxComputation/ApplyFlux.cuh b/src/gpu/GksGpu/FluxComputation/ApplyFlux.cuh
similarity index 100%
rename from gpu/src/GksGpu/FluxComputation/ApplyFlux.cuh
rename to src/gpu/GksGpu/FluxComputation/ApplyFlux.cuh
diff --git a/gpu/src/GksGpu/FluxComputation/AssembleFlux.cuh b/src/gpu/GksGpu/FluxComputation/AssembleFlux.cuh
similarity index 100%
rename from gpu/src/GksGpu/FluxComputation/AssembleFlux.cuh
rename to src/gpu/GksGpu/FluxComputation/AssembleFlux.cuh
diff --git a/gpu/src/GksGpu/FluxComputation/ExpansionCoefficients.cuh b/src/gpu/GksGpu/FluxComputation/ExpansionCoefficients.cuh
similarity index 100%
rename from gpu/src/GksGpu/FluxComputation/ExpansionCoefficients.cuh
rename to src/gpu/GksGpu/FluxComputation/ExpansionCoefficients.cuh
diff --git a/gpu/src/GksGpu/FluxComputation/FluxComputation.cu b/src/gpu/GksGpu/FluxComputation/FluxComputation.cu
similarity index 100%
rename from gpu/src/GksGpu/FluxComputation/FluxComputation.cu
rename to src/gpu/GksGpu/FluxComputation/FluxComputation.cu
diff --git a/gpu/src/GksGpu/FluxComputation/FluxComputation.h b/src/gpu/GksGpu/FluxComputation/FluxComputation.h
similarity index 100%
rename from gpu/src/GksGpu/FluxComputation/FluxComputation.h
rename to src/gpu/GksGpu/FluxComputation/FluxComputation.h
diff --git a/gpu/src/GksGpu/FluxComputation/Moments.cuh b/src/gpu/GksGpu/FluxComputation/Moments.cuh
similarity index 100%
rename from gpu/src/GksGpu/FluxComputation/Moments.cuh
rename to src/gpu/GksGpu/FluxComputation/Moments.cuh
diff --git a/gpu/src/GksGpu/FluxComputation/Reconstruction.cuh b/src/gpu/GksGpu/FluxComputation/Reconstruction.cuh
similarity index 100%
rename from gpu/src/GksGpu/FluxComputation/Reconstruction.cuh
rename to src/gpu/GksGpu/FluxComputation/Reconstruction.cuh
diff --git a/gpu/src/GksGpu/FluxComputation/Smagorinsky.cuh b/src/gpu/GksGpu/FluxComputation/Smagorinsky.cuh
similarity index 100%
rename from gpu/src/GksGpu/FluxComputation/Smagorinsky.cuh
rename to src/gpu/GksGpu/FluxComputation/Smagorinsky.cuh
diff --git a/gpu/src/GksGpu/FluxComputation/SutherlandsLaw.cuh b/src/gpu/GksGpu/FluxComputation/SutherlandsLaw.cuh
similarity index 100%
rename from gpu/src/GksGpu/FluxComputation/SutherlandsLaw.cuh
rename to src/gpu/GksGpu/FluxComputation/SutherlandsLaw.cuh
diff --git a/gpu/src/GksGpu/FluxComputation/Transformation.cuh b/src/gpu/GksGpu/FluxComputation/Transformation.cuh
similarity index 100%
rename from gpu/src/GksGpu/FluxComputation/Transformation.cuh
rename to src/gpu/GksGpu/FluxComputation/Transformation.cuh
diff --git a/gpu/src/GksGpu/FluxComputation/package.include b/src/gpu/GksGpu/FluxComputation/package.include
similarity index 100%
rename from gpu/src/GksGpu/FluxComputation/package.include
rename to src/gpu/GksGpu/FluxComputation/package.include
diff --git a/gpu/src/GksGpu/Initializer/Initializer.cpp b/src/gpu/GksGpu/Initializer/Initializer.cpp
similarity index 100%
rename from gpu/src/GksGpu/Initializer/Initializer.cpp
rename to src/gpu/GksGpu/Initializer/Initializer.cpp
diff --git a/gpu/src/GksGpu/Initializer/Initializer.h b/src/gpu/GksGpu/Initializer/Initializer.h
similarity index 100%
rename from gpu/src/GksGpu/Initializer/Initializer.h
rename to src/gpu/GksGpu/Initializer/Initializer.h
diff --git a/gpu/src/GksGpu/Initializer/InitializerKernel.cu b/src/gpu/GksGpu/Initializer/InitializerKernel.cu
similarity index 100%
rename from gpu/src/GksGpu/Initializer/InitializerKernel.cu
rename to src/gpu/GksGpu/Initializer/InitializerKernel.cu
diff --git a/gpu/src/GksGpu/Initializer/package.include b/src/gpu/GksGpu/Initializer/package.include
similarity index 100%
rename from gpu/src/GksGpu/Initializer/package.include
rename to src/gpu/GksGpu/Initializer/package.include
diff --git a/gpu/src/GksGpu/Interface/CoarseToFineKernel.cu b/src/gpu/GksGpu/Interface/CoarseToFineKernel.cu
similarity index 100%
rename from gpu/src/GksGpu/Interface/CoarseToFineKernel.cu
rename to src/gpu/GksGpu/Interface/CoarseToFineKernel.cu
diff --git a/gpu/src/GksGpu/Interface/FineToCoarseKernel.cu b/src/gpu/GksGpu/Interface/FineToCoarseKernel.cu
similarity index 100%
rename from gpu/src/GksGpu/Interface/FineToCoarseKernel.cu
rename to src/gpu/GksGpu/Interface/FineToCoarseKernel.cu
diff --git a/gpu/src/GksGpu/Interface/Interface.h b/src/gpu/GksGpu/Interface/Interface.h
similarity index 100%
rename from gpu/src/GksGpu/Interface/Interface.h
rename to src/gpu/GksGpu/Interface/Interface.h
diff --git a/gpu/src/GksGpu/Interface/package.include b/src/gpu/GksGpu/Interface/package.include
similarity index 100%
rename from gpu/src/GksGpu/Interface/package.include
rename to src/gpu/GksGpu/Interface/package.include
diff --git a/gpu/src/GksGpu/Parameters/Parameters.h b/src/gpu/GksGpu/Parameters/Parameters.h
similarity index 100%
rename from gpu/src/GksGpu/Parameters/Parameters.h
rename to src/gpu/GksGpu/Parameters/Parameters.h
diff --git a/gpu/src/GksGpu/Parameters/package.include b/src/gpu/GksGpu/Parameters/package.include
similarity index 100%
rename from gpu/src/GksGpu/Parameters/package.include
rename to src/gpu/GksGpu/Parameters/package.include
diff --git a/gpu/src/GksGpu/Restart/Restart.cpp b/src/gpu/GksGpu/Restart/Restart.cpp
similarity index 100%
rename from gpu/src/GksGpu/Restart/Restart.cpp
rename to src/gpu/GksGpu/Restart/Restart.cpp
diff --git a/gpu/src/GksGpu/Restart/Restart.h b/src/gpu/GksGpu/Restart/Restart.h
similarity index 100%
rename from gpu/src/GksGpu/Restart/Restart.h
rename to src/gpu/GksGpu/Restart/Restart.h
diff --git a/gpu/src/GksGpu/Restart/package.include b/src/gpu/GksGpu/Restart/package.include
similarity index 100%
rename from gpu/src/GksGpu/Restart/package.include
rename to src/gpu/GksGpu/Restart/package.include
diff --git a/gpu/src/GksGpu/TimeStepping/NestedTimeStep.cpp b/src/gpu/GksGpu/TimeStepping/NestedTimeStep.cpp
similarity index 100%
rename from gpu/src/GksGpu/TimeStepping/NestedTimeStep.cpp
rename to src/gpu/GksGpu/TimeStepping/NestedTimeStep.cpp
diff --git a/gpu/src/GksGpu/TimeStepping/NestedTimeStep.h b/src/gpu/GksGpu/TimeStepping/NestedTimeStep.h
similarity index 100%
rename from gpu/src/GksGpu/TimeStepping/NestedTimeStep.h
rename to src/gpu/GksGpu/TimeStepping/NestedTimeStep.h
diff --git a/gpu/src/GksGpu/TimeStepping/package.include b/src/gpu/GksGpu/TimeStepping/package.include
similarity index 100%
rename from gpu/src/GksGpu/TimeStepping/package.include
rename to src/gpu/GksGpu/TimeStepping/package.include
diff --git a/gpu/src/GksGpu/package.include b/src/gpu/GksGpu/package.include
similarity index 100%
rename from gpu/src/GksGpu/package.include
rename to src/gpu/GksGpu/package.include
diff --git a/gpu/src/GksMeshAdapter/GksMeshAdapter.cpp b/src/gpu/GksMeshAdapter/GksMeshAdapter.cpp
similarity index 100%
rename from gpu/src/GksMeshAdapter/GksMeshAdapter.cpp
rename to src/gpu/GksMeshAdapter/GksMeshAdapter.cpp
diff --git a/gpu/src/GksMeshAdapter/GksMeshAdapter.h b/src/gpu/GksMeshAdapter/GksMeshAdapter.h
similarity index 100%
rename from gpu/src/GksMeshAdapter/GksMeshAdapter.h
rename to src/gpu/GksMeshAdapter/GksMeshAdapter.h
diff --git a/gpu/src/GksMeshAdapter/MeshCell.cpp b/src/gpu/GksMeshAdapter/MeshCell.cpp
similarity index 100%
rename from gpu/src/GksMeshAdapter/MeshCell.cpp
rename to src/gpu/GksMeshAdapter/MeshCell.cpp
diff --git a/gpu/src/GksMeshAdapter/MeshCell.h b/src/gpu/GksMeshAdapter/MeshCell.h
similarity index 100%
rename from gpu/src/GksMeshAdapter/MeshCell.h
rename to src/gpu/GksMeshAdapter/MeshCell.h
diff --git a/gpu/src/GksMeshAdapter/MeshFace.cpp b/src/gpu/GksMeshAdapter/MeshFace.cpp
similarity index 100%
rename from gpu/src/GksMeshAdapter/MeshFace.cpp
rename to src/gpu/GksMeshAdapter/MeshFace.cpp
diff --git a/gpu/src/GksMeshAdapter/MeshFace.h b/src/gpu/GksMeshAdapter/MeshFace.h
similarity index 100%
rename from gpu/src/GksMeshAdapter/MeshFace.h
rename to src/gpu/GksMeshAdapter/MeshFace.h
diff --git a/gpu/src/GksMeshAdapter/package.include b/src/gpu/GksMeshAdapter/package.include
similarity index 100%
rename from gpu/src/GksMeshAdapter/package.include
rename to src/gpu/GksMeshAdapter/package.include
diff --git a/gpu/src/GksVtkAdapter/VTKAdapter.cpp b/src/gpu/GksVtkAdapter/VTKAdapter.cpp
similarity index 100%
rename from gpu/src/GksVtkAdapter/VTKAdapter.cpp
rename to src/gpu/GksVtkAdapter/VTKAdapter.cpp
diff --git a/gpu/src/GksVtkAdapter/VTKAdapter.h b/src/gpu/GksVtkAdapter/VTKAdapter.h
similarity index 100%
rename from gpu/src/GksVtkAdapter/VTKAdapter.h
rename to src/gpu/GksVtkAdapter/VTKAdapter.h
diff --git a/gpu/src/GksVtkAdapter/VTKInterface.h b/src/gpu/GksVtkAdapter/VTKInterface.h
similarity index 100%
rename from gpu/src/GksVtkAdapter/VTKInterface.h
rename to src/gpu/GksVtkAdapter/VTKInterface.h
diff --git a/gpu/src/GksVtkAdapter/package.include b/src/gpu/GksVtkAdapter/package.include
similarity index 100%
rename from gpu/src/GksVtkAdapter/package.include
rename to src/gpu/GksVtkAdapter/package.include
-- 
GitLab