From f460f6dc5458a7457b0dda2dcb00ec2d1a325c87 Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Tue, 22 Oct 2013 09:10:10 +0000
Subject: [PATCH] remove deprecated files from
 dumux/decoupled/2p/diffusion/fvmpfa

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11767 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 .../lmethod/fvmpfal2pfaboundpressure2p.hh     | 36 ------------------
 .../fvmpfal2pfaboundpressure2padaptive.hh     | 36 ------------------
 .../lmethod/fvmpfal2pfaboundvelocity2p.hh     | 37 ------------------
 .../fvmpfal2pfaboundvelocity2padaptive.hh     | 38 -------------------
 .../omethod/fvmpfao2pfaboundpressure2p.hh     | 36 ------------------
 .../omethod/fvmpfao2pfaboundvelocity2p.hh     | 37 ------------------
 6 files changed, 220 deletions(-)
 delete mode 100644 dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2pfaboundpressure2p.hh
 delete mode 100644 dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2pfaboundpressure2padaptive.hh
 delete mode 100644 dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2pfaboundvelocity2p.hh
 delete mode 100644 dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2pfaboundvelocity2padaptive.hh
 delete mode 100644 dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfao2pfaboundpressure2p.hh
 delete mode 100644 dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfao2pfaboundvelocity2p.hh

diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2pfaboundpressure2p.hh b/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2pfaboundpressure2p.hh
deleted file mode 100644
index 12144090c5..0000000000
--- a/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2pfaboundpressure2p.hh
+++ /dev/null
@@ -1,36 +0,0 @@
-/*****************************************************************************
- *   See the file COPYING for full copying permissions.                      *
- *                                                                           *
- *   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.                                     *
- *                                                                           *
- *   This program is distributed in the hope that it will be useful,         *
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of          *
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the            *
- *   GNU General Public License for more details.                            *
- *                                                                           *
- *   You should have received a copy of the GNU General Public License       *
- *   along with this program.  If not, see <http://www.gnu.org/licenses/>.   *
- *****************************************************************************/
-#ifndef DUMUX_FVMPFAL2OFABOUNDPRESSURE2P_HH
-#define DUMUX_FVMPFAL2OFABOUNDPRESSURE2P_HH
-
-#warning This file is deprecated. Use fvmpfal2dpressure2p.hh instead.
-#include "fvmpfal2dpressure2p.hh"
-
-namespace Dumux
-{
-template<class TypeTag>
-class FVMPFAL2PFABoundPressure2P: public FvMpfaL2dPressure2p<TypeTag>
-{
-    typedef typename GET_PROP_TYPE(TypeTag, Problem) Problem;
-
-    DUNE_DEPRECATED_MSG("use FvMpfaL2dPressure2p(problem) instead")
-    FVMPFAL2PFABoundPressure2P(Problem& problem):
-        FvMpfaL2dPressure2p<TypeTag>(problem)
-        {}
-};
-}
-#endif
diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2pfaboundpressure2padaptive.hh b/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2pfaboundpressure2padaptive.hh
deleted file mode 100644
index dfd61c5cb0..0000000000
--- a/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2pfaboundpressure2padaptive.hh
+++ /dev/null
@@ -1,36 +0,0 @@
-/*****************************************************************************
- *   See the file COPYING for full copying permissions.                      *
- *                                                                           *
- *   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.                                     *
- *                                                                           *
- *   This program is distributed in the hope that it will be useful,         *
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of          *
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the            *
- *   GNU General Public License for more details.                            *
- *                                                                           *
- *   You should have received a copy of the GNU General Public License       *
- *   along with this program.  If not, see <http://www.gnu.org/licenses/>.   *
- *****************************************************************************/
-#ifndef DUMUX_FVMPFAL2OFABOUNDPRESSURE2P_ADAPTIVE_HH
-#define DUMUX_FVMPFAL2OFABOUNDPRESSURE2P_ADAPTIVE_HH
-
-#warning This file is deprecated. Use fvmpfal2dpressure2padaptive.hh instead.
-#include "fvmpfal2dpressure2padaptive.hh"
-
-namespace Dumux
-{
-template<class TypeTag>
-class FVMPFAL2PFABoundPressure2PAdaptive: public FvMpfaL2dPressure2pAdaptive<TypeTag>
-{
-    typedef typename GET_PROP_TYPE(TypeTag, Problem) Problem;
-
-    DUNE_DEPRECATED_MSG("use FvMpfaL2dPressure2pAdaptive(problem) instead")
-    FVMPFAL2PFABoundPressure2PAdaptive(Problem& problem):
-        FvMpfaL2dPressure2pAdaptive<TypeTag>(problem)
-        {}
-};
-}
-#endif
diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2pfaboundvelocity2p.hh b/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2pfaboundvelocity2p.hh
deleted file mode 100644
index ea4b1e5c4f..0000000000
--- a/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2pfaboundvelocity2p.hh
+++ /dev/null
@@ -1,37 +0,0 @@
-/*****************************************************************************
- *   See the file COPYING for full copying permissions.                      *
- *                                                                           *
- *   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.                                     *
- *                                                                           *
- *   This program is distributed in the hope that it will be useful,         *
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of          *
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the            *
- *   GNU General Public License for more details.                            *
- *                                                                           *
- *   You should have received a copy of the GNU General Public License       *
- *   along with this program.  If not, see <http://www.gnu.org/licenses/>.   *
- *****************************************************************************/
-
-#ifndef DUMUX_MPFAL2PFABOUNDVELOCITY2P_HH
-#define DUMUX_MPFAL2PFABOUNDVELOCITY2P_HH
-
-#warning This file is deprecated. Use fvmpfal2dpressurevelocity2p.hh instead.
-#include "fvmpfal2dpressurevelocity2p.hh"
-
-namespace Dumux
-{
-template<class TypeTag>
-class FVMPFAL2PFABoundPressure2P: public FvMpfaL2dPressureVelocity2p<TypeTag>
-{
-    typedef typename GET_PROP_TYPE(TypeTag, Problem) Problem;
-
-    DUNE_DEPRECATED_MSG("use FvMpfaL2dPressureVelocity2p(problem) instead")
-    FVMPFAL2PFABoundPressure2P(Problem& problem):
-        FvMpfaL2dPressureVelocity2p<TypeTag>(problem)
-        {}
-};
-}
-#endif
diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2pfaboundvelocity2padaptive.hh b/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2pfaboundvelocity2padaptive.hh
deleted file mode 100644
index bcd29a2e7d..0000000000
--- a/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal2pfaboundvelocity2padaptive.hh
+++ /dev/null
@@ -1,38 +0,0 @@
-/*****************************************************************************
- *   See the file COPYING for full copying permissions.                      *
- *                                                                           *
- *   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.                                     *
- *                                                                           *
- *   This program is distributed in the hope that it will be useful,         *
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of          *
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the            *
- *   GNU General Public License for more details.                            *
- *                                                                           *
- *   You should have received a copy of the GNU General Public License       *
- *   along with this program.  If not, see <http://www.gnu.org/licenses/>.   *
- *****************************************************************************/
-
-#ifndef DUMUX_MPFAL2PFABOUNDVELOCITIES2P_ADAPTIVE_HH
-#define DUMUX_MPFAL2PFABOUNDVELOCITIES2P_ADAPTIVE_HH
-
-#warning This file is deprecated. Use fvmpfal2dpressurevelocity2padaptive.hh instead.
-#include "fvmpfal2dpressurevelocity2padaptive.hh"
-
-namespace Dumux
-{
-template<class TypeTag>
-class FVMPFAL2PFABoundPressure2P: public FvMpfaL2dPressureVelocity2pAdaptive<TypeTag>
-{
-    typedef typename GET_PROP_TYPE(TypeTag, Problem) Problem;
-
-    DUNE_DEPRECATED_MSG("use FvMpfaL2dPressureVelocity2pAdaptive(problem) instead")
-    FVMPFAL2PFABoundPressure2P(Problem& problem):
-        FvMpfaL2dPressureVelocity2pAdaptive<TypeTag>(problem)
-        {}
-};
-}
-#endif
-
diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfao2pfaboundpressure2p.hh b/dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfao2pfaboundpressure2p.hh
deleted file mode 100644
index 7ed5fc539f..0000000000
--- a/dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfao2pfaboundpressure2p.hh
+++ /dev/null
@@ -1,36 +0,0 @@
-/*****************************************************************************
- *   See the file COPYING for full copying permissions.                      *
- *                                                                           *
- *   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.                                     *
- *                                                                           *
- *   This program is distributed in the hope that it will be useful,         *
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of          *
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the            *
- *   GNU General Public License for more details.                            *
- *                                                                           *
- *   You should have received a copy of the GNU General Public License       *
- *   along with this program.  If not, see <http://www.gnu.org/licenses/>.   *
- *****************************************************************************/
-#ifndef DUMUX_FVMPFAO2OFABOUNDPRESSURE2P_HH
-#define DUMUX_FVMPFAO2OFABOUNDPRESSURE2P_HH
-
-#warning This file is deprecated. Use fvmpfao2dpressure2p.hh instead.
-#include "fvmpfao2dpressure2p.hh"
-
-namespace Dumux
-{
-template<class TypeTag>
-class FVMPFAO2PFABoundPressure2P: public FvMpfaO2dPressure2p<TypeTag>
-{
-    typedef typename GET_PROP_TYPE(TypeTag, Problem) Problem;
-
-    DUNE_DEPRECATED_MSG("use FvMpfaO2dPressure2p(problem) instead")
-    FVMPFAO2PFABoundPressure2P(Problem& problem):
-        FvMpfaO2dPressure2p<TypeTag>(problem)
-        {}
-};
-}
-#endif
diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfao2pfaboundvelocity2p.hh b/dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfao2pfaboundvelocity2p.hh
deleted file mode 100644
index 61b0ddc9b6..0000000000
--- a/dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfao2pfaboundvelocity2p.hh
+++ /dev/null
@@ -1,37 +0,0 @@
-/*****************************************************************************
- *   See the file COPYING for full copying permissions.                      *
- *                                                                           *
- *   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.                                     *
- *                                                                           *
- *   This program is distributed in the hope that it will be useful,         *
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of          *
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the            *
- *   GNU General Public License for more details.                            *
- *                                                                           *
- *   You should have received a copy of the GNU General Public License       *
- *   along with this program.  If not, see <http://www.gnu.org/licenses/>.   *
- *****************************************************************************/
-
-#ifndef DUMUX_MPFAO2PFABOUNDVELOCITIES2P_HH
-#define DUMUX_MPFAO2PFABOUNDVELOCITIES2P_HH
-
-#warning This file is deprecated. Use fvmpfao2dpressurevelocity2p.hh instead.
-#include "fvmpfao2dpressurevelocity2p.hh"
-
-namespace Dumux
-{
-template<class TypeTag>
-class FVMPFAO2PFABoundPressure2P: public FvMpfaO2dPressureVelocity2p<TypeTag>
-{
-    typedef typename GET_PROP_TYPE(TypeTag, Problem) Problem;
-
-    DUNE_DEPRECATED_MSG("use FvMpfaO2dPressureVelocity2p(problem) instead")
-    FVMPFAO2PFABoundPressure2P(Problem& problem):
-        FvMpfaO2dPressureVelocity2p<TypeTag>(problem)
-        {}
-};
-}
-#endif
-- 
GitLab