UpscalingTraits.hpp
Go to the documentation of this file.
1 //===========================================================================
2 //
3 // File: UpscalingTraits.hpp
4 //
5 // Created: Wed Apr 28 10:36:42 2010
6 //
7 // Author(s): Atgeirr F Rasmussen <atgeirr@sintef.no>
8 //
9 // $Date$
10 //
11 // $Revision$
12 //
13 //===========================================================================
14 
15 /*
16  Copyright 2010 SINTEF ICT, Applied Mathematics.
17  Copyright 2010 Statoil ASA.
18 
19  This file is part of The Open Reservoir Simulator Project (OpenRS).
20 
21  OpenRS is free software: you can redistribute it and/or modify
22  it under the terms of the GNU General Public License as published by
23  the Free Software Foundation, either version 3 of the License, or
24  (at your option) any later version.
25 
26  OpenRS is distributed in the hope that it will be useful,
27  but WITHOUT ANY WARRANTY; without even the implied warranty of
28  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29  GNU General Public License for more details.
30 
31  You should have received a copy of the GNU General Public License
32  along with OpenRS. If not, see <http://www.gnu.org/licenses/>.
33 */
34 
35 #ifndef OPM_UPSCALINGTRAITS_HEADER
36 #define OPM_UPSCALINGTRAITS_HEADER
37 
38 #include <opm/porsol/common/SimulatorTraits.hpp>
39 
40 namespace Opm
41 {
42  typedef SimulatorTraits<Isotropic, Explicit> UpscalingTraitsBasic;
43  //typedef SimulatorTraits<Isotropic, Implicit> UpscalingTraitsBasicImplicit;
44  typedef SimulatorTraits<Anisotropic, Explicit> UpscalingTraitsAnisoRelperm;
45 
46 } // namespace Opm
47 
48 
49 #endif // OPM_UPSCALINGTRAITS_HEADER
Definition: applier.hpp:18
SimulatorTraits< Isotropic, Explicit > UpscalingTraitsBasic
Definition: UpscalingTraits.hpp:42
SimulatorTraits< Anisotropic, Explicit > UpscalingTraitsAnisoRelperm
Definition: UpscalingTraits.hpp:44