My Project
Loading...
Searching...
No Matches
SimulatorReportBanners.hpp
1/*
2 Copyright 2013, 2015, 2020 SINTEF Digital, Mathematics and Cybernetics.
3 Copyright 2015 Andreas Lauser
4 Copyright 2017 IRIS
5
6 This file is part of the Open Porous Media project (OPM).
7
8 OPM is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
12
13 OPM is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with OPM. If not, see <http://www.gnu.org/licenses/>.
20*/
21
22#ifndef OPM_SIMULATOR_REPORT_BANNERS_HEADER_INCLUDED
23#define OPM_SIMULATOR_REPORT_BANNERS_HEADER_INCLUDED
24
25namespace Opm { class SimulatorTimer; }
26
27namespace Opm::details {
28
29void outputReportStep(const SimulatorTimer& timer);
30
31} // namespace Opm::details
32
33#endif // OPM_SIMULATOR_REPORT_BANNERS_HEADER_INCLUDED
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition BlackoilPhases.hpp:27