From 9309024d1eca134295f0d5fc7405b24af1c6f6b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Wed, 15 May 2013 10:35:39 +0200 Subject: [PATCH] First partitioning into source/examples/tests Reorganisations are likely. --- find_zero.cpp => examples/find_zero.cpp | 0 sim_2p_incomp_adfi.cpp => examples/sim_2p_incomp_adfi.cpp | 0 sim_simple.cpp => examples/sim_simple.cpp | 0 AutoDiff.hpp => opm/autodiff/AutoDiff.hpp | 0 AutoDiffBlock.hpp => opm/autodiff/AutoDiffBlock.hpp | 0 AutoDiffBlockArma.hpp => opm/autodiff/AutoDiffBlockArma.hpp | 0 AutoDiffHelpers.hpp => opm/autodiff/AutoDiffHelpers.hpp | 0 AutoDiffVec.hpp => opm/autodiff/AutoDiffVec.hpp | 0 BlackoilPropsAd.cpp => opm/autodiff/BlackoilPropsAd.cpp | 0 BlackoilPropsAd.hpp => opm/autodiff/BlackoilPropsAd.hpp | 0 ImpesTPFAAD.hpp => opm/autodiff/ImpesTPFAAD.hpp | 0 .../autodiff/SimulatorIncompTwophaseAdfi.cpp | 0 .../autodiff/SimulatorIncompTwophaseAdfi.hpp | 0 .../autodiff/TransportSolverTwophaseAd.cpp | 0 .../autodiff/TransportSolverTwophaseAd.hpp | 0 fluid.data => tests/fluid.data | 0 test_ad.cpp => tests/not-unit/test_ad.cpp | 0 test_impestpfa_ad.cpp => tests/not-unit/test_impestpfa_ad.cpp | 0 test_vec.cpp => tests/not-unit/test_vec.cpp | 0 test_block.cpp => tests/test_block.cpp | 0 test_boprops_ad.cpp => tests/test_boprops_ad.cpp | 0 test_syntax.cpp => tests/test_syntax.cpp | 0 22 files changed, 0 insertions(+), 0 deletions(-) rename find_zero.cpp => examples/find_zero.cpp (100%) rename sim_2p_incomp_adfi.cpp => examples/sim_2p_incomp_adfi.cpp (100%) rename sim_simple.cpp => examples/sim_simple.cpp (100%) rename AutoDiff.hpp => opm/autodiff/AutoDiff.hpp (100%) rename AutoDiffBlock.hpp => opm/autodiff/AutoDiffBlock.hpp (100%) rename AutoDiffBlockArma.hpp => opm/autodiff/AutoDiffBlockArma.hpp (100%) rename AutoDiffHelpers.hpp => opm/autodiff/AutoDiffHelpers.hpp (100%) rename AutoDiffVec.hpp => opm/autodiff/AutoDiffVec.hpp (100%) rename BlackoilPropsAd.cpp => opm/autodiff/BlackoilPropsAd.cpp (100%) rename BlackoilPropsAd.hpp => opm/autodiff/BlackoilPropsAd.hpp (100%) rename ImpesTPFAAD.hpp => opm/autodiff/ImpesTPFAAD.hpp (100%) rename SimulatorIncompTwophaseAdfi.cpp => opm/autodiff/SimulatorIncompTwophaseAdfi.cpp (100%) rename SimulatorIncompTwophaseAdfi.hpp => opm/autodiff/SimulatorIncompTwophaseAdfi.hpp (100%) rename TransportSolverTwophaseAd.cpp => opm/autodiff/TransportSolverTwophaseAd.cpp (100%) rename TransportSolverTwophaseAd.hpp => opm/autodiff/TransportSolverTwophaseAd.hpp (100%) rename fluid.data => tests/fluid.data (100%) rename test_ad.cpp => tests/not-unit/test_ad.cpp (100%) rename test_impestpfa_ad.cpp => tests/not-unit/test_impestpfa_ad.cpp (100%) rename test_vec.cpp => tests/not-unit/test_vec.cpp (100%) rename test_block.cpp => tests/test_block.cpp (100%) rename test_boprops_ad.cpp => tests/test_boprops_ad.cpp (100%) rename test_syntax.cpp => tests/test_syntax.cpp (100%) diff --git a/find_zero.cpp b/examples/find_zero.cpp similarity index 100% rename from find_zero.cpp rename to examples/find_zero.cpp diff --git a/sim_2p_incomp_adfi.cpp b/examples/sim_2p_incomp_adfi.cpp similarity index 100% rename from sim_2p_incomp_adfi.cpp rename to examples/sim_2p_incomp_adfi.cpp diff --git a/sim_simple.cpp b/examples/sim_simple.cpp similarity index 100% rename from sim_simple.cpp rename to examples/sim_simple.cpp diff --git a/AutoDiff.hpp b/opm/autodiff/AutoDiff.hpp similarity index 100% rename from AutoDiff.hpp rename to opm/autodiff/AutoDiff.hpp diff --git a/AutoDiffBlock.hpp b/opm/autodiff/AutoDiffBlock.hpp similarity index 100% rename from AutoDiffBlock.hpp rename to opm/autodiff/AutoDiffBlock.hpp diff --git a/AutoDiffBlockArma.hpp b/opm/autodiff/AutoDiffBlockArma.hpp similarity index 100% rename from AutoDiffBlockArma.hpp rename to opm/autodiff/AutoDiffBlockArma.hpp diff --git a/AutoDiffHelpers.hpp b/opm/autodiff/AutoDiffHelpers.hpp similarity index 100% rename from AutoDiffHelpers.hpp rename to opm/autodiff/AutoDiffHelpers.hpp diff --git a/AutoDiffVec.hpp b/opm/autodiff/AutoDiffVec.hpp similarity index 100% rename from AutoDiffVec.hpp rename to opm/autodiff/AutoDiffVec.hpp diff --git a/BlackoilPropsAd.cpp b/opm/autodiff/BlackoilPropsAd.cpp similarity index 100% rename from BlackoilPropsAd.cpp rename to opm/autodiff/BlackoilPropsAd.cpp diff --git a/BlackoilPropsAd.hpp b/opm/autodiff/BlackoilPropsAd.hpp similarity index 100% rename from BlackoilPropsAd.hpp rename to opm/autodiff/BlackoilPropsAd.hpp diff --git a/ImpesTPFAAD.hpp b/opm/autodiff/ImpesTPFAAD.hpp similarity index 100% rename from ImpesTPFAAD.hpp rename to opm/autodiff/ImpesTPFAAD.hpp diff --git a/SimulatorIncompTwophaseAdfi.cpp b/opm/autodiff/SimulatorIncompTwophaseAdfi.cpp similarity index 100% rename from SimulatorIncompTwophaseAdfi.cpp rename to opm/autodiff/SimulatorIncompTwophaseAdfi.cpp diff --git a/SimulatorIncompTwophaseAdfi.hpp b/opm/autodiff/SimulatorIncompTwophaseAdfi.hpp similarity index 100% rename from SimulatorIncompTwophaseAdfi.hpp rename to opm/autodiff/SimulatorIncompTwophaseAdfi.hpp diff --git a/TransportSolverTwophaseAd.cpp b/opm/autodiff/TransportSolverTwophaseAd.cpp similarity index 100% rename from TransportSolverTwophaseAd.cpp rename to opm/autodiff/TransportSolverTwophaseAd.cpp diff --git a/TransportSolverTwophaseAd.hpp b/opm/autodiff/TransportSolverTwophaseAd.hpp similarity index 100% rename from TransportSolverTwophaseAd.hpp rename to opm/autodiff/TransportSolverTwophaseAd.hpp diff --git a/fluid.data b/tests/fluid.data similarity index 100% rename from fluid.data rename to tests/fluid.data diff --git a/test_ad.cpp b/tests/not-unit/test_ad.cpp similarity index 100% rename from test_ad.cpp rename to tests/not-unit/test_ad.cpp diff --git a/test_impestpfa_ad.cpp b/tests/not-unit/test_impestpfa_ad.cpp similarity index 100% rename from test_impestpfa_ad.cpp rename to tests/not-unit/test_impestpfa_ad.cpp diff --git a/test_vec.cpp b/tests/not-unit/test_vec.cpp similarity index 100% rename from test_vec.cpp rename to tests/not-unit/test_vec.cpp diff --git a/test_block.cpp b/tests/test_block.cpp similarity index 100% rename from test_block.cpp rename to tests/test_block.cpp diff --git a/test_boprops_ad.cpp b/tests/test_boprops_ad.cpp similarity index 100% rename from test_boprops_ad.cpp rename to tests/test_boprops_ad.cpp diff --git a/test_syntax.cpp b/tests/test_syntax.cpp similarity index 100% rename from test_syntax.cpp rename to tests/test_syntax.cpp