diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/fvmpfaopressure2p.hh b/dumux/decoupled/2p/diffusion/fvmpfa/fvmpfaopressure2p.hh new file mode 100644 index 0000000000000000000000000000000000000000..7e31741d557c11e7886fe969c70fb55115166eba --- /dev/null +++ b/dumux/decoupled/2p/diffusion/fvmpfa/fvmpfaopressure2p.hh @@ -0,0 +1,10 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: +#ifndef DUMUX_FVMPFAOPRESSURE2P_OLD_HH +#define DUMUX_FVMPFAOPRESSURE2P_OLD_HH + +#warning This file is deprecated. Use fvmpfa/omethod/fvmpfaopressure2p.hh instead + +#include <dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfaopressure2p.hh> + +#endif diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/fvmpfaopressureproperties2p.hh b/dumux/decoupled/2p/diffusion/fvmpfa/fvmpfaopressureproperties2p.hh new file mode 100644 index 0000000000000000000000000000000000000000..ad8f7430767b5687cc62033527a2c961eb8cb158 --- /dev/null +++ b/dumux/decoupled/2p/diffusion/fvmpfa/fvmpfaopressureproperties2p.hh @@ -0,0 +1,11 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: +#ifndef DUMUX_FVMPFAOPROPERTIES2P_OLD_HH +#define DUMUX_FVMPFAOPROPERTIES2P_OLD_HH + +#warning This file is deprecated. Use fvmpfa/omethod/fvmpfaopressureproperties2p.hh or \ + fvmpfa/omethod/fvmpfaopressurepropertiessimple2p.hh instead + +#include <dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfaopressurepropertiessimple2p.hh> + +#endif diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/fvmpfaovelocity2p.hh b/dumux/decoupled/2p/diffusion/fvmpfa/fvmpfaovelocity2p.hh new file mode 100644 index 0000000000000000000000000000000000000000..cc44b48d95429d391dac3a13fe6d6caa45b8a5bb --- /dev/null +++ b/dumux/decoupled/2p/diffusion/fvmpfa/fvmpfaovelocity2p.hh @@ -0,0 +1,10 @@ +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +// vi: set et ts=4 sw=4 sts=4: +#ifndef DUMUX_MPFAOVELOCITY2P_OLD_HH +#define DUMUX_MPFAOVELOCITY2P_OLD_HH + +#warning This file is deprecated. Use fvmpfa/omethod/fvmpfaovelocity2p.hh instead + +#include <dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfaovelocity2p.hh> + +#endif