From 5c77ec383f435b34217b9e81bf008fb60fa2718d Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Tue, 22 Oct 2013 09:15:46 +0000 Subject: [PATCH] remove more deprecated files from dumux/decoupled/2p/diffusion/fvmpfa git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11771 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- .../lmethod/fvmpfalpressureproperties2p.hh | 34 ---------------- .../fvmpfalpressureproperties2padaptive.hh | 35 ---------------- .../fvmpfa/omethod/fvmpfaopressure2p.hh | 23 ----------- .../omethod/fvmpfaopressureproperties2p.hh | 40 ------------------- .../fvmpfa/omethod/fvmpfaovelocity2p.hh | 24 ----------- 5 files changed, 156 deletions(-) delete mode 100644 dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfalpressureproperties2p.hh delete mode 100644 dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfalpressureproperties2padaptive.hh delete mode 100644 dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfaopressure2p.hh delete mode 100644 dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfaopressureproperties2p.hh delete mode 100644 dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfaovelocity2p.hh diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfalpressureproperties2p.hh b/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfalpressureproperties2p.hh deleted file mode 100644 index bc672076fb..0000000000 --- a/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfalpressureproperties2p.hh +++ /dev/null @@ -1,34 +0,0 @@ -// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- -// vi: set et ts=4 sw=4 sts=4: -/***************************************************************************** - * 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_FVMPFALPROPERTIES2P_HH -#define DUMUX_FVMPFALPROPERTIES2P_HH - - -#warning This file is deprecated. Use fvmpfal2dpressureproperties2p.hh instead. -#include "fvmpfal2dpressureproperties2p.hh" - -namespace Dumux -{ -namespace Properties -{ -NEW_TYPE_TAG(FVMPFALPressureTwoP, INHERITS_FROM(FvMpfaL2dPressureTwoP)); -} -} -#endif diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfalpressureproperties2padaptive.hh b/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfalpressureproperties2padaptive.hh deleted file mode 100644 index f568ac1df6..0000000000 --- a/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfalpressureproperties2padaptive.hh +++ /dev/null @@ -1,35 +0,0 @@ -// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- -// vi: set et ts=4 sw=4 sts=4: -/***************************************************************************** - * 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_FVMPFALPROPERTIES2P_ADAPTIVE_HH -#define DUMUX_FVMPFALPROPERTIES2P_ADAPTIVE_HH - - -#warning This file is deprecated. Use fvmpfal2dpressureproperties2padaptive.hh instead. -#include "fvmpfal2dpressureproperties2padaptive.hh" - -namespace Dumux -{ -namespace Properties -{ -NEW_TYPE_TAG(FVMPFALPressureTwoPAdaptive, INHERITS_FROM(FvMpfaL2dPressureTwoPAdaptive)); -} -} -#endif - diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfaopressure2p.hh b/dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfaopressure2p.hh deleted file mode 100644 index 4fe17b15e8..0000000000 --- a/dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfaopressure2p.hh +++ /dev/null @@ -1,23 +0,0 @@ -// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- -// vi: set et ts=4 sw=4 sts=4: -/***************************************************************************** - * 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_FVMPFAOPRESSURE2P_HH -#define DUMUX_FVMPFAOPRESSURE2P_HH - -#warning This file is deprecated. Use fvmpfao2dpressure2p.hh instead. -#endif diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfaopressureproperties2p.hh b/dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfaopressureproperties2p.hh deleted file mode 100644 index 18a60c2403..0000000000 --- a/dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfaopressureproperties2p.hh +++ /dev/null @@ -1,40 +0,0 @@ -// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- -// vi: set et ts=4 sw=4 sts=4: -/***************************************************************************** - * 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/>. * - *****************************************************************************/ - -/*! - * \ingroup MPFA - * \ingroup Properties - * \file - * - * \brief Properties for the MPFA-O method. - */ -#ifndef DUMUX_FVMPFAOPROPERTIES2P_HH -#define DUMUX_FVMPFAOPROPERTIES2P_HH - -#warning This file is deprecated. Use fvmpfao2dpressureproperties2p.hh instead. -#include "fvmpfao2dpressureproperties2p.hh" - -namespace Dumux -{ -namespace Properties -{ -NEW_TYPE_TAG(FVMPFAOPressureTwoP, INHERITS_FROM(FvMpfaO2dPressureTwoP)); -} -} -#endif diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfaovelocity2p.hh b/dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfaovelocity2p.hh deleted file mode 100644 index 9a4ffc534d..0000000000 --- a/dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfaovelocity2p.hh +++ /dev/null @@ -1,24 +0,0 @@ -// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- -// vi: set et ts=4 sw=4 sts=4: -/***************************************************************************** - * 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_MPFAOVELOCITY2P_HH -#define DUMUX_MPFAOVELOCITY2P_HH - -#warning This file is deprecated. Use fvmpfao2dpressurevelocity2p.hh instead. -#endif -- GitLab