opmfwd.hpp
Go to the documentation of this file.
1 #ifndef OPM_VERTEQ_OPMFWD_HPP_INCLUDED
2 #define OPM_VERTEQ_OPMFWD_HPP_INCLUDED
3 
4 // Copyright (C) 2013 Uni Research AS
5 // This file is licensed under the GNU General Public License v3.0
6 
11 struct UnstructuredGrid;
12 struct Wells;
13 struct FlowBoundaryConditions;
14 
15 namespace Opm {
16 
17 namespace parameter { class ParameterGroup; }
18 struct Event;
19 class EventSource;
20 class IncompPropertiesInterface;
21 class RockCompressibility;
22 class WellsManager;
23 class LinearSolverInterface;
24 class SimulatorTimer;
25 class TwophaseState;
26 class WellsManager;
27 class WellState;
28 struct SimulatorReport;
29 
30 } /* namespace Opm */
31 
32 #endif /* OPM_VERTEQ_OPMFWD_HPP_INCLUDED */
Definition: opmfwd.hpp:15