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
11struct UnstructuredGrid;
12struct Wells;
13struct FlowBoundaryConditions;
14
15namespace Opm {
16
17namespace parameter { class ParameterGroup; }
18struct Event;
19class EventSource;
20class IncompPropertiesInterface;
21class RockCompressibility;
22class WellsManager;
23class LinearSolverInterface;
24class SimulatorTimer;
25class TwophaseState;
26class WellsManager;
27class WellState;
28struct SimulatorReport;
29
30} /* namespace Opm */
31
32#endif /* OPM_VERTEQ_OPMFWD_HPP_INCLUDED */
Definition: opmfwd.hpp:15